-
Notifications
You must be signed in to change notification settings - Fork 505
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
Searches are buried when there are lots of surveys #1252
Comments
I've staged a solution to this that focuses on making the "searchbar" an all-in-one tool for searching, filtering, and summarizing what filters are applied. How it appears depends a lot on the interaction and what's being done. It listens to and reflects what the user does within the "Filters" dropdown. It can be used for text-only filtering or as a summary of what's been configured in the "Filters" dropdown. Generally speaking, this solution moves all of the search/filter summary out of mode context and into the searchbar. Here's a short video sample of some interaction: http://d.pr/i/1eBjY/5PAITFKZ I intend to discuss this at the hit team in Montreal. But I'd appreciate any general feedback on the design solution, @caharding. |
I think that this is going in a really nice direction to keep all the |
@brandonrosage in general I really like this direction. We discussed a minimal vs full version of this in Montreal. Even with the minimal version it'd be useful to enumerate the states (and possible which states we're NOT building in v1) |
All that said: maybe @jshorland should make a call on priority for this, in case it should really move to backlog rather than forward to design and spec |
Let's table the "smart input" solution for another day and another issue. In the interest of improving on this issue, let's do what @caharding suggested: Prepend search info above the survey filter. |
@jshorland not sure what to do with the 'smart input' part of this. Send it back to backlog? |
issue should have been closed months ago. Sorry folks. |
Expected behaviour
When I search I need to get visual feedback that the search was performed, and easily find a way out of that search
Actual behaviour
When I have lots of surveys I can't see that results of my search, making it difficult to clear that search
Steps to reproduce the behaviour/error
Use a deployment with more than 7 surveys and you will have a problem
Recommended solution
Prepend search info above the Survey list
The text was updated successfully, but these errors were encountered: