mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
Fixing test mocks
- study_details returned in a list - added `Q_COMPLETE` and `HSRNUMBER` to user_studies - `required_docs` totally different from what we had
This commit is contained in:
parent
6f09b0d7dd
commit
4e13ea6704
@ -1,22 +1,26 @@
|
|||||||
[
|
{
|
||||||
{
|
"AUXDOCS": [ {
|
||||||
"AUXDOC": "Cancer Center's PRC Approval Form",
|
"AUXILIARY_DOC": "Cancer Center's PRC Approval Form",
|
||||||
"AUXDOCID": 6
|
"SS_AUXILIARY_DOC_TYPE_ID": 6
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AUXDOC": "InfoSec Approval",
|
"AUXILIARY_DOC": "InfoSec Approval",
|
||||||
"AUXDOCID": "24"
|
"SS_AUXILIARY_DOC_TYPE_ID": "24"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AUXDOC": "Scientific Pre-review Documentation",
|
"AUXILIARY_DOC": "Scientific Pre-review Documentation",
|
||||||
"AUXDOCID": "25"
|
"SS_AUXILIARY_DOC_TYPE_ID": "25"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AUXDOC": "GMEC Approval",
|
"AUXILIARY_DOC": "GMEC Approval",
|
||||||
"AUXDOCID": "45"
|
"SS_AUXILIARY_DOC_TYPE_ID": "45"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"AUXDOC": "Laser Safety Officer Approval",
|
"AUXILIARY_DOC": "Laser Safety Officer Approval",
|
||||||
"AUXDOCID": "57"
|
"SS_AUXILIARY_DOC_TYPE_ID": "57"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"OTHERDOCS": [],
|
||||||
|
"TEMPLATEDOCS": []
|
||||||
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
[{
|
||||||
"DSMB": 1,
|
"DSMB": 1,
|
||||||
"DSMB_FREQUENCY": 2,
|
"DSMB_FREQUENCY": 2,
|
||||||
"GCRC_NUMBER": "9",
|
"GCRC_NUMBER": "9",
|
||||||
@ -64,4 +64,4 @@
|
|||||||
"SPONSORS_PROTOCOL_REVISION_DATE": "2021-04-20",
|
"SPONSORS_PROTOCOL_REVISION_DATE": "2021-04-20",
|
||||||
"UPLOAD_COMPLETE": null,
|
"UPLOAD_COMPLETE": null,
|
||||||
"REVIEW_TYPE": 2
|
"REVIEW_TYPE": 2
|
||||||
}
|
}]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{
|
[{
|
||||||
"DSMB": 1,
|
"DSMB": 1,
|
||||||
"DSMB_FREQUENCY": 2,
|
"DSMB_FREQUENCY": 2,
|
||||||
"GCRC_NUMBER": "9",
|
"GCRC_NUMBER": "9",
|
||||||
@ -64,4 +64,4 @@
|
|||||||
"SPONSORS_PROTOCOL_REVISION_DATE": "2021-04-20",
|
"SPONSORS_PROTOCOL_REVISION_DATE": "2021-04-20",
|
||||||
"UPLOAD_COMPLETE": null,
|
"UPLOAD_COMPLETE": null,
|
||||||
"REVIEW_TYPE": 99
|
"REVIEW_TYPE": 99
|
||||||
}
|
}]
|
||||||
|
@ -3,18 +3,24 @@
|
|||||||
"DATE_MODIFIED": "2020-02-19T14:26:49.127756",
|
"DATE_MODIFIED": "2020-02-19T14:26:49.127756",
|
||||||
"NETBADGEID": "dhf8r",
|
"NETBADGEID": "dhf8r",
|
||||||
"STUDYID": 54321,
|
"STUDYID": 54321,
|
||||||
"TITLE": "Another study about the effect of a naked mannequin on software productivity"
|
"TITLE": "Another study about the effect of a naked mannequin on software productivity",
|
||||||
|
"Q_COMPLETE": 0,
|
||||||
|
"HSRNUMBER": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DATE_MODIFIED": "2020-02-19T14:24:55.101695",
|
"DATE_MODIFIED": "2020-02-19T14:24:55.101695",
|
||||||
"NETBADGEID": "dhf8r",
|
"NETBADGEID": "dhf8r",
|
||||||
"STUDYID": 65432,
|
"STUDYID": 65432,
|
||||||
"TITLE": "Peanut butter consumption among quiet dogs"
|
"TITLE": "Peanut butter consumption among quiet dogs",
|
||||||
|
"Q_COMPLETE": 0,
|
||||||
|
"HSRNUMBER": null
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"DATE_MODIFIED": "2020-02-19T14:24:55.101695",
|
"DATE_MODIFIED": "2020-02-19T14:24:55.101695",
|
||||||
"NETBADGEID": "dhf8r",
|
"NETBADGEID": "dhf8r",
|
||||||
"STUDYID": 1,
|
"STUDYID": 1,
|
||||||
"TITLE": "Efficacy of xenomorph bio-augmented circuits on dexterity of cybernetic prostheses"
|
"TITLE": "Efficacy of xenomorph bio-augmented circuits on dexterity of cybernetic prostheses",
|
||||||
|
"Q_COMPLETE": 0,
|
||||||
|
"HSRNUMBER": null
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user