Changes between Version 32 and Version 33 of ProjectPlanPlugin


Ignore:
Timestamp:
Mar 22, 2016, 10:25:30 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • ProjectPlanPlugin

    v32 v33  
    66
    77This plugin provides automatic visualizations of the ticket set used in the project (filterable).
    8 This should overcome the problems that appear while organizing many developers or many tickets.
    9 The main contribution of this plugin is to provide (configurable, graphical) overview of ticket types, states, owners, dates and priorities.
     8This should overcome the problems that appear while managing many developers or many tickets.
     9This plugin provides a configurable and graphical overview of ticket types, states, owners, dates and priorities.
    1010
    1111The plugin introduces the following ticket attributes:
     
    1414 * '''dependencies''': tickets that have to be closed before the current ticket
    1515
    16 These attributes are used to draw, e.g. networks of tickets representing the suggested (topological) order of the tickets.
     16These attributes are used to draw for example networks of tickets representing the suggested (topological) order of the tickets.
    1717Furthermore, it is a development base for several representations.
    1818The architecture enables contributors to add their own visualizations.
     
    9292
    9393=== 1. Install the plugin
     94
    9495 * check out the source code (you can also use export instead of checkout):
    9596   {{{#!sh
    96 svn checkout http://trac-hacks.org/svn/projectplanplugin/0.11/trunk
     97svn checkout https://trac-hacks.org/svn/projectplanplugin/0.11/trunk
    9798}}}
    9899 * run on the shell:
     
    104105This plugin can be installed globally via:
    105106{{{#!sh
    106 easy_install http://trac-hacks.org/svn/projectplanplugin/0.11/trunk
     107easy_install https://trac-hacks.org/svn/projectplanplugin/0.11/trunk
    107108}}}
    108109
     
    171172=== 6. Macro Arguments
    172173
    173   * The default settings {{{[[ProjectPlan()]]}}} produce a Hirarchical MPM-Network with Version on toplevel, Milestone in Versions and Tickets as leafs in Milestones. All Tickets will be used for dependency, critical path and other calculations and visualisations.
     174  * The default settings {{{[[ProjectPlan()]]}}} produce a Hierarchical MPM-Network with Version on toplevel, Milestone in Versions and Tickets as leafs in Milestones. All Tickets will be used for dependency, critical path and other calculations and visualisations.
    174175  * Several macro parameter control the visualization, calculation and ticket filters/queries.
    175176  * A list of macro parameters can be found [wiki:ProjectPlanPlugin/MacroArgs here].