Contents
Scrum burndown with support for re-estimates
Description
A plugin to enable burndown chart capabilities (using Adobe Flash), a common part of Scrum and other agile development methodologies.
This plugin requires TimingAndEstimationPlugin and Free FusionCharts and was developed and tested on Trac 0.10.x.
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.
Bugs/Feature Requests
Existing bugs and feature requests for BurndownPlugin are here.
If you have any issues, create a new ticket.
Installation Instructions
Installing this plugin is a five-step process.
- Install the TimingAndEstimationPlugin
- Install the BurndownPlugin egg
- Assign permissions
- Reload/Restart the server
Installing the egg
- 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)
[components] timingandestimationplugin.* = enabled burndown.* = enabled
- Assign permissions to users for 'BURNDOWN_VIEW'.
- 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.
Using the plugin
You can view different burndown charts, selectable by milestone by choosing from the dropdown and clicking the 'Show Burndown Chart' button.
At the beginning of a milestone (i.e. sprint), make sure the tickets have been inputted and estimated in Trac. The 'Hours to Add' earliest entered determine the start of the milestone (i.e. sprint) while the one entered last define the end of the milestone.
In order for this to work, it is imperative that developers keep the 'Estimated Hours' and 'Total Hours' fields accurate and up-to-date on the tickets they are working. The 'Total Hours' field itself should never be manually edited, but rather, it can be changed by inputting positive and negative values into the 'Hours to Add' field.
During the spring you can entered revised estimates. The chart display 2 bars per day : one for the total amount of work estimated including revised estimates and a second one displaying the total amount of work performed. Like this you can also see how the total amount of work estimated evolves during the sprint
Download
Download the zipped source from here.
Source
You can check out BurndownPlugin from here using Subversion, or browse the source with Trac.
Example
Related Plugins
Dependencies
- This plugin relies on the TimingAndEstimationPlugin
Similar plugins
- ScrumBurndownPlugin, last mantained by sambloomquist on 05/02/07 16:02:19.
- ScrumPlugin, last mantained by masariello on 02/15/07 04:12:32
Recent Changes
[11844] by rjollos on 07/31/12 06:35:40
Fixes #4679: Added code to trunk directory. Code was previously attached to project wiki page.
[4056] by gunseg on 07/24/08 10:26:23
New hack BurndownPlugin, created by gunseg
Author/Contributors
Author: Gunther Seghers gunseg (gunseg@yahoo.com)
Maintainer: none
Contributors:
Attachments
- burndown-plugin.zip (87.6 kB) - added by gunseg on 07/24/08 10:38:15.
- Burndown.JPG (34.2 kB) - added by gunseg on 07/24/08 11:05:22.

