Coder Social home page Coder Social logo

drlongnecker / redmine_version_burndown_charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from daipresents/redmine_version_burndown_charts

3.0 0.0 2.0 374 KB

Version Burndown Charts is redmine plugin.

Home Page: http://daipresents.com/2010/redmine_version_burndown_charts_plugin_release/

Ruby 100.00%

redmine_version_burndown_charts's Introduction

Redmine Burndown by Version Graphs

redmine_version_burndown_charts

Version Burndown Charts Plugin create burndown chart graph for scrum from ticket’s estimated hours and percent-done in target version.

Details

  • The start date of the burndown chart is assumed to be earliest start date in the ticket in the version.

  • The line of performanse is calculated by the completion date of the ticket (by journal file) and the ticket’s estimated hours and %Done.

Plugin Installation

  • Install open_flash_chart 2.1.1.

    If you want to get from Github, please use following command.
    
    cd ${REDMINE_ROOT}
    ./script/plugin install git://github.com/pullmonkey/open_flash_chart.git
  • Clone Version Burndown Charts.

    If you want to get from GIthub, please use following command.
    
    cd ${REDMINE_ROOT}
    git clone git://github.com/drlongnecker/redmine_version_burndown_charts.git
        vendor/plugins/redmine_version_burndown_charts
  • Update plugins

    rake db:migrate_plugins RAILS_ENV=production
  • Kill/stop existing Redmine processes and restart

    script/server -e production -p 3000 -d
  • Login and configure the plugin (Administration > Roles and permissions > Permissions report)

  • Configure the project (Project > Settings > Modules).

  • Create version and set due date.

  • Create ticket and set start date, estimated hours.

  • Logged ticket status…

  • Click ‘Burndown’ in the project menu.

Note

0.2.0

  • Updated to work with Redmine 1.3.devel and new routing scheme.

0.1.0 [diapresents]

  • I tested this plugin Redmine 1.1.2 + MySQL5.1.

  • Adjust Perfect Line straight.

  • Added Upper and Lower line.

  • Modified caluculation logic that only use child issue’s value.

  • Modified meaning of done. This plugin use “% Done” value.

  • 0.1.0 feature made by asura(github.com/asura). Thank you!

0.0.6 [diapresents]

  • I tested this plugin Redmine 1.0.5 + MySQL5.1.

  • Added feature: Perfect Line

0.0.5 [diapresents]

  • I tested this plugin Redmine 0.9.2 + MySQL5.1.

License

This plugin is licensed under GNU General Public License version 3.

redmine_version_burndown_charts's People

Contributors

asura avatar daipresents avatar drlongnecker avatar friscomad avatar krt avatar nackd avatar yukikita avatar

Stargazers

 avatar  avatar  avatar

Forkers

friscomad graemef

redmine_version_burndown_charts's Issues

Fix to 100% width of space, not fixed width

Current fixed width overflows right information panel on smaller resolution/screens/window sizes. Set it to render at 100% size OR shrink it down (taller would be nice too). ;)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.