Project

General

Profile

PluginKanban » History » Version 3

Eric Davis, 2010-07-01 00:33
redmine_kanban 0.2.0

1 1 Eric Davis
h1. Kanban Plugin
2
3
The Redmine Kanban plugin is used to manage issues according to the Kanban system of project management.
4
5
h2. Features
6
7
* Global Kanban page showing the status of issues across projects
8
* Multiple "Panes" to show the lifecycle of an issue
9
** Incoming Pane
10
** Unstaffed Backlog pane
11
** Quick Tasks pane - issues without a time estimate
12
** Selected Tasks - Manager prioritized list
13
** Active Staffed Requests - issues in progress
14
** Testing Staffed Requests - issues awaiting testing
15
** Finished Requests
16
* Updates to Kanban view are saved to the issues
17
** Issue status
18
** Issue assignment
19
** Issue start date
20
21
h2. Screenshot:
22
23 2 Eric Davis
!kanban_mid.png!:http://www.redmine.org/attachments/2346/kanban.png
24 1 Eric Davis
25
h2. Getting the plugin
26
27
A copy of the plugin can be downloaded from "Little Stream Software":https://projects.littlestreamsoftware.com/projects/redmine-kanban/files or from "GitHub":http://github.com/edavis10/redmine-kanban
28
29
h2. Installation and Setup
30
31 3 Eric Davis
# Install the aasm gem: @sudo gem install aasm@
32 1 Eric Davis
# Follow the Redmine [[Plugins|plugin installation steps]].  Make sure the plugin is installed to +vendor/plugins/redmine_kanban+
33
# Run the plugin migrations @rake db:migrate_plugins@
34
# Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
35
# Login and configure the plugin (Administration > Plugins > Configure).  See below for the recommend approach.
36
# Click the Kanban link in the top left menu
37
38
h2. Usage
39
40
This plugin requires some configuration so it knows your specific Redmine environment.  The Readme shows a recommended configuration that I used during development.  Future versions will allow more customizations like turning off some of the panes.
41
42
Once configured, there will be a Kanban link on the top left menu.  This will bring up Kanban page, which has the entire logic of the plugin.  Make sure you have Javascript enabled and then start drag and dropping the issues.  As issues are dragged to the right panes, their statuses will be updated inside Redmine.
43
44
h2. License
45
46
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
47
48
h2. Project help
49
50
If you need help you can contact the maintainer on the bug tracker located at  https://projects.littlestreamsoftware.com.
51
52
h2. News
53
54
"0.1.1 Release announcement":http://theadmin.org/articles/2009/7/22/redmine-kanban-plugin
55 3 Eric Davis
"0.2.0 Release announcement":http://theadmin.org/articles/2010/06/30/redmine-kanban-0-2-0-released/