Quick filter users when clicking on user avatars (like quick filtering for tags works)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Is your feature request related to a problem? Please describe.
The quick filtering feature for tags/labels is very handy. The implementation of a quick filter for users would increase the user experience, because filtering would involve clicking through some possibly long drop down filter menus.
Describe the solution you'd like
- Clicking on a user avatar should activate the user filter for the user that the avatar represents.
- clicking on a user avatar if user filtering is active is should be deactivated.
- This would function like the quick filter für card tags/labels.
Describe alternatives you've considered
The only alternative is to use the filter menu which involves more clicks and grow quite long on some boards with many tags.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the existing quick filtering behavior for card tags or labels and the user-avatar UI. Trace how clicking a tag activates or deactivates its filter, then apply the same interaction to avatars so a click toggles the represented user's filter. Done means avatar clicks activate the matching user filter and clicking again deactivates it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100