You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I noticed keys with empty values the ecofab 2.0 ring trail data (nmdc:sty-11-ev70y104) for orcid, i checked the submission portal submission and it looks like these were not entered by the user. Best practice according to @turbomam is to exclude the key if the value is empty.
To Reproduce
Steps to reproduce the behavior:
I am going to use changesheets to fix nmdc:sty-11-ev70y104 so best way to reproduce this would be to review the original output of the submission portal to mongo ETL code for nmdc:sty-11-ev70y104 or to make a new study and not fill out orcid for users other than the PI.
Expected behavior
A study_set record generated from submission portal to mongo should not have any keys with empty values.
Example user story template:
AS A system,
[INSTEAD OF keys with empty values]
I EXPECTED all keys to have values
[SO THAT we are following best practices]
[NO LATER THAN date unclear since several other processes that submit to mongo behave similarly.]
Screenshots
Acceptance Criteria
study_set records generated by submission portal to mongo ETL does not contain keys where the value is None, an empty quoted string, and empty array, etc.
The text was updated successfully, but these errors were encountered:
Describe the bug
I noticed keys with empty values the ecofab 2.0 ring trail data (nmdc:sty-11-ev70y104) for orcid, i checked the submission portal submission and it looks like these were not entered by the user. Best practice according to @turbomam is to exclude the key if the value is empty.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A study_set record generated from submission portal to mongo should not have any keys with empty values.
Example user story template:
AS A system,
[INSTEAD OF keys with empty values]
I EXPECTED all keys to have values
[SO THAT we are following best practices]
[NO LATER THAN date unclear since several other processes that submit to mongo behave similarly.]
Screenshots
Acceptance Criteria
The text was updated successfully, but these errors were encountered: