LaliRabaev / personal-task-manager

A flask app for task and notes management
0 stars 0 forks source link

Task's Sub Items #29

Open LaliRabaev opened 3 months ago

LaliRabaev commented 3 months ago

Functionality to create sub-tasks to a task:

  1. A task will be automatically done when all the sub_items are done.
  2. Every sub_item could have a priority, an effort and a status (no need for all the rest)
  3. When at least 1 sub_item is in-progree, the task will be in-progress