A Review model is created for each submission to record the state of editors, reviewers and publishers.
Attribute | Description |
---|---|
id | The ID of the review. |
submission | The submission this review is related to. |
submissionId | The ID of the submission this review is related to. |
element | The Entry (opens new window) this submission was made on. |
elementId | The ID of the Entry (opens new window) this submission was made on. |
draftId | The ID for the Entry Draft (opens new window) this submission was made on (if any). |
user | The User (opens new window) this review is related to. |
userId | The ID of the User (opens new window) this review is related to. |
role | The Workflow "role" for this user. One of editor , reviewer , publisher . |
status | The status of the review. One of approved , pending , revoked , rejected . |
notes | Any notes left by the user. |
dateCreated | The date this review was created. |