BinaryStudioAcademy / bsa-2024-gitfit

Application for collecting and analyzing developers activity on git based projects.
https://git-fit.net/
2 stars 0 forks source link

feat: Save search value to query parameters #200

Closed liza-veis closed 1 month ago

liza-veis commented 1 month ago

What feature?

No response

AnnaRomaniuta commented 1 month ago

User Story: As a user, I want the search value to be saved in the query parameters when searching for projects, so that when I reload the page, the search state is preserved, and the projects are filtered accordingly.

Acceptance Criteria:

  1. The search value is saved to the query parameters when a user searches for projects.
  2. Upon reloading the page, the initial state of the search is taken from the query parameters and applied to filter the projects.
  3. The page behaves consistently across reloads, preserving the user's search query.
AnnaRomaniuta commented 1 month ago

Everything works great. Good job!