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

Filter Challenges on Search #15

Open
harmonherring opened this issue Sep 14, 2020 · 0 comments
Open

Filter Challenges on Search #15

harmonherring opened this issue Sep 14, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@harmonherring
Copy link
Owner

Right now, performing a search sets/resets a timer every time you press a key. Once that timer expires the UI sends a query to the API for a new challenge list. What I'd like to do is to filter the displayed challenges from the ones stored in Redux and display those so that the search feels like it's in real-time. The API query should take place as usual and we should have some sort of non-blocking loading indicator while that's happening. The in-browser filter should filter using nearly identical criteria as the API/DB so that the results do not change once the query is finished, there will simply be more.

@harmonherring harmonherring added the enhancement New feature or request label Sep 14, 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
Projects
None yet
Development

No branches or pull requests

1 participant