|
1 | 1 | # Improvement ideas |
2 | 2 | ## Editor |
3 | | -- [ ] Bug testing (I can't recall the issues we had previously) |
4 | 3 | - [ ] Possibly: Resize listener on canvas container |
5 | | -- [ ] **Move advanced options into a popover instead of the sidebar** |
6 | | -- [ ] **Autosave -- TODO: Add button to disable (`src/editor/index.ts` exports the option to do so)** |
7 | | -- [ ] **Legend displaying what the colours mean** |
| 4 | +- [X] Move advanced options into a popover instead of the sidebar -> default collapsed, expanded |
| 5 | +- [X] Autosave |
| 6 | +- [X] Legend displaying what the colours mean |
8 | 7 | - [X] Fix animation for sidebar collapse |
9 | 8 | - [X] Heatmap i.e. points are coloured based on the entropy |
10 | 9 | - [X] Loading of disagreement metrics from backend |
|
20 | 19 | - [X] Keybind to flag as invalid |
21 | 20 | - [X] Shift to show all algorithms for current fixation |
22 | 21 | - [X] Use other combination for the above, as shift key cannot be detected (neither all other modifiers) |
23 | | -- [ ] **Do we need more settings for the above?** |
24 | 22 | - [X] Fixation click on fixation in box directly assigning it |
25 | 23 | - [X] Test the above, may need to be changed to a more complex handler |
26 | 24 | - [X] Filter annotations by algorithms |
|
31 | 29 |
|
32 | 30 | ## General |
33 | 31 | - [X] Deployment |
34 | | -- [ ] **Update theme colours (currently primarily the blue and black themes look good)** |
| 32 | +- [X] Update theme colours |
35 | 33 | - [X] Better error handling for backend errors (i.e. better notifications) |
36 | 34 | - [ ] **RWD fixes (Signup and Login views)** |
37 | 35 | - [X] Block if device is too small (also touch devices don't work!) -> Design? |
38 | 36 | - [ ] Take care of all TODOs in the code |
39 | | -- [ ] **Buttons with long actions need spinners or other progress indicator** (I can also do that) |
| 37 | +- [ ] **Buttons with long actions need spinners or other progress indicator** (I can also do that) (then do it?) |
40 | 38 |
|
41 | 39 |
|
42 | 40 |
|
|
52 | 50 | - [ ] Pre-annotations: One file for each algorithm, filename is the algo name (minus extension). |
53 | 51 | - [ ] **Define file contents specs somewhere** -> Needs integration & design, see `src/components/admin/FileSpecs.vue` |
54 | 52 | - [ ] Magic link regen |
55 | | -- [ ] Magic link panel close warning |
| 53 | +- [X] Magic link panel close warning |
56 | 54 | - [X] survey delete -- TODO: Testing |
57 | 55 | - [X] survey export -- TODO: Testing |
58 | 56 | - [X] on index errors open parser settings panel |
|
0 commit comments