-
Notifications
You must be signed in to change notification settings - Fork 2
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
add study and dataset identifiers to folder schema #332
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blankdots
force-pushed
the
feature/doi-workflow
branch
from
January 11, 2022 11:05
0021331
to
308b958
Compare
genie9
approved these changes
Jan 12, 2022
blankdots
force-pushed
the
bugfix/json-messages
branch
from
January 12, 2022 16:15
1abccca
to
7f0ae9d
Compare
blankdots
force-pushed
the
feature/doi-workflow
branch
from
January 12, 2022 16:20
308b958
to
37990d9
Compare
blankdots
force-pushed
the
feature/doi-workflow
branch
from
January 25, 2022 08:08
37990d9
to
0d5865a
Compare
blankdots
force-pushed
the
feature/doi-workflow
branch
5 times, most recently
from
February 15, 2022 12:22
d57eac1
to
04d338d
Compare
blankdots
force-pushed
the
feature/doi-workflow
branch
from
February 16, 2022 14:24
a1712fd
to
f1d89ab
Compare
blankdots
changed the base branch from
develop
to
refactor/patch-object-on-save
February 16, 2022 14:25
blankdots
force-pushed
the
feature/doi-workflow
branch
2 times, most recently
from
February 16, 2022 14:30
f74bb5a
to
7c367fb
Compare
genie9
force-pushed
the
refactor/patch-object-on-save
branch
from
February 23, 2022 14:22
135af96
to
2b078c9
Compare
blankdots
force-pushed
the
feature/doi-workflow
branch
from
February 28, 2022 16:11
a76b1f9
to
a2df37c
Compare
2 tasks
blankdots
force-pushed
the
feature/doi-workflow
branch
from
March 2, 2022 15:00
0b35a97
to
4a6bf17
Compare
prepare Study and Datasets DOI payload and relationships between them for now url is omitted till Metax integration is done
we need to use find_one_and_update otherwise the bulkwrite will not be able to accurately catch it. It is not by far the best solution, and can be improved
restrict one study per folder. deprecate creating draft when publishing folder
prepare Study and Datasets DOI payload and relationships between them for now url is omitted till Metax integration is done
we need to use find_one_and_update otherwise the bulkwrite will not be able to accurately catch it. It is not by far the best solution, and can be improved
checking a set should be faster than checking a list
blankdots
force-pushed
the
feature/doi-workflow
branch
from
March 7, 2022 07:22
4a6bf17
to
d386c7d
Compare
teemukataja
approved these changes
Mar 7, 2022
blankdots
added a commit
that referenced
this pull request
Mar 10, 2022
blankdots
added a commit
that referenced
this pull request
Mar 10, 2022
genie9
pushed a commit
that referenced
this pull request
Mar 16, 2022
genie9
pushed a commit
that referenced
this pull request
Mar 16, 2022
genie9
pushed a commit
that referenced
this pull request
Mar 17, 2022
genie9
pushed a commit
that referenced
this pull request
Mar 21, 2022
blankdots
added a commit
that referenced
this pull request
Mar 22, 2022
genie9
pushed a commit
that referenced
this pull request
Mar 29, 2022
genie9
pushed a commit
that referenced
this pull request
Mar 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Related issues
Partly Closes #326
Type of change
Changes Made
keywords
required for Metax indoiInfo
dataset
description andstudy
abstract are now mandatory/extraInfo/datasetIdentifiers/-
which needs dot notation for mongodb to work e.g.extraInfo.datasetIdentifiers
Testing
Mentions
delete DOI will come in a follow-up PR.