-
Notifications
You must be signed in to change notification settings - Fork 43
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
Filter tasks by users/groups #22
Comments
I've added the ability to filter by users, but not yet groups. Hopefully that gets you partway there. I like the group idea, and am leaving this ticket open to address it, although I will probably not do that before we get to a 1.0-beta. |
I've deployed it on our test instance, it looks great! We also like the new task board setting with drag'n drop, it makes it more intuitive and convenient to use. |
Ah, yeah. I was thinking about moving the filters to a drawer on the left or an expandable area on top which would accommodate multiple selections. I was also thinking of using checkboxes instead of select elements. Which do you think would offer better UX—top expandable or side drawer? Checkboxes or select? |
Both seem to be a good idea. |
Our software development department still uses this useful plugin for managing projects.
Today the hardware design team might also start using it.
The problem is that one of the subprojects ("Customers") is common to both departments, but we still don't want to share taskboards.
We found two possible workarounds which are not satisfying:
The problem is that we need to create and follow an extra taskboard for "Customers" in addition to the main taskboard department. So for instance that would be one taskboard for "Software department R&D" and another one for the "Customers". This is not convenient (for sprint planning, retrospective as well as daily melee...) as we need to jump from one taskboard to another.
This is what we're currently doing, but we see too many tickets (from both soft & hard teams), which is not relevant.
Also, that would require subproject support (see adds subproject/netsted project support, refs #2 #15).
What we suggest is to add filters for users/groups (e.g. software or hardware people).
So we could only show tasks assigned to software developers or hardware designers.
The text was updated successfully, but these errors were encountered: