Changes between Version 139 and Version 140 of ProjectManagementIdeas


Ignore:
Timestamp:
Aug 30, 2017, 9:47:54 AM (7 years ago)
Author:
figaro
Comment:

Update links

Legend:

Unmodified
Added
Removed
Modified
  • ProjectManagementIdeas

    v139 v140  
    272272
    273273The TracDependencyPlugin was created in August 2009 and shows promise as a more complete and flexible solution than upgrading !MasterTickets.
     274
     275The ProjectPlanPlugin has the ability to present dependencies visually.
    274276
    275277=== Time and Scheduling
     
    351353  * Note that there is a [ticket:7812 patch] to TicketImportPlugin that imports WBS relationships. It is known to work with !MasterTickets and Subtickets plugins and may work with others.
    352354
    353  * !TimingAndEstimation can be the basis of recording estimates.
     355 * The TimingAndEstimationPlugin can be the basis of recording estimates.
    354356  * The plugin should be extended to support original and revised estimates, and to store default estimates in the database or configuration or derive them from history for experience-based scheduling, rather than have rules to use default values for tickets with tiny estimates.
    355357
     
    429431An IProjectCalendar should provide the following methods:
    430432
    431 '''Used to have `startFromFinish()` and `finishFromState()` here but those are likely scheduler functions. I think what we need here is `hoursAvailable(resource, date)` which a scheduler can call on each date and subtract the result from the work it is trying to schedule.'''
     433Used to have `startFromFinish()` and `finishFromState()` here but those are likely scheduler functions. I think what we need here is `hoursAvailable(resource, date)` which a scheduler can call on each date and subtract the result from the work it is trying to schedule.
    432434
    433435=== IProjectResource