Accept story 28: Show Remaining Test TODOs in the UI
All acceptance criteria verified. Always show story name/id in TODO panel regardless of story count. Archive story. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
14
.story_kit/stories/archived/28_ui_show_test_todos.md
Normal file
14
.story_kit/stories/archived/28_ui_show_test_todos.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
- [x] The UI lists unchecked acceptance criteria (`- [ ]`) from the current story file.
|
||||
- [x] Each TODO is displayed as its full text.
|
||||
- [x] When a criterion is checked off in the story file (`- [x]`), it disappears from the TODO list.
|
||||
- [x] 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.
|
||||
Reference in New Issue
Block a user