konklone / oversight.garden

Bringing together the oversight community's work.
https://oversight.garden
Creative Commons Zero v1.0 Universal
26 stars 9 forks source link

Search filter UX #120

Closed divergentdave closed 8 years ago

divergentdave commented 8 years ago

We got some early user feedback that it is not clear what to do after changing search filters. Presently, once the user has added agency/OIG filters, they have to click the search button or press enter to apply them. This isn't intuitive, partly because the search button doesn't read strongly as something you can interact with, and partly because nothing on a keyboard is intuitive.

We could solve this in a couple ways:

Personally, I'm leaning toward the "additional buttons" solution, but I'd like to get a little input first. Thoughts?

/cc @heyitsolivia would greatly appreciate your expertise on this

heyitsolivia commented 8 years ago

@divergentdave I'd opt for both, actually. I think intuitively someone would expect any kind of search filters to be applied immediately, so we should automatically submit with js whenever the user changes the parameters of the search. But providing a button is also necessary as a non-js solution and also so that a user can manually submit if needed.