From 25802b8a28c154efe4f0915670fdd0732f1fb4e5 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 23 Feb 2026 21:01:27 +0000 Subject: [PATCH] story-kit: create 98_story_expand_work_item_to_full_screen_detail_view --- ...expand_work_item_to_full_screen_detail_view.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.story_kit/work/1_upcoming/98_story_expand_work_item_to_full_screen_detail_view.md b/.story_kit/work/1_upcoming/98_story_expand_work_item_to_full_screen_detail_view.md index 601d608..d0283b5 100644 --- a/.story_kit/work/1_upcoming/98_story_expand_work_item_to_full_screen_detail_view.md +++ b/.story_kit/work/1_upcoming/98_story_expand_work_item_to_full_screen_detail_view.md @@ -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 -- [ ] 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 +- [ ] Clicking a work item card in any pipeline stage opens a detail panel that overlays the right sidebar (agents/pipeline area) +- [ ] The chat panel remains visible and usable while the detail view is open +- [ ] The detail panel displays the full markdown content of the story or bug file rendered as HTML +- [ ] A close button or escape key dismisses the detail panel and restores the sidebar +- [ ] 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 ## Out of Scope -- TBD +- Agent log viewer (future story) +- Test output display (future story) +- Coverage report metrics (future story)