Skip to content

Plugin adds an issues dashboard to the Redmine application. This dashboard looks like an usual Kanban desk and presents a column for each status that contains issue cards

License

Notifications You must be signed in to change notification settings

rubium-web/dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard

Plugin adds an issues dashboard to the application. This dashboard looks like an usual Kanban desk and presents a column for each status that contains issue cards. You can follow to any issue just by clicking on the issue card. Also it adds a new item to the top menu.

Supported languages:

  • Russian
  • English
  • Polish (thanks Wojtek Śmiałek)

Features:

  • Displaying tasks of child projects (configurable)
  • Custom coloring of projects and tasks badges
  • "Drag-And-Drop" tasks between statuses
  • Displaying of "closed" statuses and issues (configurable)
  • Minimizing of "closed" issue cards (configurable)

Installation:

Just follow Redmine plugin installation steps (it doesn't require migration step)

Notes:

if you want to change Redmine root page to this dashboard, you should replace string

root :to => 'welcome#index', :as => 'home'

at Redmine default config file by path "config/routes.rb" to

root :to => 'dashboard#index', :as => 'home'

Alt text Alt text

About

Plugin adds an issues dashboard to the Redmine application. This dashboard looks like an usual Kanban desk and presents a column for each status that contains issue cards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 33.8%
  • Ruby 25.7%
  • CSS 21.6%
  • JavaScript 18.9%