gsxdsm
0188d9427b
FN-9044: group workspace tasks by acquired worktrees
Show workspace-mode task cards in their own worktree group instead of Unassigned.
- Classify workspace worktree groups with stable identifiers and repository counts.
- Render localized workspace headers and appropriate group icons.
- Cover workspace grouping across utilities, columns, lanes, and group headers.
- Document the board behavior and add a patch changeset.
Files changed:
.changeset/fn-9044-workspace-worktree-grouping.md | 7 ++
docs/dashboard-guide.md | 2 +-
packages/dashboard/app/components/Column.tsx | 4 +-
.../dashboard/app/components/WorktreeGroup.tsx | 20 ++++--
.../app/components/__tests__/Column.test.tsx | 32 ++++++++-
.../app/components/__tests__/Lane.test.tsx | 24 ++++++-
.../__tests__/worktree-grouping-workspace.test.tsx | 66 +++++++++++++++++
.../app/utils/__tests__/worktreeGrouping.test.ts | 82 ++++++++++++++++++++++
packages/dashboard/app/utils/worktreeGrouping.ts | 37 ++++++++--
packages/i18n/locales/en/app.json | 4 +-
packages/i18n/src/resources.d.ts | 4 +-
11 files changed, 267 insertions(+), 15 deletions(-)
Fusion-Task-Id: FN-9044
Fusion-Task-Lineage: d342d4fb-9fab-4efd-813f-2a3091d7c414
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-08-14 20:50:55 -07:00
..
2026-08-13 00:50:50 -07:00
2026-08-14 12:59:23 -07:00
2026-08-14 20:50:55 -07:00
2026-08-03 00:20:53 -07:00
2026-08-14 12:41:03 -07:00
2026-08-08 23:54:40 -07:00
2026-08-02 19:23:28 -07:00
2026-07-30 03:10:35 -07:00
2026-08-14 20:50:55 -07:00
2026-08-10 02:56:58 -07:00
2026-08-09 20:19:52 -07:00
2026-08-02 19:23:28 -07:00
2026-07-26 11:17:52 -07:00
2026-08-01 00:32:25 -07:00
2026-07-26 12:12:35 -07:00
2026-08-06 22:07:23 -07:00