Update to do

main
Jasper Bok 2023-08-18 11:18:03 +02:00
parent 98445c9b10
commit 03fe6bc16b
1 changed files with 6 additions and 2 deletions

8
TODO
View File

@ -5,9 +5,9 @@
[x] *.. Print times in human-readable format. [x] *.. Print times in human-readable format.
[x] **. Always parse times in Dutch timezone. [x] **. Always parse times in Dutch timezone.
[x] *.. Show max three departures per stop. [x] *.. Show max three departures per stop.
[ ] **. Show max two departures per line per stop. [ ] *** Show max two departures per line per stop.
[ ] **. Add Connexxion departures. [ ] **. Add Connexxion departures.
[ ] **. Make the page look nice (also on mobile). [x] **. Make the page look nice (also on mobile).
[x] **. Add a favicon. [x] **. Add a favicon.
[ ] *.. Add robots.txt. [ ] *.. Add robots.txt.
[x] *.. Compile static files into the binary. [x] *.. Compile static files into the binary.
@ -19,3 +19,7 @@
## Backlog ## Backlog
[ ] *** Sort stops from closes to user's location to farthest. [ ] *** Sort stops from closes to user's location to farthest.
[ ] *** Let user search for stops.
[ ] *** Let user search for routes.
[ ] **. Let user save routes in cookie.
[ ] **. Show routes that user saved.