Added reminder in documentation
This commit is contained in:
parent
327e0498cd
commit
acda92b5aa
|
@ -245,11 +245,10 @@ To present the moderation operations, we use the following convention:
|
||||||
``initial_state`` can be ``none``, meaning the item does not exist.
|
``initial_state`` can be ``none``, meaning the item does not exist.
|
||||||
|
|
||||||
|
|
||||||
The following are the allowed moderation operation on an item in a and the
|
The following are the allowed moderation operation on an item
|
||||||
|
|
||||||
``none`` ---**create** (*Author*)---> ``pending``
|
``none`` ---**create** (*Author*)---> ``pending``
|
||||||
|
|
||||||
|
|
||||||
``pending`` ---**reject** (*Catalogue-Moderator*)---> ``rejected``
|
``pending`` ---**reject** (*Catalogue-Moderator*)---> ``rejected``
|
||||||
|
|
||||||
``pending`` ---**approve** (*Catalogue-Moderator*)---> ``approved``
|
``pending`` ---**approve** (*Catalogue-Moderator*)---> ``approved``
|
||||||
|
@ -259,6 +258,8 @@ The following are the allowed moderation operation on an item in a and the
|
||||||
``approved`` ---**update** (*Author*)---> ``pending``
|
``approved`` ---**update** (*Author*)---> ``pending``
|
||||||
|
|
||||||
|
|
||||||
|
**TO DO: EXPLAIN WHICH USER CAN INVOKE AN UPDATE ON ITEM IN MODERATION**
|
||||||
|
|
||||||
In a moderated catalogue, both the Catalogue-Moderators and the item author can send messages to
|
In a moderated catalogue, both the Catalogue-Moderators and the item author can send messages to
|
||||||
discuss the approval process of the item. The messages are related to a specific item.
|
discuss the approval process of the item. The messages are related to a specific item.
|
||||||
Any Catalogue-Moderators receive a message sent by an Author.
|
Any Catalogue-Moderators receive a message sent by an Author.
|
||||||
|
|
Loading…
Reference in New Issue