fix bullets
This commit is contained in:
parent
be02fcfbd4
commit
46ee6dc1f5
25
README.md
25
README.md
@ -68,26 +68,27 @@ _Do not look below this line_
|
||||
* probably we should store points in a more efficient form than
|
||||
a singly-linked list
|
||||
|
||||
* boring stuff like auth[zn]
|
||||
* need a web server in haskell that
|
||||
- [done] accepts file upload and parses the gpx file
|
||||
- [done] serves the data points in some format elm can digest easily
|
||||
* [done] accepts file upload and parses the gpx file
|
||||
* [done] serves the data points in some format elm can digest easily
|
||||
* [done] need a database of some kind so the data can be saved
|
||||
* and boring stuff like auth[zn]
|
||||
* [done] frontend can get data from backend
|
||||
* [done] for DX, backend can serve the js files needed by frontend
|
||||
* [ad hoc] we only have yesod-core, may need other parts as well
|
||||
* [done] detect and refuse uploads which overlap an existing time frame
|
||||
(http 409) so that we can script upload-all-the-tracks.
|
||||
* [done] detect and refuse uploads which overlap an existing time frame (http 409) so that we can script upload-all-the-tracks.
|
||||
* could we converge the Point and Trkpt to make sql better?
|
||||
* [done] move Store into Point
|
||||
|
||||
on timeline, show power, cadence, speed, height, ascent (checkboxes)
|
||||
zoom gesture on graphs causes map to adjust
|
||||
zooming map causes graphs to adjust
|
||||
|
||||
threshold display: adjust vertical slider to show time spent at
|
||||
or above a particular intensity. Indicate somehow the length of
|
||||
each continuous stretch at that intensity
|
||||
* on timeline, show power, cadence, speed, height, ascent (checkboxes)
|
||||
* done some
|
||||
* need speed and ascent
|
||||
* need checkboxes
|
||||
* zoom gesture on graphs causes map to adjust
|
||||
* zooming map causes graphs to adjust
|
||||
* threshold display: adjust vertical slider to show time spent at
|
||||
or above a particular intensity. Indicate somehow the length of
|
||||
each continuous stretch at that intensity
|
||||
|
||||
|
||||
* calendar displays sessions. a session is a sequence of measurements
|
||||
|
Loading…
Reference in New Issue
Block a user