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

Some routes don't render unless another route is selected #62

Open
jimleeisme opened this issue Jun 14, 2018 · 3 comments
Open

Some routes don't render unless another route is selected #62

jimleeisme opened this issue Jun 14, 2018 · 3 comments

Comments

@jimleeisme
Copy link
Contributor

The routes also don't show any stops or buses.
Problematic routes:

  • BUS
  • E
  • K/T
  • K-OWL
  • L-OWL
  • M-OWL
  • N-OWL
  • T-OWL
  • 7R
  • 76X
  • 81X
  • 82X
  • 88
  • 90
  • 91
@EddyIonescu
Copy link
Member

Thanks for adding this - seems like a good starter ticket :)

@fulin426 fulin426 self-assigned this Oct 11, 2018
@EddyIonescu
Copy link
Member

EddyIonescu commented Oct 16, 2018

@jimleeisme @fulin426 this actually seems to only be a bug for the K/T and *-OWL lines - they might be something different in the API response (the bug is where the web-app is displaying the vehicles from the API response).

  • BUS is for when muni-metro is down, so not very often, exists but is hard to test for
  • 7R doesn't exist anymore - we should use a newer GTFS
  • 76X only runs like 4 times on weekends - it works
  • 81X runs only on weekday mornings - it works
  • 82x runs only on weekday peak - it works
  • 83x runs only on weekday peak - it works
  • 88 runs only on weekday peak - it works
  • 90 and 91 are middle of the night routes - they both work
  • E works but seems to be pretty infrequent (on some days it just doesn't run at all - guess it's due to the historic streetcar+cable-car shortage)

In summary:

  • dashes and foreslashes are likely messing things up (on the web-app side, as they work in the API)

@EddyIonescu
Copy link
Member

As for stops not showing, that's an unrelated bug (occurs when there are no vehicles running on that route), it's being tracked here (and is also a good first issue :) #74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants