story-kit: create 98_story_expand_work_item_to_full_screen_detail_view

This commit is contained in:
Dave
2026-02-23 21:00:39 +00:00
parent 6d87355577
commit 058ea8f398

View File

@@ -0,0 +1,22 @@
---
name: "Expand work item to full-screen detail view"
---
# Story 98: Expand work item to full-screen detail view
## User Story
As a user, I want to click on a work item card to expand it into a full-screen detail view, so that I can read the full story/bug content and later access agent logs, test output, and coverage metrics.
## Acceptance Criteria
- [ ] Clicking a work item card in any pipeline stage opens a full-screen overlay or modal
- [ ] The overlay displays the full markdown content of the story or bug file rendered as HTML
- [ ] A close button or escape key dismisses the overlay and returns to the pipeline view
- [ ] The overlay shows the story title and current pipeline stage
- [ ] The overlay 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
## Out of Scope
- TBD