Tagged Questions
0
votes
3answers
90 views
To what extent is it sensible to use filter and sort options together?
Working on e commerce shopping site I am observing that user sort first and then refine their result. Giving both option confusing the user ?
7
votes
5answers
189 views
Should we prioritize use or linguistic?
I've been working on a project, and I found an interesting dilemma.
The application I'm working on has this filter, let's say something like this:
By default, none of the "options" are selected, ...
2
votes
6answers
424 views
How do I tell the user a filter is active
I have a button in my interface that when clicked show a listbox so the user can apply a filter by those items she has selected. It looks like this:
My question is: How do I tell the user there is ...