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

[cra-rxjs-sc] Implement search functionality #1905

Closed
3 tasks done
kenslachtajr opened this issue Aug 9, 2023 · 0 comments · Fixed by #1914
Closed
3 tasks done

[cra-rxjs-sc] Implement search functionality #1905

kenslachtajr opened this issue Aug 9, 2023 · 0 comments · Fixed by #1914
Assignees

Comments

@kenslachtajr
Copy link

kenslachtajr commented Aug 9, 2023

Implement search functionality

Background

In another ticket, a component was created with a search input field. The purpose of this ticket is to add the functionality to that input. A user should be able to write a query in the input, and the repositories listed on the page should be filtered based on that query after a short debounce time. If the user removes their query, either by clearing all the letters or clicking the X that should appear in the input, the repositories will be reset.

Acceptance

  • Search should filter all queries for any that match the search query
  • search works automatically after a debounce time
  • small X should show at end of input when user has added text, that when clicked will remove the query

Notes

@hdJerry hdJerry self-assigned this Aug 11, 2023
@hdJerry hdJerry added this to the Q3 2023 Deliverables milestone Aug 11, 2023
@hdJerry hdJerry linked a pull request Aug 14, 2023 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

2 participants