8000 GitHub - Timvde/kanban: Kanban plugin for redmine
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Timvde/kanban

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine kanban plugin

This plugin provides the Kanban board.

What's new

  • Display the remaining days until the due date.
  • Filter "updated" and "closed" options can be selected "unspecified".
  • Filter "due date" was added.
  • Fixed bug of Filter "version".

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

Please note

  • It has only been used by small organizations before.

License

  • MIT Lisense

Library used

About

Kanban plugin for redmine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.2%
  • Ruby 24.3%
  • HTML 15.9%
  • CSS 1.6%
0