edavis10 / redmine_kanban
- Source
- Commits
- Network (7)
- Issues (0)
- Downloads (3)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
COPYRIGHT.txt | Mon Jul 13 13:51:15 -0700 2009 | |
| |
CREDITS.txt | Mon Jul 13 13:51:40 -0700 2009 | |
| |
GPL.txt | Fri Jun 12 17:13:51 -0700 2009 | |
| |
README.rdoc | Mon Jul 13 14:36:48 -0700 2009 | |
| |
Rakefile | Wed Jan 27 13:37:45 -0800 2010 | |
| |
VERSION | Wed Oct 14 14:17:48 -0700 2009 | |
| |
app/ | Wed Feb 03 15:59:54 -0800 2010 | |
| |
assets/ | Wed Feb 03 18:05:00 -0800 2010 | |
| |
config/ | Mon Sep 07 16:32:04 -0700 2009 | |
| |
db/ | Wed Jun 24 11:43:37 -0700 2009 | |
| |
features/ | Wed Jul 22 10:06:45 -0700 2009 | |
| |
init.rb | Wed Oct 14 14:17:48 -0700 2009 | |
| |
lang/ | Mon Jul 13 14:35:09 -0700 2009 | |
| |
lib/ | Fri Jul 17 13:08:04 -0700 2009 | |
| |
rails/ | Wed Oct 14 14:17:48 -0700 2009 | |
| |
redmine_kanban.gemspec | Wed Oct 14 14:17:51 -0700 2009 | |
| |
routes.rb | Fri Jun 12 19:56:02 -0700 2009 | |
| |
test/ | Wed Feb 03 15:33:09 -0800 2010 |
Redmine Kanban Plugin
The Redmine Kanban plugin is used to manage issues according to the Kanban system of project management.
Features
- Global Kanban page showing the status of issues across projects
- Multiple "Panes" to show the lifecycle of an issue
- Incoming Pane
- Unstaffed Backlog pane
- Quick Tasks pane - issues without a time estimate
- Selected Tasks - Manager prioritized list
- Active Staffed Requests - issues in progress
- Testing Staffed Requests - issues awaiting testing
- Finished Requests
- Updates to Kanban view are saved to the issues
- Issue status
- Issue assignment
- Issue start date
Getting the plugin
A copy of the plugin can be downloaded from Little Stream Software or from GitHub
Installation and Setup
- Install the aasm gem: +sudo gem install rubyist-aasm —source gems.github.com+
- Follow the Redmine plugin installation steps at: www.redmine.org/wiki/redmine/Plugins Make sure the plugin is installed to +vendor/plugins/redmine_kanban+
- Run the plugin migrations +rake db:migrate_plugins+
- Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)
- Login and configure the plugin (Administration > Plugins > Configure). See below for the recommend approach.
- Click the Kanban link in the top left menu
Usage
Recommended configuration
The Kanban plugin uses 7 sets of lists, referred to panes:
- Incoming - New
- Unstaffed Backlog - Approved
- Quick Tasks
- Selected Tasks - Selected
- Active Staffed Requests - In Progress
- Testing Staffed Requests - Resolved
- Finished Requests - Complete
Each pane (except Quick Tasks) needs to be associated with a Issue Status. The recommended statuses are above but you can customize them as needed. The Staffed panes (Active, Testing, Finished) also require choosing a Role to use. Any user with this Role will have their own personal set of panes created on the Kanban page.
Quick tasks will pull in the highest priority issues from the Backlog that don’t have an estimate. This is useful when someone has a limited amount of time but wants to finish something, like when it’s 4:30pm on a Friday afternoon.
License
This plugin is licensed under the GNU GPL v2. See COPYRIGHT.txt and GPL.txt for details.
Project help
If you need help you can contact the maintainer on the bug tracker located at projects.littlestreamsoftware.com
