Skip to content

rchamp26/kanban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine kanban plugin

This plugin provides the Kanban board.

What's new

  • Fix problem with sub-URI configuration

Features

  • Tickets can be displayed in a card form by status.
  • You can change the ticket status and assignee by dragging and dropping.
  • You can view all tickets by group or user.
  • You can display the note of the ticket by mouse-over and write the note easily.
  • There are many filters for display.
  • A warning can be displayed if the WIP limit is exceeded.
  • Supports English and Japanese language.

Screenshots

Overview

Ticket filters

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 modules for each project.

Uninstall

  1. Move to plugins folder.

  2. Remove plugins folder.

rm -rf kanban
  1. Restart redmine.

Limitation

  • It has only been used by small organizations before.

License

  • MIT Lisense

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 45.2%
  • HTML 28.1%
  • JavaScript 22.9%
  • CSS 3.8%