cr-connect-workflow/crc/services
Aaron Louie 97cdbfce94 Deletes extra line break 2020-05-27 23:48:48 -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 Deletes extra line break 2020-05-27 23:48:48 -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 Lookup Service now raises exact matches to the top. Very hackish, but it works. 2020-05-27 14:36:10 -04:00
protocol_builder.py Order search results by relevancy in the lookup service. 2020-05-27 09:47:44 -04:00
study_service.py Trying hard to figure out why the DCOS servers think the protocol builder is enabled. 2020-05-26 23:18:14 -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