diff options
Diffstat (limited to 'todo.org')
-rw-r--r-- | todo.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -45,10 +45,6 @@ remember to turn it on (at least people were interested today – 2024-05-01) ** IDEA display a warning on it if there's another tracker for the same trip ** IDEA display a warning on it if it's > 100m away from tracks (possibly also make the server discard data in such cases) -* TODO re-do configuration, replace conferer, possibly write own config library -conferer is okay-ish, but it cannot (?) give warnings for config items that -were e.g. misspelled in a yaml file. There's also no easy way to figure out -where a config value came from afterwards. * TODO replace the gtfs-based sequence with my own index during import this should enforce that the difference between stations is always exactly 1 (& possibly also that the first station is 0) @@ -74,6 +70,10 @@ queries are just unreasonably wordy (& inefficient), requiring lots of mapM. It also has horrible mapping for datatypes (almost all i use are natively supported by postgres, but persistent stores most things as var char) +* DONE re-do configuration, replace conferer, possibly write own config library +conferer is okay-ish, but it cannot (?) give warnings for config items that +were e.g. misspelled in a yaml file. There's also no easy way to figure out +where a config value came from afterwards. * done before 0.0.2 ** DONE estimate delays basically: list of known delays in a db table, either generated from |