note what next

This commit is contained in:
Daniel Barlow 2024-11-01 00:00:36 +00:00
parent fa289335d3
commit d23ee5a948

View File

@ -60,3 +60,11 @@ _Do not look below this line_
* can we lose this "if isJust lat && isJust lon && isJust ts" wart?
* probably we should store points in a more efficient form than
a singly-linked list
* need a web server in haskell that
- accepts file upload and parses the gpx file
- serves the data points in some format elm can digest easily
* need a database of some kind so the data can be saved
* and boring stuff like auth[zn]
* frontend can get data from backend
* for DX, backend can serve the js files needed by frontend