busdepartures/TODO

20 lines
623 B
Plaintext
Raw Normal View History

2023-08-13 12:42:47 +00:00
# To Do
## 1.0.0
2023-08-13 13:01:17 +00:00
[x] *.. Print times in human-readable format.
2023-08-13 13:47:04 +00:00
[x] **. Always parse times in Dutch timezone.
2023-08-13 15:04:01 +00:00
[x] *.. Show max three departures per stop.
2023-08-13 13:47:04 +00:00
[ ] **. Show max two departures per line per stop.
2023-08-13 12:42:47 +00:00
[ ] **. Add Connexxion departures.
[ ] **. Make the page look nice (also on mobile).
2023-08-13 15:05:26 +00:00
[x] **. Add a favicon.
2023-08-13 12:42:47 +00:00
[ ] *.. Add robots.txt.
2023-08-13 15:05:26 +00:00
[x] *.. Compile static files into the binary.
2023-08-13 12:42:47 +00:00
[ ] *** Read route preferences from env/config.
2023-08-13 14:38:54 +00:00
[ ] *.. Make the port configurable via CLI option.
2023-08-13 15:03:30 +00:00
[ ] *.. Make the stop name link to Breng's page for that stop.
[ ] *.. Make the route name link to Breng's page for that route.
2023-08-13 12:42:47 +00:00
## Backlog