Changes between Version 5 and Version 6 of ProjectPlanPlugin


Ignore:
Timestamp:
Oct 5, 2009, 7:11:32 PM (15 years ago)
Author:
Matthias
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v5 v6  
    55!ProjectPlan introduces time, dependency Fields and enables Project Management Features, especially for graphical visualisation, like Reports and Networks. Furthermore its a Development Base for several graphical Representations.
    66
    7 == !ToDo ==
     7  * Current Testing Version is 0.60a (alpha)
     8    * Features
     9      * !GraphViz based MPM Network
     10      * !GraphViz based Hierarchical MPM Network
     11      * Critical Path Analysis (Simple Workloadbases)
     12      * Sorted Reports for Delayed Tickets and Slacktimes
     13      * Other small things
     14    * Known Problems
     15      * no Images for this Package (supported, but no image files)
     16      * possible unused Imports in several Modules
     17      * Other small things in code and documentation
    818
    9  * check compatibility with other Plugins
    10    * TracDependencyPlugin
    11    * TaskTicketsMacro
     19== Software Requirements ==
     20 * Python 2.5 or 2.6 with Python Standard Library
     21 * a recent GraphViz Package
     22 * Trac 0.11 (.1-5)
     23 * XML Template Engine Genshi 0.51 or better (is part of Trac 0.11)
    1224
    1325== Bugs/Feature Requests ==
     
    3749Macro Samples:
    3850  1. Both Network (hierarchical and non-hierarchical) use critical path analysis.
    39   This wont work without ticket times (start,end,or both).
     51  This wont work without ticket times for '''all''' tickets (either start,end, or both).
    4052  2. The critical path analysis wont work with cyclic dependencies
    4153  3. Dependencies are saved in Ticket-Custom fields. A dependency line consists of Ticket Identifiers "#<Ticket ID>".