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 21:28:32 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cr-connect-workflow
/
crc
/
services
History
Dan Funk
98fb305868
Run the validation process twice, each time it is requested, first populating everything, and then a second time
...
using on the required form fields.
2020-05-30 18:43:20 -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
Ludicrously stupid launch in a refactor of the way all files work in the system at a time where I crave sleep and peace above all other things.
2020-05-28 20:03:50 -04:00
file_service.py
Fill out repeating sections during validation process.
2020-05-30 15:37:04 -04:00
ldap_service.py
Better ldap searching.
2020-05-29 15:17:51 -04:00
lookup_service.py
Faster lookup fields. We were parsing the spec each time to get details about how to search. We're just grabbing the workflow id and task id now and building that straight into the full text search index for faster lookups. Should be peppy.
2020-05-29 01:39:39 -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
Run the validation process twice, each time it is requested, first populating everything, and then a second time
2020-05-30 18:43:20 -04:00
workflow_processor.py
re-working the way the redirects function, so we pass arguments as a get parameter. Just trying to get rid of the weird lag on production.
2020-05-29 04:42:48 -04:00
workflow_service.py
Run the validation twice, once completing all of the data, and a second time, completing only the required fields.
2020-05-30 17:26:27 -04:00