-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#313: Adds delete button to PubMed articles in GDMs with no evidence #2092
base: dev
Are you sure you want to change the base?
Conversation
@@ -91,6 +91,47 @@ | |||
"title": "Affiliation", | |||
"description": "The affiliation this annotation is associated with.", | |||
"type": "string" | |||
}, | |||
"articleNotes": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have to update schema version here? Saw that this schema is liked to curatorHistory
, not sure if we forgot or if it's not necessary due to the link.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you're right, the version should be updated. I feel like I purposefully left it unchanged for a reason, but I may have just forgotten. I'll add it in.
@@ -14,7 +14,7 @@ | |||
], | |||
"properties": { | |||
"schema_version": { | |||
"default": "3" | |||
"default": "5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should schema version be "4" here? If not, let me know!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is 5 because this is branched off of the pubmed notes branch. The other branch upgrades to 4 and this branch upgrades to 5.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sweet, thanks for clarifying!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! Will wait for that small schema change before approving 👍
Steps to Test #313
Note: This branch is branched from #2025