Add story for UI test TODO visibility
This commit is contained in:
14
.story_kit/stories/upcoming/35_ui_show_test_todos.md
Normal file
14
.story_kit/stories/upcoming/35_ui_show_test_todos.md
Normal file
@@ -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.
|
||||||
Reference in New Issue
Block a user