We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue:
Stops can be bookmarked multiple times without system warning.
Recommendation:
Show an alert and prevent the user from bookmarking the route or stop again in order to prevent duplicates.
Warning alert text should be one of two strings depending on whether it's a route or a stop:
You have already bookmarked this route., or You have already bookmarked this stop.
You have already bookmarked this route.
You have already bookmarked this stop.
The text was updated successfully, but these errors were encountered:
Warn the user if they try to create a duplicate bookmark
d889a08
Fixes #480 - Prevent Bookmark Duplication Also, add a Cancel button to the Edit Bookmark Controller, which needed one...
aaronbrethorst
Successfully merging a pull request may close this issue.
Issue:
Stops can be bookmarked multiple times without system warning.
Recommendation:
Show an alert and prevent the user from bookmarking the route or stop again in order to prevent duplicates.
Warning alert text should be one of two strings depending on whether it's a route or a stop:
You have already bookmarked this route.
, orYou have already bookmarked this stop.
The text was updated successfully, but these errors were encountered: