LabrieCam / TodoApp-FlutterFlow

0 stars 0 forks source link

US4: Task Deletion #10

Open LabrieCam opened 1 month ago

LabrieCam commented 1 month ago

AS A user, I WANT TO delete tasks from my to-do list, TO remove tasks that are no longer needed, SO THAT I can keep my list organized and relevant. SCENARIO: Successful Task Deletion GIVEN the user is viewing their to-do list, WHEN the user swipes left on a task, AND confirms the deletion, THEN the task should be removed from the list WITHIN 1 second. SCENARIO: Cancel Task Deletion GIVEN the user is viewing their to-do list, WHEN the user swipes left on a task, AND selects "Cancel" on the confirmation dialog, THEN the task should remain in the list WITHIN 0.5 seconds.