diff --git a/.story_kit/stories/upcoming/28_ui_show_test_todos.md b/.story_kit/stories/upcoming/28_ui_show_test_todos.md index dd3f834..2f11ff5 100644 --- a/.story_kit/stories/upcoming/28_ui_show_test_todos.md +++ b/.story_kit/stories/upcoming/28_ui_show_test_todos.md @@ -4,11 +4,11 @@ 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. +- 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 TODOs from the UI. -- Automatically generating TODO files. \ No newline at end of file +- Editing or checking off criteria from the UI. +- Automatically generating or modifying story files.