Changes between Version 5 and Version 6 of EarnedValueChartMacro


Ignore:
Timestamp:
Nov 6, 2016, 9:13:25 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • EarnedValueChartMacro

    v5 v6  
    55== Description
    66
    7 This plugin will create an [https://en.wikipedia.org/wiki/Earned_value_management Earned Value chart] via a wiki macro for all tickets under a given milestone. This requires that a custom start and end date field be made for tickets. The date must be entered in the YYYY-MM-DD format. This includes leading zeros, eg 2012-01-01.
     7This plugin will create an [wikipedia:Earned_value_management Earned Value chart] via a wiki macro for all tickets under a given milestone. This requires that a custom start and end date field be made for tickets. The date must be entered in the YYYY-MM-DD format. This includes leading zeros, eg 2012-01-01.
    88
    99This macro is useful for project management information purposes, see also ProjectManagementIdeas.
     10
     11Once 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)]]`.
     12
     13The 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.
     14
     15If a chart fails to appear, you likely have some problems with the tickets in the milestone. The error message output should be able to direct you to which tickets need to be modified in order for the plugin to generate a chart correctly.
    1016
    1117This plugin was developed by the YODA team at [http://www.msoe.edu/welcome Milwaukee School of Engineering].
     
    3844 - Enable the plugin from the admin panel on all Trac environments you wish to use it on.
    3945
    40 == Usage
    41 
    42 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)]]`.
    43 
    44 The 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.
    45 
    46 If a chart fails to appear, you likely have some problems with the tickets in the milestone. The error message output should be able to direct you to which tickets need to be modified in order for the plugin to generate a chart correctly.
    47 
    4846== Recent Changes
    4947