Skip to content
Snippets Groups Projects
Commit 3cc1d8eb authored by Jure's avatar Jure
Browse files

Update README.md

parent 1c2593cb
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,13 @@
| status | String | | e.g. `initial` or `QA` |
| reviewers | Team -> [Reviewer] | | Link to the reviewers team's members |
| files | [File] | `<ext-link>` ? | |
| suggestedReviewers | [String] | | e.g. ['Eruj Valgirt', ...]
| opposedReviewers | [String] | |
| suggestedEditors | [String] | |
| opposedEditors | [String] | |
| suggestedEditors | [Suggestion] | |
| └ suggestion.name | String | | e.g. 'Mr. Opposition' |
| └ suggestion.type | String | | e.g. 'seniorEditor' |
| └ suggestion.reason | String | | e.g. 'They oppose me' |
| suggestedReviewers | [Suggestion] | | same structure as above |
| opposedReviewers | [Suggestion] | | same structure as above |
| opposedEditors | [Suggestion] | | same structure as above |
| recommendations | [Recommendation] | | Link to the version's reviews' recommentations |
| decision | Decision | | |
| meta | ManuscriptMetadata | | |
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment