Project

General

Profile

PluginKanban » History » Version 1

Eric Davis, 2009-07-22 02:36
Added content from Readme

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
24
h2. Getting the plugin
25
26
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
27
28
h2. Installation and Setup
29
30
# Install the aasm gem: @sudo gem install rubyist-aasm --source http://gems.github.com@
31
# Follow the Redmine [[Plugins|plugin installation steps]].  Make sure the plugin is installed to +vendor/plugins/redmine_kanban+
32
# Run the plugin migrations @rake db:migrate_plugins@
33
# Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
34
# Login and configure the plugin (Administration > Plugins > Configure).  See below for the recommend approach.
35
# Click the Kanban link in the top left menu
36
37
h2. Usage
38
39
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.
40
41
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.
42
43
h2. License
44
45
This plugin is licensed under the GNU GPL v2.  See COPYRIGHT.txt and GPL.txt for details.
46
47
h2. Project help
48
49
If you need help you can contact the maintainer on the bug tracker located at  https://projects.littlestreamsoftware.com.
50
51
h2. News
52
53
"0.1.1 Release announcement":http://theadmin.org/articles/2009/7/22/redmine-kanban-plugin