From 9be55ad1988cfba65aa56515c73400e8c987043a Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Feb 2026 17:28:53 +0000 Subject: [PATCH] Update story 55: scope to Upcoming panel only Co-Authored-By: Claude Opus 4.6 --- .../work/1_upcoming/55_story_live_story_panel_updates.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.story_kit/work/1_upcoming/55_story_live_story_panel_updates.md b/.story_kit/work/1_upcoming/55_story_live_story_panel_updates.md index 8b1e61b..0c311f7 100644 --- a/.story_kit/work/1_upcoming/55_story_live_story_panel_updates.md +++ b/.story_kit/work/1_upcoming/55_story_live_story_panel_updates.md @@ -7,13 +7,12 @@ test_plan: pending ## User Story -As a user, I want the Upcoming and Review panels to update automatically when stories are created, moved, or archived, so I don't have to manually refresh. +As a user, I want the Upcoming panel to update automatically when stories are created, moved, or archived, so I don't have to manually refresh. ## Acceptance Criteria - [ ] Server broadcasts a `{"type": "notification", "topic": "stories"}` event over the existing `/ws` WebSocket when a story mutation occurs (create, move to current, archive) - [ ] UpcomingPanel auto-refreshes its data when it receives a `stories` notification -- [ ] ReviewPanel auto-refreshes its data when it receives a `stories` notification -- [ ] Manual refresh buttons continue to work -- [ ] Panels do not flicker or lose scroll position on auto-refresh +- [ ] Manual refresh button continues to work +- [ ] Panel does not flicker or lose scroll position on auto-refresh - [ ] End-to-end test: create a story via MCP, verify it appears in the Upcoming panel without manual refresh