clear out [done] TODO items

This commit is contained in:
Daniel Barlow 2024-10-31 18:31:00 +00:00
parent a15346ae7a
commit dcaa38e5fe

View File

@ -55,12 +55,8 @@ _Do not look below this line_
## WIP, Puzzles and TODO
* [done] Pos can't include elevation if it's sometimes unknown
* do we even need Track? will it ever be anything more than a collection
of Points?
* [done] need a real gpx file with namespace decls before we can parse power and stuff
* [done] tests seem to pass without <gpx> element?
* [done] stop returning bogus data when missing required elements (e.g. time)
* 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