Dashboard: Add project details page with worktree list #206
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#206
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. When a user clicks on a project from the projects overview, they should see a dedicated page for that project.
Goal
Add a project details page at a stable URL (e.g.,
/projects/:projectName) showing all worktrees belonging to that project.Requirements
Implementation notes
GET /projects/:projectNamein CaskServerWorktreeCardRendererfor individual worktree cards/worktrees/:issueId/card) should continue to work within this pageRelated