cr-connect-workflow/crc/models
Dan Funk 1a9b5b50e5 Merge branch 'master' of github.com:sartography/cr-connect-workflow 2020-02-18 16:39:11 -05:00
..
__init__.py Refactor models into seperate directories 2019-12-31 16:32:47 -05:00
file.py Adds default_value to Task schema 2020-02-18 10:14:03 -05:00
study.py Adds endpoints for creating and updating a Study. 2020-01-03 11:44:24 -05:00
user.py Adding support to handle Single Sign On (Shibboleth) authentication using Flask SSO and an attribute map that has worked in the past with UVA's implementation. Aside from the new user endpoint, nothing requires authentication, but soon everything will expect it. I'm setting up a backdoor we can use for development and staging that will cause a round-robin affair that should make this relatively painless. Dropped "RestException" as we had two ways or raising errors, and that was silly. 2020-02-18 16:38:56 -05:00
workflow.py Adds default_value to Task schema 2020-02-18 10:14:03 -05:00