AS A logged-in user,
[INSTEAD OF manually crossing off tasks on paper]
I WANT TO mark a task as completed
[IN one click]
TO keep track of which tasks I’ve finished SO THAT I can focus on remaining tasks.
SCENARIO: Successful task completion
GIVEN I am on the task list,
WHEN I tap the checkbox next to a task,
THEN the task should be marked as completed
WITHIN 1 second AND moved to the "Completed" section of the list.
Other Acceptance Criteria Scenarios:
SCENARIO: Undo task completion
GIVEN I have marked a task as completed,
WHEN I click "Undo"
THEN the task should be moved back to the active task list
WITHIN 1 second.
AS A logged-in user,
[INSTEAD OF manually crossing off tasks on paper]
I WANT TO mark a task as completed
[IN one click]
TO keep track of which tasks I’ve finished SO THAT I can focus on remaining tasks.
SCENARIO: Successful task completion
GIVEN I am on the task list,
WHEN I tap the checkbox next to a task,
THEN the task should be marked as completed
WITHIN 1 second AND moved to the "Completed" section of the list.
Other Acceptance Criteria Scenarios: