Skip to content
Snippets Groups Projects
Commit da2a0daa authored by Tamlyn Rhodes's avatar Tamlyn Rhodes
Browse files

Remove bidirectional linking of types.

Remove Id suffixes on properties.
parent a060b377
No related branches found
No related tags found
1 merge request!1Remove bidirectional linking of types.
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
| | type | JATS | comment | | | type | JATS | comment |
|---|---|---|---| |---|---|---|---|
| journalId | Journal | | Link to Journal |
| versions | [ManuscriptVersion] | | Link to ManuscriptVersions | | versions | [ManuscriptVersion] | | Link to ManuscriptVersions |
...@@ -45,6 +44,7 @@ ...@@ -45,6 +44,7 @@
| suggestedReviewers | [Suggestion] | | same structure as above | | suggestedReviewers | [Suggestion] | | same structure as above |
| opposedReviewers | [Suggestion] | | same structure as above | | opposedReviewers | [Suggestion] | | same structure as above |
| opposedEditors | [Suggestion] | | same structure as above | | opposedEditors | [Suggestion] | | same structure as above |
| reviews | [Review] | |
| recommendations | [Recommendation] | | Link to the version's reviews' recommentations | | recommendations | [Recommendation] | | Link to the version's reviews' recommentations |
| decision | Decision | | | | decision | Decision | | |
| meta | ManuscriptMetadata | | | | meta | ManuscriptMetadata | | |
...@@ -79,7 +79,7 @@ ...@@ -79,7 +79,7 @@
| submissionDate | String | | date | | submissionDate | String | | date |
| content | String | | | | content | String | | |
| files | [File] | | | | files | [File] | | |
| userId | User | | Link to the editor's user | | user | User | | Link to the editor's user |
## ReviewerInvitation ## ReviewerInvitation
...@@ -87,10 +87,9 @@ ...@@ -87,10 +87,9 @@
| | type | JATS | comment | | | type | JATS | comment |
|---|---|---|---| |---|---|---|---|
| invitationDate | String | | date | | invitationDate | String | | date |
| review | Review | | Link to Review |
| accepted | Boolean | | | | accepted | Boolean | | |
| responseDate | String | | date | | responseDate | String | | date |
| userId | User | | | | user | User | | |
| reminders | [String] | | dates | | reminders | [String] | | dates |
...@@ -98,20 +97,19 @@ ...@@ -98,20 +97,19 @@
| | type | JATS | comment | | | type | JATS | comment |
|---|---|---|---| |---|---|---|---|
| manuscriptVersionId | ManuscriptVersion | | Link to ManuscriptVersion | | reviewerInvitation | ReviewerInvitation | | Link to ReviewerInvitation |
| reviewerInvitationId | ReviewerInvitation | | Link to ReviewerInvitation |
| content | String | | | | content | String | | |
| files | [File] | | | | files | [File] | | |
| public | Boolean | | | | public | Boolean | | |
| submissionDate | String | | date | | submissionDate | String | | date |
| recommendationId | Recommendation | | Link to Recommendation | | recommendation | Recommendation | | Link to Recommendation |
## Recommendation ## Recommendation
| | type | JATS | comment | | | type | JATS | comment |
|---|---|---|---| |---|---|---|---|
| recommendation | String | | accept or revise, etc. | | recommendation | String | | accept or revise, etc. |
| userId | User | | Link to the user making the recommendation | user | User | | Link to the user making the recommendation
| recommendationType | String | | e.g. 'review', 'editor'| | recommendationType | String | | e.g. 'review', 'editor'|
| submissionDate | String | | date | submissionDate | String | | date
| comments | [Comment] | | | | comments | [Comment] | | |
......
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