Ana-Niko-byte / zenlist

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

User Story : Move Task #7

Open Ana-Niko-byte opened 3 months ago

Ana-Niko-byte commented 3 months ago

As a registered user, I want the ability to move tasks between Statuses.

AC1 Display the current status of the task - 'To Do', 'In Progress', 'Done'. AC2 Allow the user to change the status of the task. AC3 Have the task display in the correct section based on the task status.