summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-09-11 21:53:52 -0400
committerFrederic Guillot <fred@kanboard.net>2016-09-11 21:53:52 -0400
commitf1d6673050dfa9e642ba634728e5349bdcbbd644 (patch)
treee97a73b620fdfa0c23535ea30228a1f0d0a4137e
parent49f9b65e6ceb97afffa3d44eb95e5aca64a5ab40 (diff)
Add documentation for custom project roles
-rw-r--r--ChangeLog8
-rw-r--r--doc/custom-project-roles.markdown45
-rw-r--r--doc/index.markdown1
-rw-r--r--doc/screenshots/custom_roles.pngbin0 -> 13582 bytes
-rw-r--r--doc/screenshots/new_custom_role.pngbin0 -> 7114 bytes
-rw-r--r--doc/screenshots/new_restriction.pngbin0 -> 13609 bytes
-rw-r--r--doc/screenshots/restrictions.pngbin0 -> 25222 bytes
7 files changed, 54 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ba6fd01e..1c3d8fa2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Version 1.0.34
+--------------
+
+New features:
+
+* Custom project roles with configurable restrictions
+* Duplicate a task to multiple projects during creation
+
Version 1.0.33
--------------
diff --git a/doc/custom-project-roles.markdown b/doc/custom-project-roles.markdown
new file mode 100644
index 00000000..4e81d1f1
--- /dev/null
+++ b/doc/custom-project-roles.markdown
@@ -0,0 +1,45 @@
+Custom Project Roles
+====================
+
+You can create custom project roles to apply a set of specific restrictions on the people that belong to this role.
+These custom roles are defined for each project.
+
+A custom role inherits from the project member role.
+For example, you may want to create a custom role to force someone to follow a process.
+You can have a group of people that are allowed to move tasks only from the column "Work in progress" to the column "Done".
+
+Available restrictions
+----------------------
+
+- Task creation is not permitted
+- Moving tasks only from a given column to another one
+
+Configuration
+-------------
+
+### 1) Create a new custom role
+
+From the project settings, click on the left on the menu **Custom Roles** and at the top of the page click on **Add a new custom role**.
+
+![New custom role](screenshots/new_custom_role.png)
+
+Give a name to the role and submit the form.
+
+### 2) Add a restriction to the role
+
+Each role is grouped in a table.
+You can click on the dropdown menu in the table to add a new restriction.
+
+![New column restriction](screenshots/new_restriction.png)
+
+If you choose a column restriction, you just need to select the source and the destination column.
+
+### 3) List of restrictions
+
+![List of restrictions](screenshots/restrictions.png)
+
+### 4) Assign the role to someone
+
+Go to the "permissions" section on the left menu and assign the desired role to the user.
+
+![Custom project role](screenshots/custom_roles.png)
diff --git a/doc/index.markdown b/doc/index.markdown
index bc3e8a32..b510190d 100644
--- a/doc/index.markdown
+++ b/doc/index.markdown
@@ -32,6 +32,7 @@ Using Kanboard
- [Gantt chart for tasks](gantt-chart-tasks.markdown)
- [Gantt chart for projects](gantt-chart-projects.markdown)
- [Custom filters](custom-filters.markdown)
+- [Custom project roles](custom-project-roles.markdown)
### Working with tasks
diff --git a/doc/screenshots/custom_roles.png b/doc/screenshots/custom_roles.png
new file mode 100644
index 00000000..be654c81
--- /dev/null
+++ b/doc/screenshots/custom_roles.png
Binary files differ
diff --git a/doc/screenshots/new_custom_role.png b/doc/screenshots/new_custom_role.png
new file mode 100644
index 00000000..6ea69f27
--- /dev/null
+++ b/doc/screenshots/new_custom_role.png
Binary files differ
diff --git a/doc/screenshots/new_restriction.png b/doc/screenshots/new_restriction.png
new file mode 100644
index 00000000..fd26c8fe
--- /dev/null
+++ b/doc/screenshots/new_restriction.png
Binary files differ
diff --git a/doc/screenshots/restrictions.png b/doc/screenshots/restrictions.png
new file mode 100644
index 00000000..dad378ba
--- /dev/null
+++ b/doc/screenshots/restrictions.png
Binary files differ