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