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

[IconSearchBar] Filter StoreList as user types + fire off server query for more stores filtered by searched term #145

Open
devYaoYH opened this issue Jun 29, 2020 · 0 comments
Labels
enhancement New feature or request Frontend Stuff to do with react in `/client` New Component Feature: New React Component Priority P2

Comments

@devYaoYH
Copy link
Collaborator

[Big] Enhancement feature (requires server work):

  • Filter current list of stores by user input (as user types - dynamic)
  • Remember to cache already retrieved results somewhere for more responsive filtering (when user backtracks etc)
  • Fire off query to server (see below) when filtered list of stores drop below a certain amount
  • [server] Fire off query to do a retrieval of nearby/(or not depending on availability of gps/location) stores constrained by searched query term
    • Likely requires an additional 'searchable' string field in our DB to match 'contains' against
@devYaoYH devYaoYH added enhancement New feature or request Frontend Stuff to do with react in `/client` Priority P2 New Component Feature: New React Component labels Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Frontend Stuff to do with react in `/client` New Component Feature: New React Component Priority P2
Projects
None yet
Development

No branches or pull requests

1 participant