cr-connect-workflow/crc
mike cullerton c05b879dd4 We want to modify the master workflow so that it returns both a status, and a message explaining the status for each workflow.
I.e., from status = {'ids_full_submission': 'required',
                              'enter_core_info': 'disabled',
                              ...}
       to     status = {'ids_full_submission': {'status': 'required', 'message': 'required because...'},
                              'enter_core_info': {'status': 'disabled', 'message': 'disabled because...'},
                              ...}

Modified study_service.__update_status_of_workflow_meta to accommodate this change.
2021-03-16 12:09:42 -04:00
..
api Merge pull request #264 from sartography/bug/243_complete_all 2021-03-14 12:34:55 -04:00
models Don't raise errors on non-ready tasks that calculate a title, the information may not be avaiable yet. 2021-03-12 15:40:23 -05:00
scripts Lots of changes! 2021-03-11 11:32:21 -05:00
services We want to modify the master workflow so that it returns both a status, and a message explaining the status for each workflow. 2021-03-16 12:09:42 -04:00
static Removed the test and templates from the unused mails service. 2021-03-11 11:34:24 -05:00
templates Changes for ticket 215 - Change email header and footer to say CR Connect 2021-02-23 12:13:21 -05:00
__init__.py Fixing a bug that prevented proper evaluation of a enum field where the default value was null or empty. 2021-03-08 14:00:03 -05:00
api.yml Merge pull request #264 from sartography/bug/243_complete_all 2021-03-14 12:34:55 -04:00