This website requires JavaScript.
Explore
Help
Sign In
sartography
/
cr-connect-workflow
Watch
1
Star
0
Fork
0
You've already forked cr-connect-workflow
mirror of
https://github.com/sartography/cr-connect-workflow.git
synced
2025-02-23 05:08:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
crc
/
services
History
Dan Funk
31982f81ae
Merge branch 'dev' into feature/documents_publishing
...
# Conflicts: # Pipfile.lock
2020-07-30 10:17:08 -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
Tiny leftover
2020-07-07 08:38:33 -06:00
email_service.py
Cleaning up old notes
2020-07-07 08:32:20 -06:00
file_service.py
Adding proper tests for files publishing
2020-07-17 16:59:25 -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
It is not possible to use task_data for an auto-complete field. It's too expensive an operation to provide that feature on the backend, and the data already fully resides on the front end anyway. Task-data can be used to populate enum fields if needed, so it can populate dropdowns, radios and checkboxes, just not auto-complete.
2020-07-14 11:38:48 -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
Whenever a workflow is loaded or updated, add events to the TaskEvent table with assignments for the next set of ready tasks, along with who should complete those tasks.
2020-07-14 22:16:44 -04:00
workflow_processor.py
Drop backwards compatibility of scripts. While this will cause some initial pain, it's less confusing and error prone, and we are still in the development phase of the project. Were this going straight to production we would likely want to keep this backwards compatibility.
2020-07-20 12:26:34 -04:00
workflow_service.py
Merge branch 'dev' into cr-connect-92-scripting-enhancements
2020-07-20 13:01:23 -04:00