public
Description: Generates a simple Burndown chart for using Redmine in Scrum environments
Homepage:
Clone URL: git://github.com/scrumalliance/redmine_burndown.git
edavis10 (author)
Mon Feb 09 20:15:48 -0800 2009
scrumalliance (committer)
Tue Feb 10 11:40:39 -0800 2009
README.markdown

Redmine Burndowns

Introduction

This plugin adds a 'Burndown' tab to your Project Menu for any Project with the 'Burndowns' module enabled (Settings>Modules).

This tab will show the Burndown chart for the current Sprint (cough Version cough), and also give a sidebar listing of all previous Sprints to see their Burndown chart as well. The Burndown Chart shows the current work remaining in red and an ideal trend line in grey.

Installation

The Redmine Burndowns plugin depends on the excellent googlecharts gems by Matt Aimonetti. This can be installed with:

sudo gem install mattetti-googlecharts --source=http://gems.github.com

If you'd like, you may also unpack the gem into your Redmine deploy by adding the following to your environment.rb file:

config.gem 'mattetti-googlecharts', :lib => 'gchart', :version => ">=1.3.6"

and then running:

rake gems:unpack

Copyright (c) 2009 Scrum Alliance, released under the MIT license.

Authored by: