Skip to content

Commit

Permalink
Update audit templates for SignedAgreement status info
Browse files Browse the repository at this point in the history
  • Loading branch information
amstilp committed Sep 22, 2023
1 parent 5e16d6a commit 1a2d5fe
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
9 changes: 5 additions & 4 deletions primed/templates/cdsa/cdsaworkspace_audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,18 @@ <h2>Audit results</h2>

<li><b>Verified</b> includes the following:</li>
<ul>
<li>CDSA workspaces that have a valid, primary Signed Agreement from the same study, and the PRIMED CDSA group is in the auth domain of the workspace.</li>
<li>CDSA workspaces that do not have a valid, primary Signed Agreement from the same study, and the PRIMED CDSA group is <b>not</b> in the auth domain of the workspace.</li>
<li>CDSA workspaces with an active primary Data Affiliate Agreement, and the PRIMED CDSA group <b>is</b> in the auth domain of the workspace.</li>
<li>CDSA workspaces without an active primary Data Affiliate Agreement, and the PRIMED CDSA group <b>is not</b> in the auth domain of the workspace.</li>
</ul>
<li><b>Needs action</b> includes the following:</li>
<ul>
<li>CDSA workspaces that have an associated valid, primary Signed Agreement for the same study, but the PRIMED CDSA group is not in the auth domain of the workspace.</li>
<li>CDSA workspaces with an active primary Data Affiliate Agreement, but the PRIMED CDSA group <b>is not</b> in the auth domain of the workspace.</li>
<li>CDSA workspaces with an inactive primary Data Affiliate Agreement, and the PRIMED CDSA group <b>is</b> in the auth domain of the workspace.</li>
</ul>

<li><b>Errors</b></li>
<ul>
<li>The PRIMED CDSA group is in the auth domain of the workspace, but there is no associated valid, primary Signed Agreement for the study.</li>
<li>The PRIMED CDSA group is in the auth domain of the workspace, but there is no primary Signed Agreement from the study.</li>
</ul>
</ul>
</p>
Expand Down
11 changes: 7 additions & 4 deletions primed/templates/cdsa/signedagreement_audit.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ <h2>Audit results</h2>

<li><b>Verified</b> includes the following:</li>
<ul>
<li>Primary Signed Agreements that are in the PRIMED CDSA group on AnVIL.</li>
<li>Component Signed Agreements with a primary that are in the PRIMED CDSA group on AnVIL.</li>
<li>Component Signed Agreements without a primary that are <b>not</b> in the PRIMED CDSA group on AnVIL.</li>
<li>Active primary Signed Agreements that are in the PRIMED CDSA group on AnVIL.</li>
<li>Active component Signed Agreements with an active primary that are in the PRIMED CDSA group on AnVIL.</li>
<li>Active component Signed Agreements without an active primary that are <b>not</b> in the PRIMED CDSA group on AnVIL.</li>
<li>Inctive primary Signed Agreements that are <b>not</b> in the PRIMED CDSA group on AnVIL.</li>
<li>Inctive component Signed Agreements that are <b>not</b> in the PRIMED CDSA group on AnVIL.</li>
</ul>

<li><b>Needs action</b> includes the following:</li>
<ul>
<li>Valid Signed Agreements that are not in the PRIMED CDSA group on AnVIL.</li>
<li>Active primary Signed Agreements that are not in the PRIMED CDSA group on AnVIL.</li>
<li>Active component Signed Agreements with an active primary that are not in the PRIMED CDSA group on AnVIL.</li>
</ul>

<li><b>Errors</b></li>
Expand Down

0 comments on commit 1a2d5fe

Please sign in to comment.