cr-connect-workflow/crc/services
Dan Funk 971d9a58e9 As we now have an approval_service.py, I moved all the business logic into this service and out of the request_approval.py script. And moved all tests for these features into a test file for the service. Will make it easier to cross reference what is happening, as everything all happens in one file.
As many of the scripts need to know the workflow, and it's down in a weird parameter, moved this so it is passed in each time.
2020-05-24 16:13:15 -04:00
..
__init__.py Provide a script for generating word documents from template files. Refractored file managment into a service to make it easier to programatically add files. Modified the workflow_processor to inject the study_id and workflow_id into the running workflow so that this meta-information is avialable at the task level. 2020-02-10 16:19:23 -05:00
approval_service.py As we now have an approval_service.py, I moved all the business logic into this service and out of the request_approval.py script. And moved all tests for these features into a test file for the service. Will make it easier to cross reference what is happening, as everything all happens in one file. 2020-05-24 16:13:15 -04:00
file_service.py stuff that might be broken. 2020-05-23 15:21:30 -04:00
ldap_service.py dropping the remaining config stuff for flask_sso. 2020-05-22 09:50:18 -04:00
lookup_service.py Quick cleanup, adding a space 2020-05-19 16:23:20 -04:00
protocol_builder.py Allow disabling the Protocol Builder 2020-05-22 14:37:49 -04:00
study_service.py Merge branch 'feature/rrp-endpoints' into feature/disable_protocol_builder 2020-05-22 16:18:33 -04:00
workflow_processor.py As we now have an approval_service.py, I moved all the business logic into this service and out of the request_approval.py script. And moved all tests for these features into a test file for the service. Will make it easier to cross reference what is happening, as everything all happens in one file. 2020-05-24 16:13:15 -04:00
workflow_service.py Gets image ids from task data and Injects images into jinja docx 2020-05-19 21:51:54 -04:00