Update story 55: scope to Upcoming panel only

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-20 17:28:53 +00:00
parent 9c2a4e3550
commit 9be55ad198

View File

@@ -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