Ana-Niko-byte / zenlist

This is a fullstack Django framework project aimed at improving task tracking.
1 stars 0 forks source link

User Story : Delete Task #11

Open Ana-Niko-byte opened 3 months ago

Ana-Niko-byte commented 3 months ago

As a registered user, I want the ability to manage my tasks, including deleting them from my workspace.

AC1 Successfully delete the task from the database. AC2 Display a confirmation modal with a warning message. AC3 Provide visual confirmation that the task has been deleted.

Ana-Niko-byte commented 2 months ago

General configuration complete, but template for confirmation is not being rendered. Still deciding on a modal or a standalone view.