Skip to content

This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.

License

Notifications You must be signed in to change notification settings

ukolovda/redmine_dashboard_performance

 
 

Repository files navigation

Redmine Dashboard

Build Status Code Climate Rate at redmine.org Follow at Twitter Flattr this git repo

NOTE: This README is for the development version of Redmine Dashboard 3.

Redmine Dashboard v2.x Screenshot

Redmine Dashboard 3 is a full rewrite of the stable Redmine Dashboard 2. Redmine Dashboard 3 is pre-alpha. As of now you cannot even drag issues.

Install v3 pre-alpha

As Redmine Dashboard 3 is still pre-alpha it can only build from source. You need Ruby, NodeJS with NPM, bower and make.

Clone repository and install NPM dependencies:

$ git clone [email protected]:jgraichen/redmine_dashboard.git -b master
$ bundle install
$ npm install

Compile development or production (minified) client-side components:

$ make css js # development
$ make min # production

The default target compiles for development.

Install plugin like any Redmine plugin and run:

$ bundle install
$ rake redmine:plugins:migrate

License

Copyright (C) 2013-2014 Jan Graichen <[email protected]>

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
details.

All contributions will be included under the terms of the GNU Affero General
Public License as published by the Free Software Foundation, either version 3
of the License, or (at your option) any later version.

About

This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 48.1%
  • CoffeeScript 36.5%
  • CSS 10.1%
  • Shell 2.0%
  • Makefile 1.3%
  • HTML 1.1%
  • JavaScript 0.9%