From c2ad110b7ba25fd3c4c0db38567790915076b6ba Mon Sep 17 00:00:00 2001 From: Jasper Bok Date: Sun, 13 Aug 2023 14:42:47 +0200 Subject: [PATCH] Add a to do list --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..c1c0ac3 --- /dev/null +++ b/TODO @@ -0,0 +1,14 @@ +# To Do + +## 1.0.0 + +[ ] *.. Print times in human-readable format. +[ ] *.. Show max two departures per line per stop. +[ ] **. Add Connexxion departures. +[ ] **. Make the page look nice (also on mobile). +[ ] **. Add a favicon. +[ ] *.. Add robots.txt. +[ ] *.. Compile static files into the binary. +[ ] *** Read route preferences from env/config. + +## Backlog