-
Notifications
You must be signed in to change notification settings - Fork 0
/
todo.txt
38 lines (28 loc) · 1.16 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
### To Do List ###
// v1 //
* store results to hdb, cache in memory when user connects
* activities
* segments
* streams
* allow user to saved results
* add link to segment on map
// v2 //
* colour segments on map
* user coloured markers for beginnings
* place segment and athlete filters in scrollable boxes
// v3 //
* create and host webpage on local server
* create splash page to allow users to authenticate
* if user is following no athletes then return error (lock submit button)
// additional //
* Add flag to segment comparison to only use starred segments
* Add option to exclude commutes from activity list used in .return.segments
* return time to webpage with preceding 0s dropped
* webpage port for xls/csv export should be dynamically created
* set default start/end date on webpage
* replace mark with colour defined in tr tag (gold, silver, bronze), 2 methods:
* new js function that take second table with 1 2 3 for positions to colour and 0 from standard colour
* q function to string each table row and add tags with colours
// map //
* clear elements instead of redrawing map
* custom marker for each athlete (store photo in tempdir)