@@ -23,9 +23,9 @@ This guide deals with the specifics of creating a **new project**.
23
23
A ** project** is created within your currently selected ** unit** . You can only do this in your own ** personal** ** unit**
24
24
within the ** Default** ** organisation** or within a ** unit** of another ** organisation** if you are an owner of that
25
25
** unit** . The ** organisation** owner needs to make you a member of the ** unit** . You * do not* need to be a member of
26
- a ** unit** in order to use a ** project** in that ** unit** . The owner of the ** project** can add you as an ** editor **
27
- or the project to give you write access to the ** project** and you will have read access to any public projects in the
28
- unit.
26
+ a ** unit** in order to use a ** project** in that ** unit** . The owner of the ** project** can add you as an ** administrator ** ,
27
+ ** editor ** or ** observer ** of the project to give you write access to the ** project** and you will have ** observer ** access
28
+ to any public projects in the unit.
29
29
30
30
The * Create Project* button will be present in the * Context* section of the * Settings panel* if you are able to create a
31
31
project in the current ** context** . If you click on this you get a dialog that lets you specify the project details.
@@ -41,10 +41,20 @@ Once you have made your choices click on the CREATE button to create your projec
41
41
Remember that the owner of the ** unit** is responsible for the costs of your project. In the case of a ** personal unit**
42
42
in the ** Default organisation** that means you!
43
43
44
- You can add additional users to your project. These can either be as * editor* or * observers* . * Editors* have full access
45
- to the project, effectively the same rights as you, the * owner* . * Observers* can see the content, but cannot change
46
- anything and cannot execute jobs. To add users to your project click the edit button in the action to the right of your
47
- project listing and add the users you want to the * Editors* and * Observers* sections.
44
+ You can add additional users to your project. These can either be as * administrator* , * editor* or * observers* .
45
+
46
+ The roles are as follows:
47
+ * ** creator** - the person who created the project and can perform administrative operations on it.
48
+ Only this person can delete the project.
49
+ * ** administrator** - can administer the project in the same way as it's creator, except that they cannot delete the
50
+ project. A project can have multiple administrators.
51
+ * ** editor** - can use the project and modify the data in it. they can run apps and jobs in the project.
52
+ * ** observer** - can view the contents of the project, but cannot make any changes to the data or execute apps or jobs.
53
+
54
+ To add or remove users to your project click the edit button in the action to the right of your
55
+ project listing and add the users you want to the * Administrators* , * Editors* and * Observers* sections.
56
+ You can also change the privacy of the project with this dialog.
57
+
48
58
49
59
<Image src = { users } alt = " Edit project dialog" />
50
60
0 commit comments