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

Rapidly selecting and deselecting routes with no data floods user with error messages #332

Open
mikeantonacci opened this issue May 18, 2020 · 1 comment
Assignees

Comments

@mikeantonacci
Copy link
Contributor

If you hover over the bus selection and rapidly select and deselect routes that do not currently have tracking data, you can create a backed up stream of error messages that will all eventually come through, flooding the user with a confusing sequential history of their bus selections in the form of error messages.

E.g.
At 1:00 AM, select the 6 and the 7.
Deselect the 6.
Select the 6.
Deselect the 7
Select the 7.
Deselect both.
Select the 7 then the 6.

You'll slowly get all the error messages for all the intermediate states, f
No tracking data available for routes: 6
No tracking data available for routes: 7
No tracking data available for routes: 6, 7
No tracking data available for routes: 7
No tracking data available for routes: 6, 7
No tracking data available for routes: 6,
No tracking data available for routes: 6, 7
No tracking data available for routes: 7
No tracking data available for routes: 6, 7

The delay is such that there's no correlation between what's currently selected and what error message displays, which can be very confusing.

@mikeantonacci
Copy link
Contributor Author

Self-assigning this one, can probably be fixed with some Rx operator to filter out some of these intermediate states.

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

1 participant