-
Notifications
You must be signed in to change notification settings - Fork 10
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
Clarify what happens when you hit the "find my ward" button #89
Comments
A couple suggestions and Ideas: Regarding Number 1: Regarding number 2: Perhaps we can get rid of the ward input (on the front end): require people to enter an address, and filter the response from google where the results are not cleveland, assign them a different number? But, the issue with that, is that I've noticed google's civic API code (What we use to assign the ward number to the address) does does not return results for several Cleveland addresses when we omit the word "cleveland" (right now, the query that we send them is "the address input field" + "Cleveland Ohio" |
Even a quick line that pops up below the button and says "Successfully found your ward, it's been filled in above!" would be helpful. (Or alt: "Your ward could not be found.") |
Adding error handling for this feature would also be beneficial. If I input an address that is incorrect, there is no indication that there is an error that's occurring unless you look at console in dev tools. |
You could also include the ward # in the popup, that way the user will learn what it is and then when they look at the button to change it they will see that it's already been updated. It would be easy to implement this as an alert or as a modal. |
The find my ward button is a miracle, in that it just pops my ward number in instantaneously when I put in my addresses. But two things:
The text was updated successfully, but these errors were encountered: