forked from EpidemiumOpenCancer/Graphical-User-Interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO.txt
More file actions
11 lines (10 loc) · 1005 Bytes
/
TODO.txt
File metadata and controls
11 lines (10 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
Sliders should be reset to last value rather than default when last value is stored.
reuse app.component.ts::onContextUpdate(event:any): this.zonesService.setCurrentContextGivenValues( this.currentImpressStep_id, this.contextFormComponent.sliders.map( zsitem => {if(zsitem.data.default != undefined) return zsitem.data.value?zsitem.data.value:zsitem.data.default} ) );
into: zonesSlidersService::getContextSlidersForZoneAndContext(zone:any)
Vertical scrollbar on left pane should follow general application style.
should country name stay inside coutry and grow only on mouse over.
should country colors be greyed or white when no data are available
should all siblings country colors be updated based on current context selection
should one be only able to compare incidence between zones of same level (sibling zones)
should map be simplified to the current selected zone such as to set a single color to the area
DONE should the project be buildable with the prod option (aot optimized ahead of time)