Changes between Version 74 and Version 75 of ProjectManagementIdeas


Ignore:
Timestamp:
May 21, 2009, 5:57:43 PM (15 years ago)
Author:
Chris Nelson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectManagementIdeas

    v74 v75  
    367367== IProjectTask ==
    368368
    369 Tasks for project management will be based on tickets but an abstract interface allows us to decouple a scheduler or other PM tool from the implementation of non-core ticket features like recording estimates and progress.  One user may choose to implement !IProjectTask on top of !TimeingAndEstimation and another on top of !TracHours.
     369Tasks for project management will be based on tickets but an abstract interface allows us to decouple a scheduler or other PM tool from the implementation of non-core ticket features like recording estimates and progress.  One user may choose to implement IProjectTask on top of !TimeingAndEstimation and another on top of !TracHours.
    370370
    371371Tasks have start and finish dates.  We may want to be able to set these explicitly for individual tasks.  If no finish date is specified, the finish date is derived from dependencies.  If there are no dependencies, the task is assumed to finish on the milestone date.