cr-connect-workflow/crc/services
Dan Funk ccbf374b40 Loads of bug fixes.
Modifed the request_approval to take a list of arguments, which works better for us... today.
UpdateStudy correctly handles validation.
WorkflowService correctly populates random values from lookup tables.
And several fixes down in Spiffworkflow, including a big bug where only the last item in a decision table made it through.
2020-05-26 20:06:50 -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 Improved LDAP searches, allow filtering on last name as well as uva id. 2020-05-25 16:00:36 -04:00
lookup_service.py Quick cleanup, adding a space 2020-05-19 16:23:20 -04:00
protocol_builder.py Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information. 2020-05-25 12:29:05 -04:00
study_service.py Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information. 2020-05-25 12:29:05 -04:00
workflow_processor.py Adding an "UpdateStudy" task that is able to update the data on the study model, useful for setting core data points on the model, such as setting the Primary Investigator, or altering the Study Title. 2020-05-25 15:30:06 -04:00
workflow_service.py Loads of bug fixes. 2020-05-26 20:06:50 -04:00