Story 31: View Upcoming Stories

Add GET /workflow/upcoming endpoint that reads .story_kit/stories/upcoming/
and returns story IDs with names parsed from frontmatter. Add UpcomingPanel
component wired into Chat view with loading, error, empty, and list states.

12 new tests (3 backend, 9 frontend) all passing.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dave
2026-02-19 15:51:12 +00:00
parent 644644d5b3
commit 939387104b
12 changed files with 505 additions and 18 deletions

View File

@@ -0,0 +1,19 @@
---
name: View Upcoming Stories
test_plan: approved
---
# Story 31: View Upcoming Stories
## User Story
As a user, I want to see a list of upcoming stories in the UI so I can understand what work is planned next.
## Acceptance Criteria
- [ ] The UI displays a panel listing all stories from `.story_kit/stories/upcoming/`.
- [ ] Each story shows its name (from front matter or filename).
- [ ] The list refreshes when the user clicks a refresh button.
## Out of Scope
- Editing or reordering stories from the UI.
- Showing story details or acceptance criteria inline.
- Moving stories between upcoming/current/archived from the UI.