|
4 | 4 |
|
5 | 5 | - [How do I enable Markdown in my notes?](#how-do-i-enable-markdown-in-my-notes) |
6 | 6 | - [How do I edit several todos at once?](#how-do-i-edit-several-todos-at-once) |
| 7 | +- [What does the done lane mean for dashboard stats?](#what-does-the-done-lane-mean-for-dashboard-stats) |
7 | 8 | - [Are tag colors personal, or shared with the team?](#are-tag-colors-personal-or-shared-with-the-team) |
8 | 9 | - [How do I use Scrumboy with Claude or other MCP clients?](#how-do-i-use-scrumboy-with-claude-or-other-mcp-clients) |
9 | 10 | - [Does Scrumboy use telemetry, tracking, or “phone home”?](#does-scrumboy-use-telemetry-tracking-or-phone-home) |
@@ -32,6 +33,27 @@ In that dialog, turn on only the changes you want (each field has its own checkb |
32 | 33 |
|
33 | 34 | A normal click on a card (without Ctrl/⌘) opens the usual single-todo editor and clears the selection. Viewers cannot use multi-select; Ctrl/⌘+click still opens one todo for them. |
34 | 35 |
|
| 36 | +# Dashboard |
| 37 | + |
| 38 | +## What does the done lane mean for dashboard stats? |
| 39 | + |
| 40 | +Each project has **exactly one workflow lane marked as done** (in **Settings → Workflow**, the radio on the rightmost lane). That lane can be named anything (for example **Done** or **Shipped**); what matters is the **done** flag on the column, not the display name. |
| 41 | + |
| 42 | +**When you move a todo into the done lane**, Scrumboy records **`done_at`** (the completion time). That timestamp is set the **first** time a todo enters a done lane and is **not cleared** if you move it back out later. |
| 43 | + |
| 44 | +The dashboard uses that lane flag and timestamp like this: |
| 45 | + |
| 46 | +| What you see | Rule | |
| 47 | +|--------------|------| |
| 48 | +| **Your todo list** on the dashboard | Assigned todos **not** in the done lane | |
| 49 | +| **WIP**, **assigned** counts, **workload** | Same: anything assigned and **not** in the done lane | |
| 50 | +| **WIP split** (In progress vs Testing) | Only when the project still uses the default lane keys **`doing`** and **`testing`**. Custom workflows show a single WIP total | |
| 51 | +| **Sprint completion** (you and team) | Todos in the **active sprint**; **done** = currently in the done lane **and** `done_at` falls between the sprint’s start and end | |
| 52 | +| **Throughput** (last four weeks) | `done_at` in each calendar week (your timezone), while the todo is in the done lane | |
| 53 | +| **Avg. lead time** | `created_at` → `done_at` for completed todos in the done lane (sprint window when a sprint is active; otherwise roughly the last 30 days) | |
| 54 | + |
| 55 | +So dashboard “done” means **in the project’s designated done lane**, with completion time tracked via **`done_at`**. A todo sitting in **Review** or **Testing** counts as **WIP** until it reaches that done lane, even if you consider it finished informally. |
| 56 | + |
35 | 57 | # Tags |
36 | 58 |
|
37 | 59 | ## Are tag colors personal, or shared with the team? |
|
0 commit comments