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

Study Spot Search, Sort, & Filter by Keyword, Type, Address #15

Open
3 tasks
daviskeene opened this issue Apr 28, 2022 · 0 comments
Open
3 tasks

Study Spot Search, Sort, & Filter by Keyword, Type, Address #15

daviskeene opened this issue Apr 28, 2022 · 0 comments

Comments

@daviskeene
Copy link
Contributor

Description

When a user is searching for a Study Spot, we need to allow them to search by keyword (tokens in the name or description of a place), Type of location, Address, etc.

If a study spot does not exist in the DB matching a keyword (ie. Brewlab Coffee) we should perform a search for Google Places matching this query and return those results in a digestible format. If study spots do exist (ie. the list of filtered Spots is non-zero) we should return those results first in the same format.

Progress

  • Implement Search for Spots
  • Implement Filter for Spots
  • Pull from Google if no search / filter results
@daviskeene daviskeene changed the title Study Spot Search & Filter by Keyword, Type, Address Study Spot Search, Sort, & Filter by Keyword, Type, Address Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant