diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-01-03 19:41:30 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-01-03 19:41:30 -0500 |
commit | 07b07c7697439dc0e6bdf87f65b4b3bd46f6bfc8 (patch) | |
tree | df1aa8353fc76e4a6fd2d28bb40de4daee28b699 /docs/swimlanes.markdown | |
parent | 5c6b67bd7605485db2b19a8838838b7c4455e3b6 (diff) |
Update docs
Diffstat (limited to 'docs/swimlanes.markdown')
-rw-r--r-- | docs/swimlanes.markdown | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/swimlanes.markdown b/docs/swimlanes.markdown new file mode 100644 index 00000000..b899ffc4 --- /dev/null +++ b/docs/swimlanes.markdown @@ -0,0 +1,24 @@ +Swimlanes +========= + +Swimlanes are horizontal separations in your board. +By example, it's useful to separate software releases, divide your tasks in different products, teams or what ever you want. + +Managing swimlanes +------------------ + +- All projects have a default swimlane. +- If there is more than one swimlane, the board will show all swimlanes. +- You can drag and drop tasks between swimlanes. + +To configure swimlanes go to the **project configuration page** and choose the **section Swimlanes**. + +[INSERT SCREENSHOT] + +From there, you can add a new swimlane or rename the default one. +You can also disable and change the position of the different swimlanes. + +- The default swimlane is always on the top but you can hide it. +- Inactive swimlanes are not shown on the board. +- Removing a swimlane doesn't remove tasks assigned to it, those tasks will be moved to the default swimlane. + |