Dashboard: Restructure root page as projects overview #205
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli#205
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
Part of the dashboard hierarchical navigation redesign. Currently the root page (
/) shows two flat sections: a Main Projects row and a Worktree List grid. All worktrees from all projects are mixed together.Goal
Restructure the dashboard root to be a projects overview — the entry point into the navigation hierarchy.
Requirements
Relationship to current code
DashboardService.renderDashboard()currently renders both sectionsMainProjectsViewrenders project cards — needs enhancement with summary dataWorktreeListViewrenders the flat worktree list — moves to project details pageMainProjectService.deriveFromWorktrees()handles project discoveryRelated