cr-connect-workflow/crc/models
Kelly McDonald 0e1aa59fa1 Make a change to make sure that if there is a new file locally that is not present remotely when we pull from the remote, the new local file gets deleted.
Also: add several things to the requirements.txt that should have been there in the first place.
2020-12-08 13:42:01 -05:00
..
__init__.py Refactor models into seperate directories 2019-12-31 16:32:47 -05:00
api_models.py Validating that field properties are valid - they must exist as constants on the Task model. 2020-08-27 14:00:14 -04:00
approval.py Cleaning up old notes 2020-07-07 08:32:20 -06:00
data_store.py Add some tests 2020-11-17 09:33:29 -05:00
email.py Email relies now on markdown content 2020-06-17 17:00:16 -06:00
file.py I may have finally wrapped my head around full text search in python. Now properly using an index based on simple rather than english dictionary which has far fewer stop words and stemming processes and plays much better to the type ahead search we are trying to provide. 2020-08-13 18:13:41 -04:00
ldap.py Rendering proper content & organizing file structure for email tests 2020-06-17 16:09:38 -06:00
protocol_builder.py New study status update 2020-07-30 21:03:11 -06:00
study.py Some minor cleanup on the study status and automatic events. I wanted to avoid having one database model automatically generating other database models as a side effect. The study service now has full responsiblity to recording study events. 2020-08-17 14:56:00 -04:00
task_event.py Expanding the task events endpoint to accept workflow and study ids as additional filters. 2020-07-28 10:16:48 -04:00
user.py 1. Updating Personnel BPMN diagram to debug some issues. 2020-09-01 15:58:50 -04:00
workflow.py Make a change to make sure that if there is a new file locally that is not present remotely when we pull from the remote, the new local file gets deleted. 2020-12-08 13:42:01 -05:00