{"id":13654172,"url":"https://github.com/jgraichen/redmine_dashboard","last_synced_at":"2025-05-15T16:05:07.461Z","repository":{"id":37484614,"uuid":"2262821","full_name":"jgraichen/redmine_dashboard","owner":"jgraichen","description":"This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.","archived":false,"fork":false,"pushed_at":"2024-10-11T17:56:42.000Z","size":7530,"stargazers_count":427,"open_issues_count":36,"forks_count":107,"subscribers_count":63,"default_branch":"main","last_synced_at":"2024-10-14T22:16:28.466Z","etag":null,"topics":["dashboard","issue-board","issue-tracker","redmine","redmine-plugin","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jgraichen.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-08-24T16:46:46.000Z","updated_at":"2024-10-13T15:58:33.000Z","dependencies_parsed_at":"2023-10-27T19:25:56.780Z","dependency_job_id":"e8c28178-2a1b-4000-ad83-e01cc75101bd","html_url":"https://github.com/jgraichen/redmine_dashboard","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgraichen%2Fredmine_dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgraichen%2Fredmine_dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgraichen%2Fredmine_dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgraichen%2Fredmine_dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgraichen","download_url":"https://codeload.github.com/jgraichen/redmine_dashboard/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247730069,"owners_count":20986404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","issue-board","issue-tracker","redmine","redmine-plugin","ruby"],"created_at":"2024-08-02T02:01:24.332Z","updated_at":"2025-04-07T21:13:41.513Z","avatar_url":"https://github.com/jgraichen.png","language":"Ruby","readme":"# Redmine Dashboard 2\n\n[![Last release](https://img.shields.io/github/v/release/jgraichen/redmine_dashboard?label=latest%20release\u0026logo=github\u0026style=flat-square)](https://github.com/jgraichen/redmine_dashboard/releases/latest)\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/jgraichen/redmine_dashboard/test.yml?branch=main\u0026logo=github\u0026style=flat-square)](https://github.com/jgraichen/redmine_dashboard/actions)\n[![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)\n[![Follow at Twitter](http://img.shields.io/badge/follow%20at-twitter-blue.svg?style=flat-square)](https://twitter.com/RmDashboard)\n\nThis [Redmine](http://redmine.org) plugin adds an issue dashboard that supports drag and drop for issues and various filters.\n\n**Redmine Dashboard 2** is compatible and tested with Redmine 6.0, 5.1, 5.0, and Ruby 3.3, 3.2, 3.1, and 3.0.\n\n![Redmine Dashboard v2.x Screenshot](docs/rdb_2-1.png)\n\n## Features List\n\n* Drag-n-drop of issues\n* Configurable columns\n* Grouping \u0026 Filtering\n* Group folding\n* Hierarchical parent issue view\n* Include subproject issues\n* Quick edit of assignee and progress\n\nRate plugin at [redmine.org](http://www.redmine.org/plugins/redmine-dashboard).\n\n## Questions? Stories?\n\nPlease ask your questions, or tell us your stories or experience on [GitHub Discussions](https://github.com/jgraichen/redmine_dashboard/discussions).\n\n## Install\n\n1. Download the [latest release](https://github.com/jgraichen/redmine_dashboard/releases).\n2. Extract archive to `\u003credmine\u003e/plugins`. Make **sure** the plugin directory is called `\u003credmine\u003e/plugins/redmine_dashboard/` ([#11](https://github.com/jgraichen/redmine_dashboard/issues/11)).\n3. 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)).\n4. A database migration is not needed. Restart Redmine.\n\n### Configure Redmine\n\n1. Add the dashboard module to your project (`Settings \u003e Modules`).\n2. Configure dashboard permissions to your user roles (`Administration \u003e Roles and permissions`). Users won't see a Dashboard tab without having the `View Dashboard` permission.\n\n### Upgrade\n\n1. Remove old plugin directory.\n2. Follow installation steps for new release.\n\n## Contribute\n\nI 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.\n\nI 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.\n\n## License\n\nRedmine dashboard is licensed under the Apache License, Version 2.0.\nSee LICENSE for more information.\n","funding_links":[],"categories":["Ruby","Plugins"],"sub_categories":["Active Plugins"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgraichen%2Fredmine_dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgraichen%2Fredmine_dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgraichen%2Fredmine_dashboard/lists"}