-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathTODO.txt
50 lines (22 loc) · 939 Bytes
/
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
CONFIGURATION
SERVER
Migrate to InfluxDB V2.x
* CQs need to record wind gusts.
Need to record gust directions.
CLIENT
* Live update of "stats" section.
* Multiple plot lines for each plot.
* Check that Metric units work in client.
Add reducers and UI code to deal with failed requests FETCH_TIMESPAN_FAILURE and FETCH_STATS_FAILURE.
Same with FETCH_UPTIME_FAILURE.
Introduce a system of style classes.
Need a timer that at the end of a time spans ('day', 'wee', etc.) emits an event, advancing the chart.
Browser window hangs if it is not the focus for a long period of time.
Look into using react-smooth or react-transition-group instead of d3 to do WindCompass
transition.
Highlight changed values in the "since midnight" stats area.
Take advantage of isFetching in WindCompass
DATABASE
Need utility to load sqlite archived records into InfluxDB.
DOCUMENTATION
RESTful API examples don't specify a unit_system