-
Notifications
You must be signed in to change notification settings - Fork 1
/
todo.txt
86 lines (72 loc) · 2.55 KB
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Next
[x] send emails about datasets
[x] debug/fix: switching datasets crashes now (related to lineageid changes I think)
Refactor cell meta data to support selecting multiple locations
[] break down into smaller tasks
[] do I need to do this? Or can I just merge multiple locations as a preprocessing step?
simple image viewer
[] fix deckgl crash (probs in loading code)
[] test with viv recommended server
[] consider batch loading frames into different layers
[] maybe this is exposed because of low latency??? (Could try simulating?)
[] clean up image viewer settings ui
[] dynamic range text box
[] toggle visibility
[] remove extra scrollbars
[] smart resize?
[] load entire companion.ome
[] switch between companion.omes
[] add center dots
[] add region outlines
[] add tree in image
Looneage
[] embed images inside vis
[] multiple time scale options.
Line Chart Interactions
[] tooltip (cell count)
[] show lineage
[] select current time on all charts
Trracking enhancements
[-] image view state to store?
[-] table state (which column sorted, page size, page number)
quasar ui updatse
[] layout/settings panel
[] item list selection for custom layouts
[] change widget container to quasar card
[] potentially move widget actions to toolbar
Misc fixes/enhancements
[] improve looneage view recalculation issue
[] cache large data requests e.g. to tabular data
[x] crash when selecting lineage with single length track
[] either remove single column layout, or add special logic for it
Validator component
[] sorted
[] duplicate time
Code cleanup:
[] rename btnLight/btnDark to normalizedLight / normalizedDark.
[] add store to the name of all stores
Uncategorized
[] add slider for lineage height
[] add debug layout
[] add placeholder sliders for filtering
[] deploy
[] rename windows / storeids in interface
include polynomial curvature as a LLA (lineage level attribute)
create small fake dataset on gh
create (maybe interactive?) legend for horizon chart |/ / / /|
add aardvark icon
research filter options (vega, plotly, other)
generic min-size protection
no-data-splash, but with sad aardvarks
add close widget option
add option to filter out parts of tree
add option to select attribute in looneage
add images to looneage view
add extra charts to looneage view
add option to view multiple lineages?
create components
* folder table component (lineage -> track -> cells)
* simple image viewer
* general vis? scatterplot / violin plots?
* debug/util panel
* * LocalStorage.clear()