15 Commits

Author SHA1 Message Date
mike cullerton
63e2cdc257 Add new IRB_ONLINE_STATUS field to the irb_info form 2022-04-07 17:30:33 -04:00
mike cullerton
473b80a76c Fixes for required_documents' column name changes.
AUXDOC -> AUXILIARY_DOC
AUXDOCID -> SS_AUXILIARY_DOC_TYPE_ID

Modified RequiredDocumentSchema to match UVA IRB.
2021-11-09 09:42:18 -05:00
mike cullerton
c7a0196a38 Remove HSRNUMBER from form and form processing 2021-08-16 10:08:37 -04:00
mike cullerton
242668b244 We now add 2 documents for doc code 39. 2021-06-24 11:14:38 -04:00
mike cullerton
40f5ffc24b You mock me, Travis 2021-06-23 11:49:34 -04:00
mike cullerton
d71360f49a Merge branch 'dev' into post-submission-states-247
# Conflicts:
#	pb/pb_mock.py

Conflicts were import statements
2021-06-23 11:16:09 -04:00
mike cullerton
4809a52c99 Modify _update_irb_info to handle the new relationship for IRBEVENT and IRB_STATUS. 2021-06-18 14:46:13 -04:00
mike cullerton
04d1d6131f Cleanup - removed unused/commented lines 2021-05-26 17:05:23 -04:00
mike cullerton
ed7d9b20f5 Cleanup 2021-05-26 17:00:07 -04:00
mike cullerton
64e3710eff New pb_mock code for verifying the list of study details. 2021-05-26 16:48:56 -04:00
mike cullerton
9a52075166 New code to verify document list.
Commented out the code for update document list in case we want to try again...
2021-05-26 14:10:45 -04:00
mike cullerton
87e26c03d9 Trying to get QuerySelectMultipleField to work correctly using query_factory.
Having trouble seeding the form with previous choices
2021-05-20 11:00:05 -04:00
mike cullerton
728b3eed77 Added methods _get_required_document_list and update_required_document_list to manage the master required documents list.
Added _is_development method to help.

Cleaned up imports
2021-05-19 11:18:31 -04:00
Dan
77adaffb58 fixing some merge conflicts. 2021-05-14 14:52:22 -04:00
mike cullerton
2ff6814bd4 __init__.py cleanup
- moved routes to new `routes.py` file
- moved helper functions to new `pb_mock.py` file
2021-05-12 11:54:46 -04:00