Djmed90 / TodoApp-FlutterFlow

0 stars 0 forks source link

US2: Deleting a To-Do Item #6

Open Djmed90 opened 2 hours ago

Djmed90 commented 2 hours ago

AS A user, I WANT TO delete a task from my to-do list, TO remove tasks that are no longer relevant, SO THAT my to-do list remains up to date.

SCENARIO: Successful Task Deletion GIVEN the user has a task on their to-do list, WHEN the user clicks the "Delete" button next to the task, THEN the task should be permanently removed from the list, WITHIN 1 second, AND the to-do list should update to reflect the deletion WITHIN 1 second.