-
Notifications
You must be signed in to change notification settings - Fork 4
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
[DCJ-58] Update DAR application to indicate all required DAAs #2579
[DCJ-58] Update DAR application to indicate all required DAAs #2579
Conversation
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 works as expected. I have some questions inline, and I think we need to clarify some edge cases.
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.
See comments inline - I think we need to address a release strategy before merging this.
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.
Holding off on review until we resolve Greg's concern.
@rushtong I believe that future work (DCJ-49 and DCJ-47) should ensure that if you don't have the LC-DAA association for the DAA that governs a dataset, you should not be able to get to this screen where you would be opening a DAR against that dataset. |
Thank you, that's helpful. This means that during the time between SO's creating LC-DAA associations, users will see the DAAs for datasets even though they don't have any and their SOs will not have created any. It also means that if an SO purposefully does NOT create an LC-DAA association for a user, the user will still see it. As part of the release strategy, I think we need to work on some kind of data population process that creates these for users with open DARs. |
This makes sense— let's discuss with the team. |
attest={attemptSubmit} | ||
save={() => setShowDialogSave(true)} | ||
/> | ||
{checkEnv(envGroups.DEV) ? |
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.
Tested locally with checkEnv('staging')
which works as expected.
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.
lgtm 👍
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.
👍🏽 Thank you for the updates!
Addresses
https://broadworkbench.atlassian.net/browse/DCJ-58
Summary
Shows all required DAAs for datasets in a DAR in the Data Use Agreement section of the DAR application instead of the "default" Broad & NHGRI LCAs. In the case that a DAR only consists of datasets that are "Open Access" or "External to DUOS," we are currently showing the DUOS Code of Conduct/DAA. This may change after conversations with Jonathan, but this is what was decided for now.
Have you read Terra's Contributing Guide lately? If not, do that first.