Changes between Version 75 and Version 76 of ProjectManagementIdeas


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

Minor edits

Legend:

Unmodified
Added
Removed
Modified
  • ProjectManagementIdeas

    v75 v76  
    369369Tasks 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
    371 Tasks 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.
    372 
    373371An IProjectTask has the following properties:
    374372