blob: 05d5b20c2f81a4ac83e022e453de73f233a931e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Creating Projects
=================
Kanboard can handle multiple projects. There are two kinds of projects:
- Team projects
- Private project for a single user
Creating projects for multiple users
-------------------------------------
- Only administrators and project administrators can create those projects
- User management is available
From the dashboard, click on the link **New project**:
![Project creation form](screenshots/new-project.png)
It's very easy: you just have to find a name for your project!
Creating a private project
--------------------------
- Anybody can create a private project
- There is **NO** user management
- Only the owner and administrators can access the project
From the dashboard, click on the link **New private project**.
Creating projects from another project
--------------------------------------
When you create a new project, you can choose to duplicate the properties of another project:
- Permissions
- Actions
- Swimlanes
- Categories
- Tasks
|