Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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 progress

Rate 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.