Skip to content
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

Locations Search API #115

Open
TrinaKat opened this issue Oct 24, 2018 · 0 comments
Open

Locations Search API #115

TrinaKat opened this issue Oct 24, 2018 · 0 comments
Assignees

Comments

@TrinaKat
Copy link
Collaborator

Given location data from previous events (in our DB), replace the backend implementation for the search API to do smarter/fuzzier string matching. Current implementation does hacky DB search but is pretty limited, definitely better alternatives out there. Essentially given a location name string query, we want to get non-duplicate location data.

Some thoughts:

  • Create some kind of mapping of UCLA buildings to location data and store as needed in DB
  • Associate different spellings/names for buildings to a single location in the DB (deduplicate event data)
    • e.g. Boelter = BH, engr VI = Engineering 6, Humanities = Kaplan, etc.
  • Figure out some smart/fuzzy search based on location string
  • Use Google Maps API to handle apartment/non-UCLA locations (515 Kelton Ave => location data from Maps API rather than our UCLA Locations API?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants