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-22 20:58:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
crc
/
services
History
Aaron Louie
796c109611
Adds approvals to study service
2020-04-23 14:40:05 -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
file_service.py
Create lookup tables for XSL files referenced in workflows so we can do full text searches and populate lists on the fly quickly.
2020-04-22 15:37:02 -04:00
ldap_service.py
fixing a bunch of stupid mistakes because I am tried.
2020-04-20 20:28:12 -04:00
protocol_builder.py
Marshmallow isn't the right tool when dealing with large models with lots of null values. Rather than fight the process of mamaging the Study Details, I'm letting that fall through, and we can test on an individual value or maybe set up a constants array when that becomes meaningful.
2020-04-03 16:24:38 -04:00
study_service.py
Adds approvals to study service
2020-04-23 14:40:05 -04:00
workflow_processor.py
Don't just bomb out as soon as someone types an empty string.
2020-04-23 09:44:11 -04:00
workflow_service.py
better overall search results for type ahead. Still dealing with stop words failing.
2020-04-23 12:05:08 -04:00