cr-connect-workflow/crc/services
Aaron Louie d0279a11e5 Fixes failing unit test 2020-07-15 17:44:46 -04:00
..
__init__.py
approval_service.py Tiny leftover 2020-07-07 08:38:33 -06:00
email_service.py Cleaning up old notes 2020-07-07 08:32:20 -06:00
file_service.py Merge branch 'dev' into feature/parallel_multiinstance_tasks 2020-06-25 23:20:38 -04:00
ldap_service.py
lookup_service.py It is not possible to use task_data for an auto-complete field. It's too expensive an operation to provide that feature on the backend, and the data already fully resides on the front end anyway. Task-data can be used to populate enum fields if needed, so it can populate dropdowns, radios and checkboxes, just not auto-complete. 2020-07-14 11:38:48 -04:00
mails.py Fixes local testing bug where working directory was sometimes wrong. 2020-06-29 16:41:42 -04:00
protocol_builder.py
study_service.py There may be multiple investigators of the same type that come back from the protocol builder, adding some tests and additional code to handle this, but still keep the list flat, currently appends a number to the investigator type when there is more than one. 2020-07-07 17:16:33 -04:00
workflow_processor.py Assure that any errors that occur during the do_engine_steps is correctly captured and returned to the end user or configurator with enough information for them to act on. 2020-07-15 11:16:35 -04:00
workflow_service.py Fixes failing unit test 2020-07-15 17:44:46 -04:00