cr-connect-workflow/crc/services
Carlos Lopez 44995e3813 Merge branch 'feature/emails-enhancement' of github.com:sartography/cr-connect-workflow into feature/emails-enhancement 2020-06-25 14:37:04 -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 Slight refactor on data passed to template rendering 2020-06-24 22:43:44 -06:00
email_service.py Email relies now on markdown content 2020-06-17 17:00:16 -06:00
file_service.py Storing emails in database 2020-06-09 22:57:56 -06:00
ldap_service.py Uses mock LDAP if LDAP_URL environment variable is 'mock' 2020-06-16 21:43:20 -04:00
lookup_service.py Trying to fix LDAP issues on production. Changing LDAP to static only methods, caching the connection and calling bind before all connection requests. 2020-06-04 14:59:36 -04:00
mails.py Feedback from PR addressed 2020-06-24 22:23:31 -06:00
protocol_builder.py adding an additional error check for invalid json returned from the Protocol builder. 2020-06-15 12:26:53 -04:00
study_service.py Merge branch 'rrt/dev' into feature/emails-enhancement 2020-06-17 20:10:11 -06:00
workflow_processor.py Splitting commands properly without losing double quoted strings 2020-06-25 12:01:24 -06:00
workflow_service.py Merge branch 'rrt/dev' into feature/emails-enhancement 2020-06-24 21:46:53 -06:00