Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

polish datahub headings #514

Merged
merged 1 commit into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is the DataHUB landing page:
Once you are logged in, the following menus are available for navigation.
:::

### Navigation Bar
## Navigation Bar

From the navigation bar you can

Expand All @@ -38,7 +38,7 @@ import NavBar from "@images/datahub/datahub-navbar.drawio.png"
<img src={NavBar.src} style="width:40%;display: block; margin: auto" />


### Sidebar
## Sidebar

From the side bar in the top-left corner (1) you can navigate to [projects](/nfdi4plants.knowledgebase/datahub/navigation-settings/datahub-projects) (2) or [groups](/nfdi4plants.knowledgebase/datahub/working-together/datahub-groups) (3) panels.

Expand All @@ -48,7 +48,7 @@ From the side bar in the top-left corner (1) you can navigate to [projects](/nfd
Once you navigate to an ARC ("Project") or group, the sidebar shows other options.
:::

### Avatar Menu
## Avatar Menu

In the avatar menu (1) in the top-right corner of the navigation bar you can

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ sidebar:

import { Steps } from '@astrojs/starlight/components';

**Project = ARC**
## Project = ARC

- In the DataHUB, ARCs are called "projects"; they are the same.
- An ARC can be shared with individual users (invited as "members") or a group.

:::note
"Projects" and "Groups" are not the same
"Projects" and ["Groups"](/nfdi4plants.knowledgebase/datahub/working-together/datahub-groups) are not the same
:::

## Projects panel
Expand Down
12 changes: 5 additions & 7 deletions src/content/docs/datahub/working-together/datahub-groups.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,18 @@ sidebar:

import { Steps } from '@astrojs/starlight/components';

:::note
"Projects" and "Groups" are not the same
:::

**DataHUB Groups**

- A "Group" is a group of users (then "members" of that group) with specific [permissions](/nfdi4plants.knowledgebase/datahub/working-together/#roles-and-permissions).
- A "Group" is a group of users (then called "members" of that group) with specific [permissions](/nfdi4plants.knowledgebase/datahub/working-together/#roles-and-permissions).
- A group (e.g. your lab or consortium) can share ARCs.
- Groups help you communicate with all group members and manage permissions for the ARCs shared in that group.
- Depending on their assigned roles, members of the group can view, edit, delete, and / or maintain the ARCs of that group.
- If someone has access to a group, they get access to all the ARC in the group.
- The group Owner(s) can adjust group settings and manage group memberships.
- Groups can have subgroups (with a subset of members). Subgroups have the same features as groups.

:::note
"Projects" and "Groups" are not the same
:::


## Groups panel

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,7 @@ sidebar:

import { Steps } from '@astrojs/starlight/components';

:::note[About this guide]
In this guide we show you how to invite lab colleagues or project partners to your ARC for collaboration.
:::

:::tip[Before we can start]
- You have a [DataPLANT account](https://register.nfdi4plants.org)
- You have created an ARC
:::
Here we show you how to invite lab colleagues or project partners to your ARC for collaboration.

import MemberSelect from "@images/datahub/datahub-members-seq5.png"
import MemberRole from "@images/datahub/datahub-members-seq6.png"
Expand Down
6 changes: 3 additions & 3 deletions src/content/docs/datahub/working-together/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you have maintainer access, you can also directly create or upload an ARC to

![](@images/datahub/arc-sharing.drawio.png)

### Visibility
## Visibility

The visibility of ARCs and groups can be managed individually for each ARC (see [ARC settings](/nfdi4plants.knowledgebase/datahub/navigation-settings/datahub-arc-settings)) or group see ([Creating a Group](/nfdi4plants.knowledgebase/datahub/working-together/datahub-groups)).

Expand All @@ -42,7 +42,7 @@ The visibility of ARCs and groups can be managed individually for each ARC (see
By default every ARC and every group is set to **private**.
:::

### Roles and permissions
## Roles and permissions

If you create or upload an ARC to the DataHUB, you are the *Owner* by default.
When inviting new members to an ARC or group, you can choose between different roles.
Expand All @@ -57,7 +57,7 @@ When inviting new members to an ARC or group, you can choose between different r
A detailed list of all permissions for the individual roles can be found [here](https://docs.gitlab.com/ee/user/permissions.html)
:::

### Namespaces
## Namespaces

In the DataHUB, namespaces help organize related projects.

Expand Down