Skip to content
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

Bug: Edge cases #46

Open
JasonBarahan opened this issue Dec 1, 2023 · 0 comments
Open

Bug: Edge cases #46

JasonBarahan opened this issue Dec 1, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@JasonBarahan
Copy link
Owner

JasonBarahan commented Dec 1, 2023

This is a list of edge cases by use case.

ShowIncomingVehicles (#37)

  • [Bug: Next train departures from Union Station #45]
    Union Station is serviced by all lines; limiting retrieved information to 3 queries may not satisfy all queries
  • [Feature: train station + bus stop integration #47]
    A train station can be associated with more than one bus stop. Tracking bus departures involves:
    • Associating bus stop(s) with train stations in the data file
    • Making multiple API calls for each bus stop associated with a station
    • Combining returned JSON objects into one, then sorting by time

Visualize (#34)

  • Not touchscreen compatible

Miscellaneous

Express service

  • Lakeshore West has the following services:
    • All stops services
    • Express train services skipping Exhibition to Port Credit inclusive
    • Express bus service serving only Union and Hamilton GO (since train service to Hamilton is peak hours only)
  • Kitchener has the following services:
    • All stops
    • Express
@JasonBarahan JasonBarahan added the bug Something isn't working label Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant