Added missing parts on description docs, more fixes

This commit is contained in:
Thomas Georgios Giannos 2024-05-17 13:40:42 +03:00
parent 3323e40aea
commit ef6e7441c3
10 changed files with 49 additions and 8 deletions

View File

@ -0,0 +1 @@
{}

View File

@ -0,0 +1,7 @@
Contributors of a [plan](/docs/documentation/application/plans) can have the `Reviewer` role which grants them read access on the plan and its [descriptions](/docs/documentation/application/descriptions). Reviewers can also publish comments on the questions of the descriptions using the [annotations](/docs/documentation/supplementary-services/annotations) feature.
:::info
This role can be granted to as many users as needed.
:::

View File

@ -3,4 +3,12 @@ sidebar_position: 5
description: Discover how collaboration works on descriptions
---
# Collaborations
# Collaborations
Contributors of a [plan](/docs/documentation/application/plans) can have the `Description Contributor` role which grants them read access on the plan and its [descriptions](/docs/documentation/application/descriptions). Description Contributors can also add or edit existing descriptions.
:::info
This role can be granted to as many users as needed for collaboration.
:::

View File

@ -3,4 +3,8 @@ sidebar_position: 4
description: Discover the lifecycle of a description
---
# Description Lifecycle
# Description Lifecycle
After a description is created, it gets saved automatically in `draft` mode. While in this mode, the user can make any changes he wants and save it as many times as he wants. When ready, the user can then `finalize` it which means no more changes will be possible. If there comes a need for further editing after the description is already finalized, the user has the option to undo the finalization and bring it back into `draft` mode.
In the `My Descriptions` page, the user can view all the descriptions he has created or the ones that are related with [plans](/docs/documentation/application/plans) he has been invited as a [collaborator](/docs/documentation/application/plans/invite-collaborators).

View File

@ -3,4 +3,6 @@ sidebar_position: 7
description: Discover import options for a description
---
# Imports
# Imports
Description imports are not possible directly, but during the [import](/docs/documentation/application/plans/imports) of a plan, the descriptions that are related with it, get imported as well.

View File

@ -3,4 +3,10 @@ sidebar_position: 3
description: Discover how to prefill a description to save time
---
# Prefill a Description
# Prefill a Description
There is a way to prefill some basic information on your description during its creation. When you add a description on a plan, you get greeted by a modal where you can select if you want to use a [prefilling source](/docs/documentation/administration/blueprints/prefilling-configurations.md) or you want to fill all the questions manually. If you choose to prefill, then you will have to choose the [description template](/docs/documentation/administration/templates) you want to use and the prefilling source.
## How does it work?
The fields of the questions on a description template can have [semantics](/docs/documentation/administration/templates/semantics) attached. These semantics are then used to fetch the relevant information from the source of your choice and prefill these fields for you.

View File

@ -3,4 +3,8 @@ sidebar_position: 6
description: Discover how to review a description
---
# Reviewing
# Reviewing
import Reviewing from '../commons/_markdown-reviewing.md';
<Reviewing />

View File

@ -3,4 +3,9 @@ sidebar_position: 9
description: Discover how to publich a plan and aquire a DOI
---
# DOI Assignment
# DOI Assignment
Every time a Plan gets deposited, it gets assigned a **DOI** (**D**ata **O**bject **I**dentifier) from the [deposit service](/docs/documentation/supplementary-services/deposit-services). After the successful deposit, the DOI is available in the Plan overview page, alongside the service in which it got deposited.
![Plan overview](https://fakeimg.pl/600x400)
*Plan overview*

View File

@ -3,4 +3,8 @@ sidebar_position: 6
description: Discover how to review a plan
---
# Reviewing
# Reviewing
import Reviewing from '../commons/_markdown-reviewing.md';
<Reviewing />

View File

@ -10,4 +10,4 @@ The `File Transformer Services` are standalone services responsible to provide a
There are currently two file transformer services implemented and integrated.
- **Docx file transformer service**: Used for PDF files and Word documents.
- **Rda file transformer service**: Used for JSON files following the RDA specification.
- **Rda file transformer service**: Used for JSON files following the [RDA specification](https://github.com/RDA-DMP-Common/RDA-DMP-Common-Standard).