Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgraichen/redmine_dashboard
This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.
https://github.com/jgraichen/redmine_dashboard
dashboard issue-board issue-tracker redmine redmine-plugin ruby
Last synced: 5 days ago
JSON representation
This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.
- Host: GitHub
- URL: https://github.com/jgraichen/redmine_dashboard
- Owner: jgraichen
- License: apache-2.0
- Created: 2011-08-24T16:46:46.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2024-10-11T17:56:42.000Z (3 months ago)
- Last Synced: 2024-10-14T22:16:28.466Z (2 months ago)
- Topics: dashboard, issue-board, issue-tracker, redmine, redmine-plugin, ruby
- Language: Ruby
- Homepage:
- Size: 7.18 MB
- Stars: 427
- Watchers: 63
- Forks: 107
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-redmine - redmine_dashboard - This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups. (Plugins / Active Plugins)
README
# Redmine Dashboard 2
[![Last release](https://img.shields.io/github/v/release/jgraichen/redmine_dashboard?label=latest%20release&logo=github&style=flat-square)](https://github.com/jgraichen/redmine_dashboard/releases/latest)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jgraichen/redmine_dashboard/test.yml?branch=main&logo=github&style=flat-square)](https://github.com/jgraichen/redmine_dashboard/actions)
[![Rate at redmine.org](http://img.shields.io/badge/rate%20at-redmine.org-blue.svg?style=flat-square)](http://www.redmine.org/plugins/redmine-dashboard)
[![Follow at Twitter](http://img.shields.io/badge/follow%20at-twitter-blue.svg?style=flat-square)](https://twitter.com/RmDashboard)This [Redmine](http://redmine.org) plugin adds an issue dashboard that supports drag and drop for issues and various filters.
**Redmine Dashboard 2** is compatible and tested with Redmine 5.1, 5.0, and Ruby 3.2, 3.1, and 3.0.
![Redmine Dashboard v2.x Screenshot](docs/rdb_2-1.png)
## Features List
* Drag-n-drop of issues
* Configurable columns
* Grouping & Filtering
* Group folding
* Hierarchical parent issue view
* Include subproject issues
* Quick edit of assignee and progressRate plugin at [redmine.org](http://www.redmine.org/plugins/redmine-dashboard).
## Questions? Stories?
Please ask your questions, or tell us your stories or experience on [GitHub Discussions](https://github.com/jgraichen/redmine_dashboard/discussions).
## Install
1. Download the [latest release](https://github.com/jgraichen/redmine_dashboard/releases).
2. Extract archive to `/plugins`. Make **sure** the plugin directory is called `/plugins/redmine_dashboard/` ([#11](https://github.com/jgraichen/redmine_dashboard/issues/11)).
3. Install required dependencies by running `bundle install --without development test` in your Redmine directory. **Note**: Bitnami and other appliance are not officially supported and may need additional option e.g. `--path vendor/bundle` ([#58](https://github.com/jgraichen/redmine_dashboard/issues/58)).
4. A database migration is not needed. Restart Redmine.### Configure Redmine
1. Add the dashboard module to your project (`Settings > Modules`).
2. Configure dashboard permissions to your user roles (`Administration > Roles and permissions`). Users won't see a Dashboard tab without having the `View Dashboard` permission.### Upgrade
1. Remove old plugin directory.
2. Follow installation steps for new release.## Contribute
I appreciate any help and like Pull Requests. The `main` branch is the current stable branch for v2. The next version, Redmine Dashboard 3, a complete rewrite had been under development on the `develop` branch. Due to limited available time the project is in maintenance only mode but open to new contributors.
I gladly accept new translations or language additions for any version of Redmine Dashboard. I would prefer new translations via [Transifex](https://www.transifex.com/projects/p/redmine-dashboard/) but you can also send a Pull Request. Feel free to request new languages or to join the team directly on Transifex.
## License
Redmine dashboard is licensed under the Apache License, Version 2.0.
See LICENSE for more information.