Code Monkey home page Code Monkey logo

evgarik / redmine-scrumbler Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 256mbteam/redmine-scrumbler

0.0 2.0 0.0 789 KB

Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects.

License: GNU General Public License v2.0

Ruby 56.94% HTML 11.56% JavaScript 28.30% CSS 3.20%

redmine-scrumbler's Introduction

Scrumbler

Current version: 1.5.0 (Changelog)

Documentation

How to contribute

Easy to use plugin for Redmine. It allows users to use the Scrum/Agile process in projects. Scrumbler have interactive dashboard with the ability to configure for each sprint. Plugin adds Scrum Points field in every issue in project. Scrumbler as possible using the standard redmine structure of projects. Plugin tested in many browsers, but it's not working in IE.

Demo

http://demo.nishisha.net/

  1. Register on demo (or use default scrumbler/scrumbler or user/user or test/test)
  2. Create project or use existing
  3. Try Scrumbler

Features

Scrumbler supports the following:

  • Drag & Drop to change the status of an issue, following the workflow
  • Change the types of statuses/trackers displayed on the dashboard
  • Hide issues in one status by clicking on column header
  • Choose which version to display on the dashboard
  • Configurable colors for issues displayed
  • Scrum Points calculation and progress displayed on the dashboard
  • Automatically set the due date for each issue, when it status changed to closed
  • Easy to change assignee for issue on the dashboard
  • Backlog for easy sprint composing with Drag & Drop
  • Burndown chart

Supported versions

  • Redmine 1.2.x, 1.3.x or 1.4.x
  • ChiliProject 3.0.0

Installation

To install the Scrumbler please follow the steps outlined below.

Install the plugin in your Redmine plugins directory, name of directory must be redmine_scrumbler:

git clone git://github.com/256MbTeam/Redmine-Scrumbler.git vendor/plugins/redmine_scrumbler

Run migrations:

rake db:migrate:plugin NAME=redmine_scrumbler

Restart the Redmine:

You should now be able to see the plugin list in Administration -> Plugins and configure the Scrumbler plugin.

Upgrading

Browse to Scrumbler plugin directory.

cd $REDMINE_HOME/vendor/plugins/redmine_scrumbler

Update the plugin.

git pull

Execute plugin migrations.

rake db:migrate:plugin NAME=redmine_scrumbler

Restart the Redmine.

Uninstalling

Browse to Redmine installation directory.

cd $REDMINE_HOME

Revert migrations

rake db:migrate:plugin NAME=redmine_scrumbler VERSION=0

Remove the plugin folder

rm -fr $REDMINE_HOME/vendor/plugins/redmine_scrumbler

Authors

Sponsors

Translations

License

This project is licensed under GNU General Public License version 2.

redmine-scrumbler's People

Contributors

zloydadka avatar xeta avatar archonwang avatar moorick avatar

Watchers

James Cloos avatar  avatar

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.