AS A developer,
INSTEAD OF permanently marking tasks as completed,
I WANT TO implement a toggle function for task completion status
IN 1 development sprint
TO update the completion boolean field
SO THAT tasks can move between completed and active states.
Acceptance Criteria
Checkbox toggles true/false completion state.
Database updates within 2 seconds.
State persists across refresh and device changes.
No duplicate task records are created.
AS A developer,
INSTEAD OF permanently marking tasks as completed,
I WANT TO implement a toggle function for task completion status
IN 1 development sprint
TO update the completion boolean field
SO THAT tasks can move between completed and active states.
Acceptance Criteria
Checkbox toggles true/false completion state.
Database updates within 2 seconds.
State persists across refresh and device changes.
No duplicate task records are created.