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:
@@ -1,19 +0,0 @@
|
||||
---
|
||||
name: View Upcoming Stories
|
||||
test_plan: pending
|
||||
---
|
||||
|
||||
# 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.
|
||||
Reference in New Issue
Block a user