Add story for UI test TODO visibility

This commit is contained in:
Dave
2026-02-17 13:35:27 +00:00
parent 4c887d93b5
commit 3079ea194f

View 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.