Changes between Version 2 and Version 3 of EarnedValueChartMacro


Ignore:
Timestamp:
Apr 16, 2015, 8:32:09 AM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with nolicense

Legend:

Unmodified
Added
Removed
Modified
  • EarnedValueChartMacro

    v2 v3  
    55== Description ==
    66
    7 This plugin was developed by the YODA team at Milwaukee School of Engineering.
     7This plugin will create an 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
    9 This plugin will create an 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 put into the field using the YYYY-MM-DD format. This includes leading zeros, e.g. 2012-01-01.
     9This plugin was developed by the YODA team at [http://www.msoe.edu/welcome Milwaukee School of Engineering].
    1010
    11 == Installation ==
    12 Follow these steps to install to globally install the plugin:
    13  - 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`
    16  - Restart apache
    17  - Enable the plugin from the admin panel on all trac environments you wish to use it on
    18 
    19 == Usage ==
    20 
    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)]]`.
    22 
    23 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.
    24 
    25 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.
    26 
    27 
    28 == Bugs/Feature Requests ==
     11== Bugs/Feature Requests
    2912
    3013Existing bugs and feature requests for EarnedValueChartMacro are
     
    3417[http://trac-hacks.org/newticket?component=EarnedValueChartMacro&owner=MSOEYODA new ticket].
    3518
    36 == Download ==
     19[[TicketQuery(component=EarnedValueChartMacro&group=type,format=progress)]]
     20
     21== Download
    3722
    3823Download the zipped source from [download:earnedvaluechartmacro here].
    3924
    40 == Source ==
     25== Source
    4126
    4227You can check out EarnedValueChartMacro from [http://trac-hacks.org/svn/earnedvaluechartmacro here] using Subversion, or [source:earnedvaluechartmacro browse the source] with Trac.
    4328
    44 == Example ==
     29== Installation
    4530
    46 Placeholder
     31Follow these steps to globally install the plugin:
     32 - Check out the plugin from the repository.
     33 - Change directories so that you are in the `~/yoda/earnedvalue/trunk directory`.
     34 - Enter the command `sudo python setup.py install`.
     35 - Restart your web server.
     36 - Enable the plugin from the admin panel on all Trac environments you wish to use it on.
    4737
    48 == Recent Changes ==
     38== Usage
     39
     40Once 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)]]`.
     41
     42The 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.
     43
     44If 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.
     45
     46== Recent Changes
    4947
    5048[[ChangeLog(earnedvaluechartmacro, 3)]]
     
    5351
    5452'''Author:''' [wiki:MSOEYODA] [[BR]]
    55 '''Maintainer:''' [wiki:MSOEYODA] [[BR]]
     53'''Maintainer:''' [[Maintainer]] [[BR]]
    5654'''Contributors:'''