Changes between Version 69 and Version 70 of ProjectManagementIdeas


Ignore:
Timestamp:
May 21, 2009, 3:25:37 PM (15 years ago)
Author:
Chris Nelson
Comment:

Add duration to task properties

Legend:

Unmodified
Added
Removed
Modified
  • ProjectManagementIdeas

    v69 v70  
    375375 id:: Numeric ID (Inherent in Trac)
    376376 work:: Man-hours of work to complete task
    377  risk:: Relative risk.  An integer from 1 to 100.  How likely it is that ''work'' is accurate.
     377 risk:: Relative risk.  An integer from 0 to 100.  How likely it is that ''work'' is accurate.  Zero means no risk; ''work'' is certain to be accurate.
    378378 priority:: Relative priority.  An integer.
    379379 percentComplete:: How much of ''work'' is done?
    380380 resource:: Name of resource assigned to this task
     381 percentEffort:: How much of ''resource'''s time is spent on the task.
     382 duration:: How long will ''resource'' take to complete ''work'' with ''percentEffort''.  For example, a 16-hour task with 50% effort will take 4 days.
    381383 assignedStart:: An explicit constraint on when the task must start (a date)
    382384 assignedFinish:: An explicit constraint on when the task must finish (a date)