Add documentation about project types and roles

This commit is contained in:
Frederic Guillot
2015-12-06 08:49:28 -05:00
parent d0e809a32c
commit fd16ea680f
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Project Types
=============
There are two kind of projects:
| Type | Description |
|-------------------|-----------------------------------------------------------------------|
| Team Project | Project with user and group management |
| Private Project | Project that belongs to only one person, there is no user management |
- Only Administrators and Application Managers can create team projects.
- Private projects can be created by anyone.
[Read the documentation about roles in Kanboard](roles.markdown)