0
0
Figmabi_tool~8 mins

Design sprint workflow in Figma - Dashboard Guide

Choose your learning style9 modes available
Dashboard Mode - Design sprint workflow in Figma
Goal

Understand the step-by-step design sprint workflow visualized in Figma to track progress and collaboration.

Sample Data
TaskOwnerStatusDayTime Spent (hrs)
Understand ProblemAliceCompleteDay 13
Sketch SolutionsBobCompleteDay 24
Decide on SolutionCarolIn ProgressDay 32
PrototypeDavePendingDay 40
Test with UsersEvePendingDay 50
Dashboard Components
  • KPI Card: Total Hours Spent
    Formula: SUM of 'Time Spent (hrs)' column = 3 + 4 + 2 + 0 + 0 = 9 hours
  • KPI Card: Tasks Completed
    Formula: COUNT of rows where Status = 'Complete' = 2
  • Bar Chart: Hours Spent per Day
    X-axis: Day (Day 1 to Day 5)
    Y-axis: Time Spent (hrs)
    Bars: 3, 4, 2, 0, 0 hours respectively
  • Status Table: Shows Task, Owner, and Status columns for quick status overview
Dashboard Layout
+----------------------+----------------------+
|  KPI: Total Hours    |  KPI: Tasks Completed |
|       9 hrs          |          2           |
+----------------------+----------------------+
|                      Bar Chart: Hours Spent per Day                      |
| Day 1 | Day 2 | Day 3 | Day 4 | Day 5                                   |
|  3    |  4    |  2    |  0    |  0                                     |
+-------------------------------------------------------------------------+
|                            Status Table                                 |
| Task            | Owner | Status                                         |
| Understand Problem | Alice | Complete                                       |
| Sketch Solutions  | Bob   | Complete                                       |
| Decide on Solution | Carol | In Progress                                    |
| Prototype        | Dave  | Pending                                        |
| Test with Users  | Eve   | Pending                                        |
+-------------------------------------------------------------------------+
Interactivity

Filter by Status: Selecting a status (e.g., 'Complete') updates the Status Table to show only tasks with that status. The KPI cards update to reflect totals for filtered tasks. The Bar Chart updates to show hours spent only for filtered tasks.

Filter by Day: Selecting a specific day filters the Status Table and KPIs to tasks scheduled on that day. The Bar Chart highlights the selected day's bar.

Self Check

If you add a filter for Status = 'Complete', which components update?

  • Status Table shows only 'Understand Problem' and 'Sketch Solutions' tasks.
  • KPI Cards update: Total Hours Spent = 7 (3 + 4), Tasks Completed = 2.
  • Bar Chart shows hours only for Day 1 and Day 2 bars (3 and 4 hours), other days show zero or are hidden.
Key Result
A Figma-based dashboard visualizing design sprint tasks, hours spent, and status with interactive filters.