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

Replace filter popup with a filter bar using material design (filter chips) #88

Closed
whesse opened this issue Apr 29, 2020 · 0 comments
Closed
Assignees
Labels
type-enhancement A request for a change that isn't a bug

Comments

@whesse
Copy link
Contributor

whesse commented Apr 29, 2020

The filter popup will be replaced with an always-visible filter bar at the top, using material design filter chips.

There will be choice chips for "all results", "active failures", and "unapproved active failures".
There will be a text entry field "filter on", and test names, configuration names, and configuration group names will have autocomplete popup, and will become filter chips with remove ("X") button when chosen.

First step:
Create the filter bar, and display the active filters from the URL as chips in the filter bar. Enable the "X" buttons on the filter chips.

Next step:
Add text entry field, and autocomplete configuration groups and configuration names. Test names will not be autocompleted, but chosen when "enter" is hit.

Next step:
Remove filter popup.

Next step:
Add test name autocomplete data to a service, cache suite and subdirectory names in the app, autocomplete by path component. Do not allow partial test names yet.

@whesse whesse added the type-enhancement A request for a change that isn't a bug label Apr 29, 2020
@whesse whesse self-assigned this Apr 29, 2020
@whesse whesse added this to To do in Feature Development via automation Apr 29, 2020
@whesse whesse moved this from To do to In progress in Feature Development Apr 29, 2020
Feature Development automation moved this from In progress to Done May 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
Development

No branches or pull requests

1 participant