Changes between Version 1 and Version 2 of EarnedValueChartMacro


Ignore:
Timestamp:
Nov 20, 2012, 4:30:52 PM (11 years ago)
Author:
Ryan J Ollos
Comment:

Escape wiki markup.

Legend:

Unmodified
Added
Removed
Modified
  • EarnedValueChartMacro

    v1 v2  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = EarnedValueChart =
     3= !EarnedValueChart =
    44
    55== Description ==
     
    1212Follow these steps to install to globally install the plugin:
    1313 - Check out the plugin from the repository
    14  - Change directories so that you are in the ~/yoda/earnedvalue/trunk directory
    15  - Enter the command 'sudo python setup.py install'
     14 - Change directories so that you are in the `~/yoda/earnedvalue/trunk directory`
     15 - Enter the command `sudo python setup.py install`
    1616 - Restart apache
    1717 - Enable the plugin from the admin panel on all trac environments you wish to use it on
     
    1919== Usage ==
    2020
    21 Once installed, the plugin can easily be inserted into any trac wiki page by use of a wiki macro.  The macro used is ![[EVChart(MILESTONE NAME HERE)]].
     21Once installed, the plugin can easily be inserted into any trac wiki page by use of a wiki macro.  The macro used is `[[EVChart(MILESTONE NAME HERE)]]`.
    2222
    2323The start date of the chart is determined by finding the ticket with the earliest start date in the milestone and using that date.  The end date of the chart is determined by the planned end date of the milestone.  Ticket start and end dates should be set up such that the start day is the expected date you plan to start working on it, and the end day should be set to the date you plan to have the ticket finished.  The start date of a ticket should be before or on the end date of the ticket and the end date of the ticket should be before or on the end date of the milestone.