From 134cae216af9854cd700f4c0493963864e4dd9d5 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 09:05:12 +0000 Subject: [PATCH] story-kit: done 338_story_web_ui_button_to_move_stories_between_pipeline_stages --- ...to_move_stories_between_pipeline_stages.md | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .story_kit/work/5_done/338_story_web_ui_button_to_move_stories_between_pipeline_stages.md diff --git a/.story_kit/work/5_done/338_story_web_ui_button_to_move_stories_between_pipeline_stages.md b/.story_kit/work/5_done/338_story_web_ui_button_to_move_stories_between_pipeline_stages.md new file mode 100644 index 0000000..0d813a5 --- /dev/null +++ b/.story_kit/work/5_done/338_story_web_ui_button_to_move_stories_between_pipeline_stages.md @@ -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