cr-connect-workflow/crc/models
Dan Funk 697d930eab Modify the workflow processor to accept a workflow model - so it can take on more of the responsibilities of updating this model and managing versions.
Changing the version information so that it includes the numbers of the files used to generate the serialized workflow.
2020-03-05 13:25:28 -05:00
..
__init__.py Refactor models into seperate directories 2019-12-31 16:32:47 -05:00
api_models.py Adding the version of the specification used to create a workflow to the workflow api endpoint. Though the exact content of this version is likely to change. 2020-03-05 11:18:20 -05:00
file.py Improve version handling of files. Consolidate more of this logic in FileService. Place the version on the actual data model, not the file model, so the file model remains the same, and we just version the data associated with it. 2020-03-04 13:40:25 -05:00
protocol_builder.py Adds Protocol Builder models and schemas. Reorganizes and cleans up some files. 2020-02-27 09:54:46 -05:00
study.py Updates study model to better match Protocol Builder. Deletes all migrations and starts over, since Alembic has problems migrating changes to existing column constraints. 2020-02-28 11:14:30 -05:00
user.py Adds SSO header attributes 2020-02-20 15:43:29 -05:00
workflow.py Modify the workflow processor to accept a workflow model - so it can take on more of the responsibilities of updating this model and managing versions. 2020-03-05 13:25:28 -05:00