Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Display error message if user types in invalid city name #251

Closed
jcahail opened this issue Sep 7, 2017 · 3 comments
Closed

Display error message if user types in invalid city name #251

jcahail opened this issue Sep 7, 2017 · 3 comments
Assignees
Labels

Comments

@jcahail
Copy link

jcahail commented Sep 7, 2017

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:

image

@jcahail
Copy link
Author

jcahail commented Sep 7, 2017

^^ that did say "Old Bridge, NJ" (which is an actual place) in the choose a city field

@flibbertigibbet
Copy link
Contributor

Styling related to #243

@jcahail
Copy link
Author

jcahail commented Oct 5, 2017

Blocked by #266.

@maurizi maurizi self-assigned this Feb 28, 2019
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.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants