cr-connect-workflow/crc/api
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 Adding file management. Files are stored in the database along with basic meta data. 2019-12-27 13:50:03 -05:00
common.py Standardizing the script tasks that can be executed on the server, adding tons of error messages for when things go wrong. All scripts must exist in side of the crc/scripts directory. 2020-03-03 13:52:45 -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
study.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
tools.py Adding a simple endpoint that describes what scripts are currently available, along with a brief description. 2020-03-03 15:30:42 -05:00
user.py Adds redirect URL to login handler 2020-02-24 16:59:16 -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