-
Notifications
You must be signed in to change notification settings - Fork 14
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
create actual area list for area dropdown #14
Comments
I'll work on getting centroid points for a list of neighborhoods and municipalities. |
Feedback from Sarah: We should add a "start typing" text box to enable quick searching of the place list as there are almos 200 places. Also- this is a good non-technical issue- if someone could clean up the place names with something more recognizable that would be awesome. E.g. "central business district" should be renamed "downtown". The list is called townConstants.js at https://github.com/CodeForPittsburgh/food-access-map/tree/master/app/components/Map |
we should consider updating townConstants.js to a .json I think there is supposed to be a performance difference and the list is long now. do the same to any of our other dropdown constant files that get added just for consistency |
PR up currently includes updating the neighbourhood-selection-dropdown to be a typeahead instead of a basic select, so now you can start typing 'mil' and it narrows your options to 'millvale borough' |
we have a demo dropdown to auto-focus the map on different neighborhoods or towns. based on either client input or just trends in the towns appearing in our data table we should update the set of town names from the 2 demo names to an actual set
The text was updated successfully, but these errors were encountered: