Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
types
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pubsweet
types
Commits
da2a0daa
Commit
da2a0daa
authored
6 years ago
by
Tamlyn Rhodes
Browse files
Options
Downloads
Patches
Plain Diff
Remove bidirectional linking of types.
Remove Id suffixes on properties.
parent
a060b377
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Remove bidirectional linking of types.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+6
-8
6 additions, 8 deletions
README.md
with
6 additions
and
8 deletions
README.md
+
6
−
8
View file @
da2a0daa
...
...
@@ -26,7 +26,6 @@
| | type | JATS | comment |
|---|---|---|---|
| journalId | Journal | | Link to Journal |
| versions | [ManuscriptVersion] | | Link to ManuscriptVersions |
...
...
@@ -45,6 +44,7 @@
| suggestedReviewers | [Suggestion] | | same structure as above |
| opposedReviewers | [Suggestion] | | same structure as above |
| opposedEditors | [Suggestion] | | same structure as above |
| reviews | [Review] | |
| recommendations | [Recommendation] | | Link to the version's reviews' recommentations |
| decision | Decision | | |
| meta | ManuscriptMetadata | | |
...
...
@@ -79,7 +79,7 @@
| submissionDate | String | | date |
| content | String | | |
| files | [File] | | |
| user
Id
| User | | Link to the editor's user |
| user | User | | Link to the editor's user |
## ReviewerInvitation
...
...
@@ -87,10 +87,9 @@
| | type | JATS | comment |
|---|---|---|---|
| invitationDate | String | | date |
| review | Review | | Link to Review |
| accepted | Boolean | | |
| responseDate | String | | date |
| user
Id
| User | | |
| user | User | | |
| reminders | [String] | | dates |
...
...
@@ -98,20 +97,19 @@
| | type | JATS | comment |
|---|---|---|---|
| manuscriptVersionId | ManuscriptVersion | | Link to ManuscriptVersion |
| reviewerInvitationId | ReviewerInvitation | | Link to ReviewerInvitation |
| reviewerInvitation | ReviewerInvitation | | Link to ReviewerInvitation |
| content | String | | |
| files | [File] | | |
| public | Boolean | | |
| submissionDate | String | | date |
| recommendation
Id
| Recommendation | | Link to Recommendation |
| recommendation | Recommendation | | Link to Recommendation |
## Recommendation
| | type | JATS | comment |
|---|---|---|---|
| recommendation | String | | accept or revise, etc. |
| user
Id
| User | | Link to the user making the recommendation
| user | User | | Link to the user making the recommendation
| recommendationType | String | | e.g. 'review', 'editor'|
| submissionDate | String | | date
| comments | [Comment] | | |
...
...
This diff is collapsed.
Click to expand it.
Jure
@jure_oldaccount
mentioned in issue
#20 (closed)
·
6 years ago
mentioned in issue
#20 (closed)
mentioned in issue #20
Toggle commit list
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment