cr-connect-workflow/crc/models
Dan Funk d3ce1af1ce Provides some basic tools for getting additional information about a lookup field.
Adds an optional 'id' parameter to the lookup endpoint so you can find a specific entry in the lookup table.
Makes sure the data attribute returned on a lookup model is a dictionary, and not a string.
Fixes a previous bug that would crop up in double spaces were used when performing a search.
2020-06-30 10:00:22 -04:00
..
__init__.py Refactor models into seperate directories 2019-12-31 16:32:47 -05:00
api_models.py Continuing a major refactor. Some important points: 2020-06-17 17:11:15 -04:00
approval.py Allow setting the type of approvals you want back, by status. 2020-06-05 17:49:55 -04:00
email.py Email relies now on markdown content 2020-06-17 17:00:16 -06:00
file.py Provides some basic tools for getting additional information about a lookup field. 2020-06-30 10:00:22 -04:00
ldap.py Rendering proper content & organizing file structure for email tests 2020-06-17 16:09:38 -06:00
protocol_builder.py Updated the study status to use a different enumeration. Migration correctly handles modifying the enum. 2020-04-21 17:13:30 -04:00
stats.py Shifting to a different model, where the TaskEvents store ONLY the form data submitted for that task. 2020-06-19 08:22:53 -04:00
study.py Fixing broken test by using proper FileSchema 2020-05-31 22:00:52 -06:00
user.py Prevents non-admin users from editing each others' tasks. Fixes bug where test user uid was not being set from token. Moves complete form and get workflow API test utility methods into BaseTest. 2020-06-12 13:46:10 -04:00
workflow.py Ludicrously stupid launch in a refactor of the way all files work in the system at a time where I crave sleep and peace above all other things. 2020-05-28 20:03:50 -04:00