-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add "clear filters" button to map and change "search this area" to "search here" #5275
Comments
does "show all" means "clear filters"? |
Yes, "show all" is more intuitive. Some users might not consider entering a location as "a filter" (filter is kind of a technical term for basic users) so it's better to use "show all" since that's what the button does - shows all pins/results. |
@bakeiro are you tackling this issue? I see it's unassigned, so if not I can pick it up :) |
@graceegal I think David is not doing PRs right now since he got a new job so you can def grab this one! |
Okay great! Thank you! |
maybe this deserves more UX research? plus I feel that returning only a subset after showing all the results first is confusing for the users... |
@bakeiro A button to reset filters is common practice. This is an urgent issue because the current situation makes the map search on mobile nearly unusable after the first search unless the user force refreshes the screen. I encourage you to try it out yourself on mobile under several use-cases. We can gather user feedback after the addition of the button and iterate if necessary. |
I agree on clearing filters, that's totally fine, the thing is if the user clicks by mistake, since both buttons are next to each other, he would lose the page info plus the filters, and if for example the user is on the page 10, in mobile you have to move between pages 1 by 1, so to go back to the page where the user was I think it would be very uncomfortable... if we implement pagination, users no longer need to reload the page?, since they can see all the results if they move between pages. if the user thinks that there are too few so it can be indicated in the ticket that I mentioned previously. About the map being unusable (which I agree) in my experience it's because the map is so slow, the main reason is showing all the users on the map, I have an old phone, I can ensure you that makes the page totally unusable, I'm wondering whether this button makes the page usable for old phones as well... I had other ideas but requires more re-search and work... edit:
totally agree on this
totally agree, that's why I said returning a subset after the first search is confusing |
I also though:
btw, I don't want to be the blocker of this ticket [I am being to picky? xd] but I feel this needs more research, maybe other people have other opinion here? |
Yes! Good point. I updated the ticket. |
@jesseallhands @bakeiro TBH I think it makes more sense to me to have the existing filters button be a highlighted color when there are filters active and then within that dialog have a button "Clear all filters" and that will also change the color back to not highlighted. Having an additional button seems eh. TBH long-term seems better to not have filters in a pop up anyway, but rather together with the search field. But that's a bigger ticket. |
I totally agree with this. This ticket is just a temporary fix. |
If we're going to add an additional button as a stop gap though, what if we add one with text "Clear filters" rather than show all. That seems more common practice? |
that's what I found in the Dom's mockups... the point is that here this button deletes the location as well, not only the filters... [plus pagination in the future if I'm not wrong] |
@bakeiro @jesseallhands I'm adding this to my agenda for Tuesday to make a decision there so poor Gracee doesn't have to read anymore of our comments, hah. |
Problem
Right now it is very difficult for users to "reset" all search filters so that all pins are shown on the map again after they have performed a search with any filter. A common problematic situation is this:
Solution
The new buttons should look like this on mobile (update- change "show all" to "clear filters"):
The text was updated successfully, but these errors were encountered: