Update to do
parent
98445c9b10
commit
03fe6bc16b
8
TODO
8
TODO
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue