Skip to content

Commit f5d7f87

Browse files
committed
the done lane and dashboard stats
Signed-off-by: Mark Rai <markraidc@gmail.com>
1 parent 946c80f commit f5d7f87

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

FAQ.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- [How do I enable Markdown in my notes?](#how-do-i-enable-markdown-in-my-notes)
66
- [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)
78
- [Are tag colors personal, or shared with the team?](#are-tag-colors-personal-or-shared-with-the-team)
89
- [How do I use Scrumboy with Claude or other MCP clients?](#how-do-i-use-scrumboy-with-claude-or-other-mcp-clients)
910
- [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
3233

3334
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.
3435

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+
3557
# Tags
3658

3759
## Are tag colors personal, or shared with the team?

0 commit comments

Comments
 (0)