AlexStein / redmine_dashboard

This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Redmine Dashboard 2

This Redmine plugin adds an issue dashboard that supports drag and drop for issues and various filters.

Redmine Dashboard 2 is under development for Redmine 2.1. Development version is incomplete and may not be usable for production environment.

Incomplete Features List

  • Quick edit of issues
  • Easy drag-n-drop

Task Board

  • Configurable columns
  • Grouping & Filtering
  • Group folding
  • Hierarchical parent issue view

Preview

Planning Board (planned)

  • Assignee issues to versions, categories or project members
  • Easy overview of specific version, category or member

Install

Clone master branch from git repository to plugins and restart redmine. A database migration is not needed. Run bundle install to install required gems.

Redmine Dashboard 2 is currently under development for Redmine 2.1 and not compatible with earlier versions.

Redmine Dashboard 1.4

The following applies only to Redmine Dashboard 1.4 available in branch redmine-1.4.

Install

Clone branch redmine-1.4 from git repository to vendor/plugins and restart redmine. A database migration is not needed.

Developed and roughly tested with Redmine 1.2 to 1.4 but may work with other versions.

Features

The dashboard columns are the different issue statuses. Closed statuses are grouped together in the "Done" column. A dialog where the done status can be selected will be shown when dropping an issue on the done column.

The dashboard supports filters to show only a subset of all project issues:

  • Version
  • Tracker
  • All or mine tickets

Issues can be grouped in rows by:

  • Tracker
  • Priority
  • Assignee
  • Category
  • Version

Filters are saved per project, so you always have your preferred settings when changing a project.

Dashboard contains two different view modes: card view and list view. Both show issue id, tracker, title, done ratio. Card view also shows assignee and version.

Colors

  • Issue priority is indicated by color of left border.
  • Overdue issues are red outlined.

Options

  • Change assignee to current user when an issue is moved.
  • Hide closed issue and resize done column.

Custom Fields

Dashboard supports two custom fields providing additional information.If an issue list field named resolution exists it will also be shown when dropping an issue on "Done". A project custom field named abbreviation will be used as prefix for issue id.

Supported languages

  • English
  • German

Screenshots

Card view List view

License

Redmine dashboard is licensed under the Apache License, Version 2.0. See LICENSE for more information.

About

This redmine plugin adds an issue dashboard that supports drag and drop for issues and support various filters and groups.

License:Apache License 2.0


Languages

Language:JavaScript 55.1%Language:Ruby 44.9%