Merge branch 'feature/story-28-ui-show-test-todos'

This commit is contained in:
Dave
2026-02-19 15:36:04 +00:00
13 changed files with 606 additions and 17 deletions

View File

@@ -1,14 +0,0 @@
# Story 28: 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 unchecked acceptance criteria (`- [ ]`) from the current story file.
- Each TODO is displayed as its full text.
- When a criterion is checked off in the story file (`- [x]`), it disappears from the TODO list.
- If no unchecked criteria remain, the UI clearly indicates completion.
## Out of Scope
- Editing or checking off criteria from the UI.
- Automatically generating or modifying story files.