wonderfloyd / Hackathon-Corona

4 stars 1 forks source link

Add progress management to tasks #78

Open OPerel opened 4 years ago

OPerel commented 4 years ago

Current: Task status is binary: a task is either open or done (when it's done it can also be deleted). Expected: A task should have 3 states: TODO, IN PROGRESS, and DONE. The user should be able to switch back and forth between them, and the task could be deleted only when it's done.