You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: