AS A developer,
INSTEAD OF statically displaying completed tasks,
I WANT TO dynamically move tasks between Active and Completed sections
IN 1 development sprint
TO reflect real-time status changes
SO THAT users clearly see which tasks remain unfinished.
Acceptance Criteria
Completed tasks visually differ (e.g., strikethrough).
Unchecking removes strikethrough styling.
Task repositions within 1 second of toggle.
UI updates without full page reload.
AS A developer,
INSTEAD OF statically displaying completed tasks,
I WANT TO dynamically move tasks between Active and Completed sections
IN 1 development sprint
TO reflect real-time status changes
SO THAT users clearly see which tasks remain unfinished.
Acceptance Criteria
Completed tasks visually differ (e.g., strikethrough).
Unchecking removes strikethrough styling.
Task repositions within 1 second of toggle.
UI updates without full page reload.