cr-connect-workflow/crc
Dan Funk 971d9a58e9 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.
As many of the scripts need to know the workflow, and it's down in a weird parameter, moved this so it is passed in each time.
2020-05-24 16:13:15 -04:00
..
api Fixing broken test 2020-05-24 01:22:14 -06:00
models Making working endpoints for approvals 2020-05-23 23:53:48 -06:00
scripts 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
services 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
static Gets image ids from task data and Injects images into jinja docx 2020-05-19 21:51:54 -04:00
__init__.py clearing out the remaining references to the flask_sso library. 2020-05-22 08:01:33 -04:00
api.yml Fixing broken tests by making version parameter optional in get file data endpoint 2020-05-23 15:37:03 -06:00