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

Feature: Solution Viewer Search #13

Closed
7 tasks
DmitryGolubenkov opened this issue Dec 18, 2022 · 0 comments
Closed
7 tasks

Feature: Solution Viewer Search #13

DmitryGolubenkov opened this issue Dec 18, 2022 · 0 comments
Labels
enhancement New feature or request priority: medium Issues that should be done

Comments

@DmitryGolubenkov
Copy link
Owner

Description

If solution contains a lot of projects, user may want to enter project name into a search bar. Application would automatically filter existing projects by name and display results.

Checklist

  • Add a search bar to solution viewer
  • Implement filter by name. Filtering must work on UI level, without changing any solution data.
  • Bind solution viewer results to new collection
  • Don't call any app wide events during search
  • If user clears search bar, all projects must be automatically displayed
  • Refresh solution, load solution etc. must clear search bar.
  • Maybe add a clear filter button to the search bar? (Or near it)
@DmitryGolubenkov DmitryGolubenkov added enhancement New feature or request priority: medium Issues that should be done labels Dec 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium Issues that should be done
Projects
None yet
Development

No branches or pull requests

1 participant