cr-connect-workflow/crc/services
Dan Funk d3ce1af1ce Provides some basic tools for getting additional information about a lookup field.
Adds an optional 'id' parameter to the lookup endpoint so you can find a specific entry in the lookup table.
Makes sure the data attribute returned on a lookup model is a dictionary, and not a string.
Fixes a previous bug that would crop up in double spaces were used when performing a search.
2020-06-30 10:00:22 -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 Proper error handling in csv/dumps for approvals 2020-06-27 13:59:04 -06:00
email_service.py Send emails from service 2020-06-25 16:18:42 -06:00
file_service.py Merge branch 'dev' into feature/parallel_multiinstance_tasks 2020-06-25 23:20:38 -04: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 Provides some basic tools for getting additional information about a lookup field. 2020-06-30 10:00:22 -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 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 Merge branch 'dev' into feature/parallel_multiinstance_tasks 2020-06-25 23:20:38 -04:00
workflow_service.py Gets mi_index out of Spiff task internal data 2020-06-28 11:35:35 -04:00