@roxavn/module-project
v3.2.0
Published
## Flow
Readme
module-project
Flow
The project consists of tasks organized in a hierarchical tree structure. Each project will have only one root task.
A parent task includes child tasks. Only when all the child tasks are completed can the parent task be considered complete.
Each task has a due date. A child task cannot have a due date later than that of its parent task.
Each task will have the following statuses:
- PENDING: waiting to be executed
- INPROGRESS: assigned to someone, start doing the task
- CANCELED: is cancelled by the task creator, assignee, or someone
- FINISHED: task completed
Release
npx standard-version