-
Notifications
You must be signed in to change notification settings - Fork 73
Closed
Labels
Description
Related Document
Related issues
- [Feature] Vertical Sidebar | Implement Responsive Vertical Sidebar with Expand/Collapse Functionality #3102
- [Feature] Vertical Sidebar | Role-Based Navigation in Sidebar #3104
- [Feature] Vertical Sidebar | Dynamic Project Sub-Menu in Sidebar #3105
- [Feature] Vertical Sidebar | Favorites Menu in Sidebar #3106
- [Feature] Task Detail | Add Task to Favorites from Task Detail Page #3107
As a team member, I want to view all tasks assigned to my team, so I can understand our collective workload and progress.
Detailed Flow
- User logs into the Ever Team platform
- User navigates to the Tasks section in the sidebar
- User selects "Team's Tasks" from the sub-menu
- System loads and displays a list of all tasks assigned to the user's team
- User can see task details such as title, assignee, due date, and status
- User can sort and filter the task list based on various criteria
- User can click on a task to view more details or edit it
Wireframe
Wireframe only sample
Acceptance Criteria
- The "Team's Tasks" option is visible in the Tasks sub-menu for users with appropriate permissions
- The task list displays all tasks assigned to the user's team, regardless of the specific assignee
- Each task entry shows key information: title, assignee, due date, status, task size, task priority, labels and project
- Tasks are initially sorted by created date
- Users can sort tasks by different criteria (e.g., assignee, status, priority)
- Filters are available to narrow down the task list (e.g., by status, assignee, date range)
- Pagination or infinite scrolling is implemented for teams with many tasks