Changes between Initial Version and Version 1 of EarnedValueChartMacro


Ignore:
Timestamp:
Nov 19, 2012, 5:07:21 PM (11 years ago)
Author:
MSOEYODA
Comment:

New hack EarnedValueChartMacro, created by MSOEYODA

Legend:

Unmodified
Added
Removed
Modified
  • EarnedValueChartMacro

    v1 v1  
     1[[PageOutline(2-5,Contents,pullout)]]
     2
     3= EarnedValueChart =
     4
     5== Description ==
     6
     7This plugin was developed by the YODA team at Milwaukee School of Engineering.
     8
     9This 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.
     10
     11== Installation ==
     12Follow 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
     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)]].
     22
     23The 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
     25If 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 ==
     29
     30Existing bugs and feature requests for EarnedValueChartMacro are
     31[report:9?COMPONENT=EarnedValueChartMacro here].
     32
     33If you have any issues, create a
     34[http://trac-hacks.org/newticket?component=EarnedValueChartMacro&owner=MSOEYODA new ticket].
     35
     36== Download ==
     37
     38Download the zipped source from [download:earnedvaluechartmacro here].
     39
     40== Source ==
     41
     42You can check out EarnedValueChartMacro from [http://trac-hacks.org/svn/earnedvaluechartmacro here] using Subversion, or [source:earnedvaluechartmacro browse the source] with Trac.
     43
     44== Example ==
     45
     46Placeholder
     47
     48== Recent Changes ==
     49
     50[[ChangeLog(earnedvaluechartmacro, 3)]]
     51
     52== Author/Contributors ==
     53
     54'''Author:''' [wiki:MSOEYODA] [[BR]]
     55'''Maintainer:''' [wiki:MSOEYODA] [[BR]]
     56'''Contributors:'''