story-kit: create 338_story_web_ui_button_to_move_stories_between_pipeline_stages

This commit is contained in:
Dave
2026-03-20 08:15:57 +00:00
parent 9730a923dd
commit 3f59420b2b

View File

@@ -0,0 +1,21 @@
---
name: "Web UI button to move stories between pipeline stages"
---
# Story 338: Web UI button to move stories between pipeline stages
## User Story
As a project owner using the web UI, I want to drag or click to move stories between pipeline stages, so that I can manage the pipeline visually.
## Acceptance Criteria
- [ ] Move buttons or dropdown on each work item to change stage (backlog, current, done)
- [ ] Uses the existing move_story MCP tool under the hood
- [ ] Shows confirmation with old and new stage
- [ ] UI updates immediately to reflect the move
- [ ] Prevents invalid moves (e.g. moving to QA or merge without an agent)
## Out of Scope
- TBD