Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.42 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.42 KB

Dashboard

Plugin adds the new item to the top menu and is presented as a dashboard that contains issues and their statuses in columns.
Available moving of issue cards between statuses, going to the issue by clicking on the issue card, changing statuses and projects colors.

Supported languages:

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'

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

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

Alt text Alt text