Release 2271
Trello card
Changes proposed in this pull request
- Use Google Places Autocomplete for location search: Currently, we pass user input straight to Google Geocoding, which can be problematic when dealing with ambiguous or incorrect searches.
- Show label on index school search: Currently, this label is hidden which is causing problems with styling. Instead, make it visible.
- Stop using the address_components as location name: This isn't very consistent. There are quite a few cases where the first
long_nameisn't very descriptive.
Guidance to review
Struggled with getting complete test coverage here, but hopefully should suffice. With JavaScript off, this will work as it does currently.