story-kit: create 98_story_expand_work_item_to_full_screen_detail_view

This commit is contained in:
Dave
2026-02-23 21:01:27 +00:00
parent 058ea8f398
commit 25802b8a28

View File

@@ -10,13 +10,16 @@ As a user, I want to click on a work item card to expand it into a full-screen d
## Acceptance Criteria ## Acceptance Criteria
- [ ] Clicking a work item card in any pipeline stage opens a full-screen overlay or modal - [ ] Clicking a work item card in any pipeline stage opens a detail panel that overlays the right sidebar (agents/pipeline area)
- [ ] The overlay displays the full markdown content of the story or bug file rendered as HTML - [ ] The chat panel remains visible and usable while the detail view is open
- [ ] A close button or escape key dismisses the overlay and returns to the pipeline view - [ ] The detail panel displays the full markdown content of the story or bug file rendered as HTML
- [ ] The overlay shows the story title and current pipeline stage - [ ] A close button or escape key dismisses the detail panel and restores the sidebar
- [ ] The overlay has placeholder sections for future content (agent logs, test output, coverage) that show Coming soon - [ ] The detail panel shows the story title and current pipeline stage
- [ ] The detail panel has placeholder sections for future content (agent logs, test output, coverage) that show Coming soon
- [ ] Works for stories, bugs, and spikes in all pipeline stages - [ ] Works for stories, bugs, and spikes in all pipeline stages
## Out of Scope ## Out of Scope
- TBD - Agent log viewer (future story)
- Test output display (future story)
- Coverage report metrics (future story)