cr-connect-workflow/crc
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
..
api 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
models 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
scripts As we now have an approval_service.py, I moved all the business logic into this service and out of the request_approval.py script. And moved all tests for these features into a test file for the service. Will make it easier to cross reference what is happening, as everything all happens in one file. 2020-05-24 16:13:15 -04:00
services 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
static 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
__init__.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
api.yml Fixing broken tests by making version parameter optional in get file data endpoint 2020-05-23 15:37:03 -06:00