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 Aug 23, 2019. It is now read-only.
Description
Each task will have units of work (e.g. words, pages) that needs to be done, and the average time per unit of work will be used to recalculate the time needed.
Possible implementations
When running plan stop, pass the units done as an argument. The time needed would then be timeSpent / unitsDone * remainingUnits. Tasks are removed / marked as done when there are no units left.
Additional detail
This feature will not be applicable to some tasks, in which case the number of units will be 1. This feature will also require saving the time spent on a task.
Description
Each task will have units of work (e.g. words, pages) that needs to be done, and the average time per unit of work will be used to recalculate the time needed.
Possible implementations
When running
plan stop, pass the units done as an argument. The time needed would then betimeSpent / unitsDone * remainingUnits. Tasks are removed / marked as done when there are no units left.Additional detail
This feature will not be applicable to some tasks, in which case the number of units will be 1. This feature will also require saving the time spent on a task.