M19-2: Pipeline list view (main monitor, mini-pipeline per issue) #175
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks#175
Loading…
Add table
Add a link
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?
As an operator, I want the primary
/app/monitorto become a list of open issues with a horizontal mini-pipeline badge per row, so that "where is issue N in its lifecycle" is answerable at a glance. Current task-event view moves to/app/monitor/task/:id— preserved, not deleted.Acceptance criteria
Layout
<repo>#<n>| title | milestone | assignee | mini-pipeline | latest activity↺ 2)Routing
/app/monitor→ pipeline list (default)/app/monitor/issue/<repo>/<n>. Pick one pattern, document in PR body/app/monitor/task/<task_id>(the legacy task-event view, verbatim from #M18-3)/app/monitor/task/<task_id>works standalone (bookmarkable, same layout as #M18-3's view)Live updates
pipeline_stageevents from #M19-1 update mini-pipeline badges in place without a full re-fetch/issues/pipelineevery 60s as refresh backstop. Poll pauses when tab is hidden (Page Visibility API)Design tokens
design/tokens.jsonvia existing CSS vars. No raw hex@keyframes stage-pulseso Grid / Gantt views reuse itTests
pipeline-list.test.tsx— render a fixture with 5 issues spanning all stage states; assert each badge's classname / aria-label matchespipeline-list.test.tsx— SSEpipeline_stageupdates only the affected row in-place/app/monitor, click a stage pill, land on task-event view, back-button returns to the pipelineMigration notes
Out of scope
Dependencies
References
specs/m19-pipeline-monitor.md§Story M19-2Mockup reference: this story blocks on the Penpot frames produced by #181 (M19-0). Do not start CSS/layout work until the designer hands off and the
design-reviewerverdict is APPROVED. Implementation must match the locked visual language — no improvised palettes, no raw hex.