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

Provide search store #43

Open
3 tasks
Blagoja95 opened this issue Dec 12, 2023 · 0 comments
Open
3 tasks

Provide search store #43

Blagoja95 opened this issue Dec 12, 2023 · 0 comments
Labels
Milestone

Comments

@Blagoja95
Copy link
Owner

Blagoja95 commented Dec 12, 2023

Implement search for search component and enable its usage;

Story:

  1. User enter search term
  2. All tasks, teams and users are found by entered search term (one batch call)
  3. Return arrays of search results
  4. Iterate through search results and displayed nicely packed result.
  5. When user press specific result (user press task) user is redirected to detailed page about that result

Search results are cashed and always displayed to a user until he:

  1. press clear button inside search bar
  2. enter new search term
  3. exit application (not sure, see caching option below)
  • effort for highlighting term inside every result
  • clear button
  • caching on backend
@Blagoja95 Blagoja95 added the enhancement New feature or request label Dec 12, 2023
@Blagoja95 Blagoja95 added this to the 1.0.0 milestone Dec 12, 2023
@Blagoja95 Blagoja95 moved this to Todo in DashNET web Dec 12, 2023
@Blagoja95 Blagoja95 modified the milestones: 1.0.0, 0.2.0 Feb 10, 2024
@Blagoja95 Blagoja95 moved this from Todo to In Progress in DashNET web Feb 10, 2024
@Blagoja95 Blagoja95 moved this from In Progress to Under consideration / Research in DashNET web Feb 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Under consideration / Research
Development

No branches or pull requests

1 participant