You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be analogous to a Gmail-style check list, with all boxes checked by default
AssignerFilter component, which filters task by assignee (task.assigned_to)
Should be a multi-select with no boxes checked by default
By default, show all tasks with all statuses and assignees (or no assignee).
Potential special case: if no username is specified in its filter/search component, include all tasks, not just tasks assigned to usernames in an empty array, which would show no tasks rather than all of them :-).
Should be able to tweak then reuse the filtering logic from the RightPanel TaskDetails:
AssignerFilter
component, which filters task by assignee (task.assigned_to
)By default, show all tasks with all statuses and assignees (or no assignee).
Potential special case: if no username is specified in its filter/search component, include all tasks, not just tasks assigned to usernames in an empty array, which would show no tasks rather than all of them :-).
Should be able to tweak then reuse the filtering logic from the RightPanel TaskDetails:
effective/src/components/Content/RightPanel/TaskList/TaskList.js
Lines 120 to 224 in f1b18c1
@Iancam Here you go!
The text was updated successfully, but these errors were encountered: