-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show upcoming arrivals on stations #11
Comments
Broken down into subtasks, this should entail:
It may be necessary for performance reasons to not load arrivals for all stations of a route at once. Suggestions include:
|
Reopening to wait on the sorting task. The arrivals cannot be sorted in order of arrival time until Timetable is implemented. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The table view cell UI for stations should be changed to include badges of the routes arriving at that station. The routes are listed in order of their arrival time, and are reordered dynamically as vehicles arrive and depart.
The text was updated successfully, but these errors were encountered: