From 46ee6dc1f5b9c9c7ecc2cff594569db1867562bd Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Thu, 14 Nov 2024 09:47:40 +0000 Subject: [PATCH] fix bullets --- README.md | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index ae0563a..f872058 100644 --- a/README.md +++ b/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