Skip to content

Commit f9bca9a

Browse files
committed
Add user groups
1 parent ad1440f commit f9bca9a

3 files changed

Lines changed: 16 additions & 1 deletion

File tree

docs/user-guide/groups.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# User roles and groups
2+
G-nom users are organized into different roles to control access an editing of data. Additionally, users may join groups at the discretion of group leaders. This allows users to control data i.e. for specific project cooperatively.
3+
!!! example "Group functionalities"
4+
5+
Currently, groups are just a basic feature to organize users. Future additions to G-nom will allow for sub-groups, referred to as "Projects", whose data can be published as assembly collections and associated with relevant publications.
6+
7+
8+
9+
| Role | View data | Import data | Alter data | Delete data | Edit user roles | Create Groups | Join groups | Edit groups | Granted by |
10+
|:-------------:|:---------:|:-----------:|:---------------:|:---------------:|:---------------:|:-------------:|:-----------:|:-----------:|:---------------------:|
11+
| Viewer ||||||||| System (default role) |
12+
| Contributor ||| (✅) own | (✅) own ||||| Group Leader |
13+
| Group Leader ||| (✅) own + group | (✅) own + group ||||| System Administrators |
14+
| Administrator ||||||||| - |

docs/user-guide/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The G-nom documentation provides you with an overview of G-nom features and limi
2020

2121
Learn how to use G-nom features and core plugins to explore genomics data.
2222

23-
[:octicons-arrow-right-24: Get started](./dashboard.md)
23+
[:octicons-arrow-right-24: Get started](./explore.md)
2424

2525
- :material-rocket:{ .lg .middle } __Data organization__
2626

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ nav:
3333
- User Guide:
3434
- Overview: user-guide/guide.md
3535
- Signing up: signup.md
36+
- User roles and groups: user-guide/groups.md
3637
- User dashboard: user-guide/dashboard.md
3738
- Data hierarchy: user-guide/data-hierarchy.md
3839
- Assembly Page: user-guide/assembly-page.md

0 commit comments

Comments
 (0)