-
Couldn't load subscription status.
- Fork 0
Future Changes For Tasker Dashboard
lpaulger edited this page Jan 5, 2012
·
1 revision
- actualHours This variable will track the amount of hours actually worked on a task.
- projectedHours Set at the initialization of a task and expected to remain constant, with the exception of changes made to account for previous errors. Should have a value commensurate with the amount of hours expected to complete the task.
- taskCompletionPercentage A value derived from the ceiling function of actualHours/projectedHours. Represents the progress on a task.