cr-connect-workflow/crc/services
Carlos Lopez 8c36d9f367 Email calls outline 2020-06-04 11:43:10 -06: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 Email calls outline 2020-06-04 11:43:10 -06:00
file_service.py This adds additional file data details to the study model as well. 2020-05-31 21:15:40 -04:00
ldap_service.py For the main approval endpoints - we now group the approvals by study. So you get one record back for each study, but it may have other approvals along with it as "related_approvals". 2020-06-02 18:17:00 -04:00
lookup_service.py For the main approval endpoints - we now group the approvals by study. So you get one record back for each study, but it may have other approvals along with it as "related_approvals". 2020-06-02 18:17:00 -04:00
mails.py Mails for approval process 2020-06-04 00:35:59 -06:00
protocol_builder.py Order search results by relevancy in the lookup service. 2020-05-27 09:47:44 -04:00
study_service.py For the main approval endpoints - we now group the approvals by study. So you get one record back for each study, but it may have other approvals along with it as "related_approvals". 2020-06-02 18:17:00 -04:00
workflow_processor.py Kelly wrote a beautiful method for resetting the workflow that doesn't loose data when reset inside a parallel task, all I needed to do was use it. 2020-05-31 13:48:00 -04:00
workflow_service.py For the main approval endpoints - we now group the approvals by study. So you get one record back for each study, but it may have other approvals along with it as "related_approvals". 2020-06-02 18:17:00 -04:00