https://github.com/akpaevj/dashboard
Plugin adds issues dashboard to the Redmine application. This dashboard looks like typical Kanban desk and presents column for each status that contains issue cards
https://github.com/akpaevj/dashboard
dashboard issue-tracker issues-dashboard redmine-plugin ruby
Last synced: about 1 month ago
JSON representation
Plugin adds issues dashboard to the Redmine application. This dashboard looks like typical Kanban desk and presents column for each status that contains issue cards
- Host: GitHub
- URL: https://github.com/akpaevj/dashboard
- Owner: akpaevj
- License: mit
- Created: 2021-05-14T14:15:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-23T20:16:22.000Z (10 months ago)
- Last Synced: 2025-04-23T21:27:06.726Z (10 months ago)
- Topics: dashboard, issue-tracker, issues-dashboard, redmine-plugin, ruby
- Language: HTML
- Homepage:
- Size: 6.1 MB
- Stars: 61
- Watchers: 8
- Forks: 36
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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:
- Russian
- English
- Ukrainian (thanks [Pavlo Vykhrov](https://github.com/Rosgard2012))
- Polish (thanks Wojtek Śmiałek)
- Portuguese Brazil (thanks [Fernando Hallberg](https://github.com/fernandohallberg))
- Croatian (thanks [Ivan Bratović](https://github.com/ivanbratovic))
- French (thanks [Timothy Anderson](https://github.com/Timothy-Anders0n))
- Swedish (thanks [Joaquim Homrighausen](https://github.com/joho1968))
### 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*
```ruby
root :to => 'welcome#index', :as => 'home'
```
*in Redmine default config file by path "config/routes.rb" to*
```ruby
root :to => 'dashboard#index', :as => 'home'
```

