cr-connect-workflow/crc/models
mike cullerton dcb06f3753 Schema for returning email model 2021-10-13 11:42:01 -04:00
..
__init__.py Refactor models into seperate directories 2019-12-31 16:32:47 -05:00
api_models.py Assure that the field type provided is supported. Catches errors such as adding a custom field type of 'text_area' rather than "textarea" 2021-09-29 11:43:08 -04:00
data_store.py Model changes and revision file for task_spec column to file and data_store models 2021-08-26 10:36:10 -04:00
email.py Schema for returning email model 2021-10-13 11:42:01 -04:00
file.py Another try at getting the url correct. This paired with an additional setting on the server maybe. 2021-10-01 14:25:00 -04:00
ldap.py Switching from using "default" to "server_default" for all default time settings, and running migrations so that this is set at the database level rather than in python, to hopefully correct some issues with dates being 4 hours in the future. Having a very hard time replicating this issue locally. 2021-05-14 12:28:50 -04:00
protocol_builder.py Remove HSR Number from models 2021-08-16 12:50:09 -04:00
study.py Added workflow_spec_id to WorkflowMetadata model, because the id is the workflow id, not the workflow_spec id. 2021-10-07 10:02:13 -04:00
task_event.py Merge branch 'dev' into 310-task-event-timezone 2021-05-04 11:21:36 -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 Fixes for backend code after removing `name` column from `workflow_spec` and `workflow_spec_category` tables 2021-10-05 14:17:41 -04:00