cr-connect-workflow/migrations
Dan Funk d85ca1ce51 Whenever a workflow is loaded or updated, add events to the TaskEvent table with assignments for the next set of ready tasks, along with who should complete those tasks.
Add the lane information to the Task model.
Drop the foreign key constraint on the user_uid in the task log, as we might create tasks for users before they ever log into the system.
Add a new endpoint to the API called task events.  It should be possible to query this and get a list of all tasks that need a users attention.
The task events returned include detailed information about the workflow and study as sub-models
Rename all the actions in event log to things that are easier to pass over the api as arguments, make this backwards compatible, updating existing names in the database via the migration.
Throughly test the navigation and task details as control of the workflow is passed between two lanes.
2020-07-14 22:16:44 -04:00
..
versions Whenever a workflow is loaded or updated, add events to the TaskEvent table with assignments for the next set of ready tasks, along with who should complete those tasks. 2020-07-14 22:16:44 -04:00
README Lots and lots of random stuff as I organize code and get things to make sense. 2019-12-18 14:02:17 -05:00
alembic.ini Lots and lots of random stuff as I organize code and get things to make sense. 2019-12-18 14:02:17 -05:00
env.py Lots and lots of random stuff as I organize code and get things to make sense. 2019-12-18 14:02:17 -05:00
script.py.mako Lots and lots of random stuff as I organize code and get things to make sense. 2019-12-18 14:02:17 -05:00

README

Generic single-database configuration.