cr-connect-workflow/crc/models
mike cullerton 43f7152d41 static method issue 2024-11-13 11:34:43 -05:00
..
__init__.py Refactor models into seperate directories 2019-12-31 16:32:47 -05:00
api_models.py include workflow.user_id in the WorkflowApi Model 2022-12-01 12:24:08 -05:00
data_store.py DocumentModel => FileModel 2022-04-19 15:10:05 -04:00
email.py Store doc_code information for email message attachments 2022-06-15 15:15:40 -04:00
file.py Added eml and msg file types and associated content types. 2024-01-29 02:20:56 -05:00
git_models.py Fix bug where we tried to add files to the index that were removed from the repo 2022-03-29 09:49:05 -04:00
ldap.py Switching from using "default" to "server_default" for all default time settings, and running migrations so that this is set at the database level rather than in python, to hopefully correct some issues with dates being 4 hours in the future. Having a very hard time replicating this issue locally. 2021-05-14 12:28:50 -04:00
nav_item.py Paginator arguments changed slightly in latest releases of SQLAlchemy 2022-10-07 14:58:08 -04:00
protocol_builder.py ReviewType now comes back with the user studies, so we don't need to make an additional query to get it. 2022-03-18 09:59:10 -04:00
study.py Removed total_tasks and completed_tasks - as they are no longer used by the front end, and were dubious as hell to begin with. 2022-07-20 12:10:23 -04:00
task_event.py "Reset" should not mean "re-start". Calling the reset_workflow script will now set the workflow to an "unstarted" state with no outstanding tasks, no json-state structure stored. The workflow is not yet running. 2022-04-15 15:36:23 -04:00
task_log.py Trying to resolve an error with the task log. 2023-06-07 15:29:41 -04:00
user.py static method issue 2024-11-13 11:34:43 -05:00
workflow.py Removed total_tasks and completed_tasks - as they are no longer used by the front end, and were dubious as hell to begin with. 2022-07-20 12:10:23 -04:00