Plugins Directory » Dashboard
Author: | Evgeny Akpaev | |
---|---|---|
Website: | https://github.com/akpaevj/Dashboard | |
Code repository: | https://github.com/akpaevj/Dashboard | |
Registered on: | 2021-05-14 (over 3 years ago) | |
Current version: | 1.0.11 | |
Compatible with: | Redmine 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
Fully free and open-source 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.
Plugin can be found in releases on my GitHub page or can be downloaded via git clone
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)
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" for
root :to => 'dashboard#index', :as => 'home'
Screenshots:
Installation notes
Just follow Redmine plugin installation steps (it doesn't require migration)
Changelog
1.0.11 (2021-06-02)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Fixed displaying of child projects
1.0.10 (2021-05-21)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Added Polish locale
1.0.9 (2021-05-21)
Compatible with Redmine 4.2.x, 4.1.x.
Added a button for colors generating in settings
1.0.8 (2021-05-21)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Added "drag-and-drop" feature
1.0.7 (2021-05-20)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Added a configurable displaying tasks of child projects
Added a configurable using drop-down menu instead of projects badges
1.0.6 (2021-05-19)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Added customizable feature to display "closed" statuses and issues
1.0.5 (2021-05-17)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Redesign
1.0.4 (2021-05-17)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Date and project badge are added in the issue card
1.0.3 (2021-05-16)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Added project select field
1.0.2 (2021-05-16)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Fixed issues link error
1.0.1 (2021-05-15)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
1.0.0 (2021-05-15)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.