cr-connect-workflow/crc/api
mike cullerton 771019d9ca Clarify call to email service. We now use the words content and content_html 2021-10-13 12:05:08 -04:00
..
__init__.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
admin.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
common.py Add some additional checks in the workflow service so we assure the data we are creating during validation can be serialized and deserialized just as it would be through the API. (Was hanging us up on dates) 2021-10-04 15:07:47 -04:00
data_store.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
document.py Fixed Associate API Endpoint description 2021-07-22 14:09:24 -04:00
file.py Adds a POST for reference file. and a cool test 2021-10-12 14:29:15 -04:00
study.py Removing the execution flag Nile keeps adding to files. 2021-08-17 09:50:57 -04:00
tools.py Clarify call to email service. We now use the words content and content_html 2021-10-13 12:05:08 -04:00
user.py Refactor of the way we store and return details about users - All the details about a user, or individual associated with a study is returned within in an Ldap model. I've removed duplication between these models. This required some cleanup of the tests, and a migration that will drop the user details. 2021-09-22 13:16:25 -04:00
workflow.py Fixing multiple issues that came out of Study Info, as we debugged issue #474 related to navigating back to a previous task. 2021-10-06 12:17:57 -04:00
workflow_sync.py Fixes for backend code after removing `name` column from `workflow_spec` and `workflow_spec_category` tables 2021-10-05 14:17:41 -04:00