Skip to content
This repository was archived by the owner on Aug 23, 2019. It is now read-only.
This repository was archived by the owner on Aug 23, 2019. It is now read-only.

Add units to tasks #62

@SomeDer

Description

@SomeDer

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions