You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2026. It is now read-only.
Although improvements have been done with balancing task status and task progress, a formalized approach should be taken to have task status and progress coexist together and work together.
The basis comes from the various use cases and types of tasks that exist.
Current Support
Progress\Task Status
Unchecked " "
Checked "x"
Cancelled "-"
[X hr]
Unchecked
Checked with full progress
Cancelled
[0/Y hr]
Unchecked
Checked with no progress
Cancelled
[X/Y hr]
Unchecked
Checked with partial progress
Cancelled
[Y/Y hr]
Unchecked
Checked with full progress
Cancelled
Problems:
Checked with no progress makes no sense
Checked with partial progress is ambiguous
Is it completed? Is it incomplete? Is it partially complete?
Although improvements have been done with balancing task status and task progress, a formalized approach should be taken to have task status and progress coexist together and work together.
The basis comes from the various use cases and types of tasks that exist.
Current Support
Problems: