aapis / klockwork-ios

KlockWork iOS client
1 stars 0 forks source link

Subtasks & SubtaskInteractionType #51

Open aapis opened 2 months ago

aapis commented 2 months ago

Tasks should allow definition of subtasks, which would be rendered nested below the task in the views.

Users should be able to select from one of (at least) two SubtaskInteractionType's, which inform how tasks and subtasks interact. Initially the options will be default (close task independently of subtasks) and auto-close when all subtasks complete.