Skip to content

Commit b1cbfbb

Browse files
Merge branch 'hotfix/move-documents-under-projects' into preview
2 parents d18f39c + cb3b79a commit b1cbfbb

File tree

31 files changed

+50
-33
lines changed

31 files changed

+50
-33
lines changed

docs/about/introduction/overview.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ Documents are produced from the questionnaire answers and a document template. T
4747
Admin Center
4848
============
4949

50-
The Admin Center is an application in which can administrators manage the FAIR Wizard application. This includes management of users, their roles and user groups and various imports. It also includes the management of the application itself. User groups can also be managed by data stewards.
50+
The Admin Center is an application in which can admins manage the FAIR Wizard application. This includes management of users, their roles and user groups and various imports. It also includes the management of the application itself. User groups can also be managed by data stewards.
5151

5252
Users
5353
-----
5454

55-
Users are people who use the FAIR Wizard. They can be researchers, data stewards, or administrators. Each user has a role that defines what they can do in the application. Users can be organized into user groups.
55+
Users are people who use the FAIR Wizard. They can be researchers, data stewards, or admins. Each user has a role that defines what they can do in the application. Users can be organized into user groups.
5656

5757
:ref:`Learn more about users →<user-list>`
5858

docs/applications/admin-center/audit-log/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Audit Log
44
*********
55

6-
Audit log is a feature that allows administrators to track everything that is happening in the FAIR Wizard.
6+
Audit log is a feature that allows admins to track everything that is happening in the FAIR Wizard.
77

88
.. NOTE::
99

10-
For now, Audit log is available for Admin Center, Analytics and Integration Hub. Data Management Planner will be added in the future updates.
10+
For now, audit log is available for Admin Center, Analytics and Integration Hub. Data Management Planner will be added in the future updates.
1111

1212

1313
List can be searched based using content of audit logs. The dropdown menu can be used to select which app logs we want to display. Then we can also select which component we want to see. In the list we can see what particular action has been done, who did it and when it happened.

docs/applications/admin-center/import/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Import
44
******
55

6-
As an administrator, we can import users and projects using provided templates.
6+
As an admin, we can import users and projects using provided templates.
77

88
.. figure:: index/index.png
99

docs/applications/admin-center/import/projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Projects Import
44
***************
55

6-
As an administrator, we can import projects using provided template. The template has four columns: name, knowledgeModelId, documentTemplateId and emails of users we want to add as owners to a project. Once it is filled with data, we can import it back to the FAIR Wizard to populate it with projects.
6+
As an admin, we can import projects using provided template. The template has four columns: name, knowledgeModelId, documentTemplateId and emails of users we want to add as owners to a project. Once it is filled with data, we can import it back to the FAIR Wizard to populate it with projects.
77

88
.. figure:: projects/projects.png
99
:width: 528

docs/applications/admin-center/import/users.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Users Import
44
************
55

6-
As an administrator we can import users using provided template. The template has five columns: email, firstName, lastName, affiliation and role. Once it is filled with data, we can import it back to the FAIR Wizard to populate it with users.
6+
As an admin we can import users using provided template. The template has five columns: email, firstName, lastName, affiliation and role. Once it is filled with data, we can import it back to the FAIR Wizard to populate it with users.
77

88
.. figure:: users/users.png
99
:width: 528

docs/applications/admin-center/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Admin Center
44
************
55

6-
Admin Center is an application for management of the FAIR Wizard application and users within it. This application is mainly used for administration by **administrators**. It is used for users and user groups management, import of data, and settings management. User groups can also be managed by **data stewards**.
6+
Admin Center is an application for management of the FAIR Wizard application and users within it. This application is mainly used for administration by **admins**. It is used for users and user groups management, import of data, and settings management. User groups can also be managed by **data stewards**.
77

88
----
99

docs/applications/admin-center/user-groups/create.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Create
44
******
55

6-
As an administrator, we can create a new user group. For the user group we must set its name and optionally its description. We can also set the group as either a public or private group. Public groups are visible to all users, while private groups are only visible to the group members.
6+
As an admin, we can create a new user group. For the user group we must set its name and optionally its description. We can also set the group as either a public or private group. Public groups are visible to all users, while private groups are only visible to the group members.
77

88
.. figure:: create/create.png
99
:width: 450

docs/applications/admin-center/user-groups/detail.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
User Group Detail
44
*****************
55

6-
As an administrator, we can manage existing user group from User Group Settings. We can change name and description of a group and make it private. If a group is private, then only its members and application admins can see it.
6+
As an admin, we can manage existing user group from User Group Settings. We can change name and description of a group and make it private. If a group is private, then only its members and application admins can see it.
77

88
.. figure:: detail/info.png
99
:width: 528

docs/applications/admin-center/user-groups/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
User Groups
44
***********
55

6-
As a data steward or an administrator, we can create a user group. The group can be used to add multiple people to a project at once. A group can be selected in :ref:`sharing settings<sharing>` of a project.
6+
As a data steward or an admin, we can create a user group. The group can be used to add multiple people to a project at once. A group can be selected in :ref:`sharing settings<sharing>` of a project.
77

88
User Groups list allows us to see and manage all user groups in the FAIR Wizard. The list can be searched based using name fragment, and sorted via properties of user groups, name and date created.
99

docs/applications/admin-center/users/detail.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
User Detail
44
***********
55

6-
As administrators, we can edit existing users manually on the detail (selected user from the :ref:`users list<user-list>`). It is possible to change all properties of the user, including possibility to change whether the user account is active or inactive.
6+
As admins, we can edit existing users manually on the detail (selected user from the :ref:`users list<user-list>`). It is possible to change all properties of the user, including possibility to change whether the user account is active or inactive.
77

88
.. figure:: detail/profile.png
99
:width: 528

0 commit comments

Comments
 (0)