Skip to content

sugi-t/kanban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine kanban plugin

This plugin provides the Kanban board.

What's new

  • All unclosed tickets can be selected using keyboard shortcuts(=l). #32
  • Added Russian translation.
  • You can now narrow the version filter to only open versions. #31

Features

  • Issues can be displayed in a card form by status.
  • You can change the issue status and assignee by dragging and dropping.
  • You can view all issues by a group or project members.
  • You can display some notes of a issue by mouse-over and write the note easily.
  • There are many filters for display.
  • Warning can be displayed if the WIP limit is exceeded.
  • Supports English, Spanish, French, Polish, Russian and Japanese language.

Screenshots

Overview

Ticket filters

Small card view

You can display more cards than normal size cards at once.

Keyboard Shortcuts

  • o : Show login user only.
  • e : Show everyone in the project.
  • d+u : Due date set to unspecified.
  • d+o : Due date set to overdue.
  • d+t : Due date set to today.
  • d+w : Due date set to this week.
  • n : Show by normal size card with days left.
  • k : Show by normal size card with estimated hours.
  • s : Show by small size card.
  • l : Select all open issues.
  • h : Show this help.

Required Redmine version

  • 3.4.6.stable or later (~4.1)

Install

  1. Move to plugins folder.
git clone https://github.com/happy-se-life/kanban.git
  1. Edit models/constants.rb for your environment.

  2. Restart redmine.

  3. Enable role permission to each users groups

  1. Enable modules for each project.

Uninstall

  1. Move to plugins folder.

  2. Remove plugins folder.

rm -rf kanban
  1. Restart redmine.

Notes

  • It has only been used by small organizations upto 30 members before.
  • Therefore, the visibility authority is loosely implemented.
  • However, I think it is a trade-off with ease of use.

License

  • MIT Lisense

Thanks for the great contributors who helped with the localization

  • @aivorra for Spanish
  • @camlafit for French
  • @karnow98 for Polish
  • @deryaba for Russian

Thanks for the great library

Contact me

  • If you have any questions or ideas for improvement, please register with issue.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.3%
  • Ruby 20.3%
  • HTML 17.3%
  • CSS 2.1%