From 3079ea194ff7cff3ee3fa91c7d577bca229fec30 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 17 Feb 2026 13:35:27 +0000 Subject: [PATCH] Add story for UI test TODO visibility --- .../stories/upcoming/35_ui_show_test_todos.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .story_kit/stories/upcoming/35_ui_show_test_todos.md diff --git a/.story_kit/stories/upcoming/35_ui_show_test_todos.md b/.story_kit/stories/upcoming/35_ui_show_test_todos.md new file mode 100644 index 0000000..9bd073b --- /dev/null +++ b/.story_kit/stories/upcoming/35_ui_show_test_todos.md @@ -0,0 +1,14 @@ +# Story 35: Show Remaining Test TODOs in the UI + +## User Story +As a user, I want the UI to show the remaining test TODOs for the current story, so I can track which Acceptance Criteria are still untested. + +## Acceptance Criteria +- The UI lists remaining TODOs from `tests/todo/story-XX.todo` for the active story. +- Each TODO is displayed as its full comment text. +- When a TODO line is removed from the file, it disappears from the UI. +- If no TODOs remain, the UI clearly indicates completion. + +## Out of Scope +- Editing TODOs from the UI. +- Automatically generating TODO files. \ No newline at end of file