diff options
author | stuebinm | 2022-06-27 23:47:09 +0200 |
---|---|---|
committer | stuebinm | 2022-06-27 23:47:09 +0200 |
commit | 6b4e8ba88f35538d62bb78b9872bc298178cf96d (patch) | |
tree | 2e57a52ddf05ee937231645c556c83065062700d /todo.org | |
parent | add2aecf6ce4e219f3e4e2b6b731e84e64da51a9 (diff) |
add a todo file
Diffstat (limited to '')
-rw-r--r-- | todo.org | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/todo.org b/todo.org new file mode 100644 index 0000000..7140bf3 --- /dev/null +++ b/todo.org @@ -0,0 +1,18 @@ +#+TITLE: Traintrack Todos + + +* TODO Handle extraordinary trips +(i.e. those outside the gtfs schedule) +* TODO Handle service announcements +(per trip & day, nothing else needs to be supported) +* TODO allow trip ping ingest via websockets +* IDLE somehow handle extra data (e.g. track kilometres) without polluting the GTFS +* TODO implement GTFS realtime +(this actually doesn't look too bad?) +** TODO do the protobuf stuff +** TODO implement rest of stuff +* TODO find out if we need to support VDV standards + + + +* TODO do lots and lots of testing |