Changes between Version 9 and Version 10 of BurndownPlugin
- Timestamp:
- Jul 31, 2012, 5:36:03 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BurndownPlugin
v9 v10 6 6 A plugin to enable burndown chart capabilities (using Adobe Flash), a common part of Scrum and other agile development methodologies. 7 7 8 This plugin requires TimingAndEstimationPlugin and Free !FusionChartsand was developed and tested on Trac 0.10.x.8 This plugin requires TimingAndEstimationPlugin and [http://www.fusioncharts.com/free/ Free FusionCharts] and was developed and tested on Trac 0.10.x. 9 9 10 I have used the existing ScrumBurndownPlugin as a model to develop a version including support for re-estimates which we needed. As far as the license info is concerned all of it should be completely free licensing. Please check with http://www.fusioncharts.com/free/ .10 I have used the existing ScrumBurndownPlugin as a model to develop a version including support for re-estimates which we needed. As far as the license info is concerned all of it should be completely free licensing. 11 11 12 12 == Bugs/Feature Requests == … … 28 28 ==== Installing the egg ==== 29 29 30 Install just like you would any other Trac plugin. Drop the egg into your plugins or site-packages folder and then try to access Trac in your browser. Add plugin to [components] section in trac.ini (at least the following plugins must be enabled)30 1. Install just like you would any other Trac plugin. Drop the egg into your plugins or site-packages folder and then try to access Trac in your browser. Add plugin to [components] section in trac.ini (at least the following plugins must be enabled) 31 31 32 32 {{{ 33 #!ini 33 34 [components] 34 35 timingandestimationplugin.* = enabled … … 36 37 }}} 37 38 38 ==== Assign Permissions ==== 39 40 Assign permissions to users for 'BURNDOWN_VIEW' 41 42 ==== Restart The Server ==== 43 44 Finally, you will need to restart your webserver in order to see some of the features that BurnDownPlugin provides, such as the addition of a 'burndown' link on the trac navbar. 39 1. Assign permissions to users for 'BURNDOWN_VIEW'. 40 1. Finally, you will need to restart your webserver in order to see some of the features that BurnDownPlugin provides, such as the addition of a 'burndown' link on the trac navbar. 45 41 46 42 == Using the plugin ==