Skip to content
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 filter "unassigned cards" #590

Closed
4 tasks done
stefan-niedermann opened this issue Jul 11, 2020 · 1 comment
Closed
4 tasks done

Add filter "unassigned cards" #590

stefan-niedermann opened this issue Jul 11, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@stefan-niedermann
Copy link
Owner

stefan-niedermann commented Jul 11, 2020

For feature parity with server: issue and PR.

  • Add a property boolean noAssignedUser to FilterInformation model
    • Update copy constructor and toString
  • Respect this property in SyncManager#getFullCardsForStack
    If noAssignedUser is true, the method should return cards which have no assigned user or any of the assigned users in the users list. If noAssignedUser is false, the logic is the same as today.
  • UI: In filter dialog, tab "users", there should always be a dummy user at the very top with the label "unassigned" and an appropriate icon as avatar.
@desperateCoder
Copy link
Collaborator

see draft PR #595

should work, but couldn't test (no UI)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants