This repository has been archived by the owner on Aug 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Display error message if user types in invalid city name #251
Labels
Comments
^^ that did say "Old Bridge, NJ" (which is an actual place) in the choose a city field |
Styling related to #243 |
Blocked by #266. |
maurizi
added a commit
that referenced
this issue
Feb 28, 2019
Rather than using the city endpoint for the autocomplete in the new project form and the lab header, we now use a Google geocoder, and make a separate AJAX call to the API to determine if that lat/lon has data. This will allow us to support a broader number of locations than we do currently. Closes #333 Closes #266 Closes #251
maurizi
added a commit
that referenced
this issue
Mar 1, 2019
Rather than using the city endpoint for the autocomplete in the new project form and the lab header, we now use a Google geocoder, and make a separate AJAX call to the API to determine if that lat/lon has data. This will allow us to support a broader number of locations than we do currently. Closes #333 Closes #266 Closes #251
maurizi
added a commit
that referenced
this issue
Mar 1, 2019
Rather than using the city endpoint for the autocomplete in the new project form and the lab header, we now use a Google geocoder, and make a separate AJAX call to the API to determine if that lat/lon has data. This will allow us to support a broader number of locations than we do currently. Closes #333 Closes #266 Closes #251
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now the only indication that a user will get that we don't have data loaded for a particular city is that the "Create Project" button remains grayed out:
The text was updated successfully, but these errors were encountered: