Skip to content

Future Changes For Tasker Dashboard

lpaulger edited this page Jan 5, 2012 · 1 revision

Future Changes For Tasker Dashboard

CHILDREN OF TASKS

TIME TRACKING AND ACCOUNTING

  • 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.

Progress Tracking

  • taskCompletionPercentage A value derived from the ceiling function of actualHours/projectedHours. Represents the progress on a task.
Clone this wiki locally