From 274742d87e3ec1f81d4b10291f5541ab6efb7c68 Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Wed, 12 Jan 2022 17:30:42 +0100 Subject: [PATCH] update curator permissions --- doc/permissions.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/permissions.rst b/doc/permissions.rst index 1a8c9a25..cdc31e36 100644 --- a/doc/permissions.rst +++ b/doc/permissions.rst @@ -74,14 +74,17 @@ Curator A curator can perform changes on **public** data sources even if he/she is not an editor of the data source. The mission of a curator is to keep naming between viruses, hosts coherent, but also edit data source details when needed. - * Edit the list of :term:`viruses <virus>` and :term:`hosts <host>` + * Edit the :term:`viruses <virus>` and :term:`hosts <host>` * Edit the information of a :term:`data source` (except the the list of viewer/editor) + * Edit the mapping Although, an curator cannot: - * See the responses, and thus cannot edit them either - * Edit the mapping + * Edit the responses + * Delete :term:`viruses <virus>` or :term:`hosts <host>` * See the list of viewer/editor, and thus cannot edit it either + * Restore the data source to a previous version + * Download a previous version * Delete the data source * Transfer ownership to an other user -- GitLab