busdepartures/TODO

27 lines
889 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-18 09:18:03 +00:00
[ ] *** Show max two departures per line per stop.
2023-08-18 09:28:09 +00:00
[x] **. Add Connexxion departures.
2023-08-18 09:18:03 +00:00
[x] **. 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
2023-08-13 15:16:18 +00:00
[ ] *** Sort stops from closes to user's location to farthest.
2023-08-18 09:28:09 +00:00
[ ] **. Only show stops within certain range of user.
2023-08-18 09:18:03 +00:00
[ ] *** Let user search for stops.
[ ] *** Let user search for routes.
[ ] **. Let user save routes in cookie.
[ ] **. Show routes that user saved.