Dashboard Mode - Why efficient workflows save time
Goal
Understand how efficient workflows reduce time spent on tasks by analyzing task completion times and identifying bottlenecks.
Understand how efficient workflows reduce time spent on tasks by analyzing task completion times and identifying bottlenecks.
| Task | Assigned To | Time Spent (hours) | Status |
|---|---|---|---|
| Design Mockup | Alice | 5 | Completed |
| Prototype Build | Bob | 8 | Completed |
| User Testing | Charlie | 3 | Completed |
| Feedback Review | Alice | 2 | In Progress |
| Final Adjustments | Bob | 4 | Pending |
| Deployment | Charlie | 1 | Pending |
+----------------------+----------------------+ | Total Time Spent KPI | Average Time KPI | +----------------------+----------------------+ | Bar Chart: Time Spent | | by Task | +-----------------------------------------------+ | Pie Chart: Task Status | Table: Tasks by | | Distribution | Assigned To | +-----------------------+-----------------------+
Filter by Assigned To: Selecting a person updates the bar chart, pie chart, and table to show only their tasks and time spent.
Filter by Status: Selecting a status updates all components to show tasks with that status only.
If you add a filter for Status = Completed, which components update?