cr-connect-workflow/crc/api
Dan Funk 6cd4ef64d1 Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information.
Using the LDAP service for checking user details in development mode - even if you are using the back door.
Added a new Flask fucntion load-example-rrt-data that loads the rrt workflow, and not the CRC wrokflows.
Modified the "load-example-data" in the tests to use some test data, rather than loading up all the workflows[
in CRC each time, with a parameter to load crc data if that is required - which is enabled for just a handful of tests.
(Tests run in 1/4 the time now)
2020-05-25 12:29:05 -04: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
approval.py Fixing broken test 2020-05-24 01:22:14 -06:00
common.py Vastly more informative ApiError model that provides details on the underlying task where the error occured. 2020-03-27 08:29:31 -04:00
file.py stuff that might be broken. 2020-05-23 15:21:30 -04:00
study.py Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information. 2020-05-25 12:29:05 -04:00
tools.py On the tools/render_docx api, allow sending the json data in the body, rather than as a ludicrous long get parameter. Silly Dan. 2020-05-22 15:30:22 -04:00
user.py Fixing add_study api endpoint, so you can actually add a new "Study" with just some basic information. 2020-05-25 12:29:05 -04:00
workflow.py ldap lookup. 2020-05-19 16:11:43 -04:00