PluginKanban » History » Version 4
Eric Davis, 2011-02-22 01:20
Fix link
1 | 1 | Eric Davis | h1. Kanban Plugin |
---|---|---|---|
2 | 1 | Eric Davis | |
3 | 1 | Eric Davis | The Redmine Kanban plugin is used to manage issues according to the Kanban system of project management. |
4 | 1 | Eric Davis | |
5 | 1 | Eric Davis | h2. Features |
6 | 1 | Eric Davis | |
7 | 1 | Eric Davis | * Global Kanban page showing the status of issues across projects |
8 | 1 | Eric Davis | * Multiple "Panes" to show the lifecycle of an issue |
9 | 1 | Eric Davis | ** Incoming Pane |
10 | 1 | Eric Davis | ** Unstaffed Backlog pane |
11 | 1 | Eric Davis | ** Quick Tasks pane - issues without a time estimate |
12 | 1 | Eric Davis | ** Selected Tasks - Manager prioritized list |
13 | 1 | Eric Davis | ** Active Staffed Requests - issues in progress |
14 | 1 | Eric Davis | ** Testing Staffed Requests - issues awaiting testing |
15 | 1 | Eric Davis | ** Finished Requests |
16 | 1 | Eric Davis | * Updates to Kanban view are saved to the issues |
17 | 1 | Eric Davis | ** Issue status |
18 | 1 | Eric Davis | ** Issue assignment |
19 | 1 | Eric Davis | ** Issue start date |
20 | 1 | Eric Davis | |
21 | 1 | Eric Davis | h2. Screenshot: |
22 | 1 | Eric Davis | |
23 | 2 | Eric Davis | !kanban_mid.png!:http://www.redmine.org/attachments/2346/kanban.png |
24 | 1 | Eric Davis | |
25 | 1 | Eric Davis | h2. Getting the plugin |
26 | 1 | Eric Davis | |
27 | 4 | Eric Davis | 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 | 1 | Eric Davis | |
29 | 1 | Eric Davis | h2. Installation and Setup |
30 | 1 | Eric Davis | |
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 | 1 | Eric Davis | # Run the plugin migrations @rake db:migrate_plugins@ |
34 | 1 | Eric Davis | # Restart your Redmine web servers (e.g. mongrel, thin, mod_rails) |
35 | 1 | Eric Davis | # Login and configure the plugin (Administration > Plugins > Configure). See below for the recommend approach. |
36 | 1 | Eric Davis | # Click the Kanban link in the top left menu |
37 | 1 | Eric Davis | |
38 | 1 | Eric Davis | h2. Usage |
39 | 1 | Eric Davis | |
40 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
42 | 1 | Eric Davis | 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 | 1 | Eric Davis | |
44 | 1 | Eric Davis | h2. License |
45 | 1 | Eric Davis | |
46 | 1 | Eric Davis | This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details. |
47 | 1 | Eric Davis | |
48 | 1 | Eric Davis | h2. Project help |
49 | 1 | Eric Davis | |
50 | 1 | Eric Davis | If you need help you can contact the maintainer on the bug tracker located at https://projects.littlestreamsoftware.com. |
51 | 1 | Eric Davis | |
52 | 1 | Eric Davis | h2. News |
53 | 1 | Eric Davis | |
54 | 1 | Eric Davis | "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/ |