-
Notifications
You must be signed in to change notification settings - Fork 179
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
Dashboard: Status filter + author filter not working well together #11668
Comments
Great find! We added this to the epic for filtering improvements / enhancements. |
Linking this reported issue to #11789, and removing estimate as this will be an incident report that should be resolved with that greater work. |
@spacedmonkey @swissspidy @sblinde - Im currently addressing this issue in #11789 and Im working on implementing a solution but wanted to get some feedback on how to handle this issue.
🤔 The 'status filter' updates every time the user changes any other filter, so once the other filter updates we make a call to the backend for the stories, which gives us the 'status counts' for the given set of filters. So once we found that there are no stories for the given set of filters we would have to make a second call to the backend to 'reset' the status filter. Im not sure if we want to do that. Any insight on a better way to 'reset' would be greatly appreciated if we do wanna go down that path. I do have a working solution that gives a better visual cue to the user though to let them know they're filtering by a status that has no results, any feedback on this implementation or suggestion would be great. Screen.Recording.2022-06-28.at.11.17.34.AM.mov |
What you demo in the video seems fine to me. I wouldn't further complicate it though by doing multiple requests or anything. |
Agreed w/ @swissspidy as well! |
Bug Description
If you have a story status filter set and then you filter by author, if that author does not have a anything in that status, then story status should reset to all or something.
See video.
Expected Behaviour
Steps to Reproduce
Screenshots
Screen.Recording.2022-06-10.at.11.37.09.mov
Additional Context
The text was updated successfully, but these errors were encountered: