-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTODO.txt
66 lines (49 loc) · 1.73 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
Utilities:
populate user , Acl for pista
all pages:
height of page (scrollbar is visible)
DONE: create mqttfunc() which subscribes (list of topics must be static to
that function). It gets passed a handler function(topic, payload) which
it invoked to handle incoming messages.
Ensure Table, Map, Status show connection status to Websocket broker
console:
DONE: config.js: bring to other config.js' format and consolidate
DONE add small timestamp, if possible
add "clear" button
map:
DONE: config.js
CSS for height of map
DONE remove code for loading geofences and geo-fences.json
add "follow this vehicle"
add possibility for user to "save" current bounding box (i.e. map display size,position) and return to that
table:
DONE config.js
DONE Local timestamps:
tracks:
DONE homogenize maps (mapbox, vs. OSM, etc.) with map/
CSS, CSS, CSS, CSS!
DONE Localtime on points
hw:
DONE p/status.json: has to be configurable filename and/or replaced entirely.
status/bubbles:
DONE: page with bubbles of all vehicles (red/green/yellow) start in blue.
DONE click or hover for details of each
status = 0: start by making light red; the longer the GW is on status 0,
the darker the red gets.
tools:
add manual note to a vehicle (e.g. is in repair); show in table
display TID -> IMEI, reboot, sw versions in table
geofence table / editor
backend:
DONE collect /start info (IMEI, reboot time, sw version) for all GW.
o2s:
DONE special MQTT topic (/o2s) to talk to o2s (configure):
Allow giving individual topics higher ghash precision
Ideas for monitor:
nagios quiet tid
track tid -> track tid & write JSON to file (persist.py)
untrack tid
allow remapping of topic to TID
topic_tidmap = {
'/jpm/5s' : 'JP',
}