<script>
import { openBrowser, openComponent } from "doc/PX2018/project_2/utils.js"
</script>
<link rel="stylesheet" type="text/css" href="doc/PX2018/project_2/utils.css">

# Tasks

### Small
- [x] no default loop
- [ ] the green loop bar jumps after inserts???
- [x] Property: Tooltip - value shown on hover (e.g. fetch result text)
- [x] configure widget type via ::config
- [x] Implement selection highlighting in vivide tree view

### Middle
- [x] async extract and descent (actually await can be called on statements to return them)
- [x] async transform function results in a broken loop when configuring descents (seems to be fixed by some of the other changes)
- [ ] Remove loop button + Remove script button
    - [x] Remove loop button
    - [ ] Remove script button
- [x] Fix box-plot and list
- [ ] Advanced tooltip not relying on title property

### Hard
- [ ] widget data view is change persistent
- [ ] combine inputs

# Question

- Which config should be chosen?

