Skip to content

feat: cross-view integration between kanban, feed, and run detail#48

Open
JunjieAraoXiong wants to merge 1 commit into
mainfrom
kanban-integration
Open

feat: cross-view integration between kanban, feed, and run detail#48
JunjieAraoXiong wants to merge 1 commit into
mainfrom
kanban-integration

Conversation

@JunjieAraoXiong

Copy link
Copy Markdown
Collaborator

Summary

Connects the kanban board, activity feed, and run detail views so you can navigate between them seamlessly. Every view becomes a different lens on the same data.

Feed → Kanban

Feed entries that have a linked item_id now show a clickable badge (e.g. [SHOP-3]). Clicking it switches to the Kanban tab and opens that card's detail modal. Works on both run results and posts.

Kanban → Run Detail

In the kanban card modal, run entries in the activity timeline are now clickable. Clicking a run opens the existing RunDetail modal showing the git diff, branch, and ancestor chain.

URL deep-links

?item=SHOP-3 in the URL auto-switches to the Kanban tab and opens that card. Useful for sharing direct links to specific work items.

Files changed

  • ui/src/types/api.ts -- added item_id to ResultFeedItem and PostFeedItem (+2)
  • ui/src/components/feed.tsx -- ItemBadge component, onItemClick prop (+22/-3)
  • ui/src/components/kanban/kanban-card-modal.tsx -- clickable runs, onRunClick prop (+8/-2)
  • ui/src/app/task/[id]/page.tsx -- wiring + URL param handling (+32/-2)

4 files, +57/-7 lines.

Feed entries with item_id show clickable badge that switches to
Kanban tab and opens the card. Kanban card runs are clickable and
open RunDetail modal. URL param ?item=SHOP-3 deep-links to a card.
@JunjieAraoXiong JunjieAraoXiong self-assigned this Apr 4, 2026
@JunjieAraoXiong

Copy link
Copy Markdown
Collaborator Author

@claude review this PR and check for any issues with the cross-view navigation logic, event propagation on the item badges, and the URL param handling.

@claude

claude Bot commented Apr 4, 2026

Copy link
Copy Markdown

Claude Code is working…

I'll analyze this and get back to you.

View job run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant