From a28e40698569013eb0940eb5c2ed9d4f00de95b4 Mon Sep 17 00:00:00 2001 From: Jasper Bok Date: Sun, 13 Aug 2023 17:03:30 +0200 Subject: [PATCH] Add tasks to TODO --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 77ed438..b984412 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,7 @@ [x] *.. Print times in human-readable format. [x] **. Always parse times in Dutch timezone. +[ ] *.. Show max three departures per stop. [ ] **. Show max two departures per line per stop. [ ] **. Add Connexxion departures. [ ] **. Make the page look nice (also on mobile). @@ -12,5 +13,7 @@ [ ] *.. Compile static files into the binary. [ ] *** Read route preferences from env/config. [ ] *.. Make the port configurable via CLI option. +[ ] *.. Make the stop name link to Breng's page for that stop. +[ ] *.. Make the route name link to Breng's page for that route. ## Backlog