Dan Funk
|
1d24ebe382
|
Provide a script for generating word documents from template files. Refractored file managment into a service to make it easier to programatically add files. Modified the workflow_processor to inject the study_id and workflow_id into the running workflow so that this meta-information is avialable at the task level.
|
2020-02-10 16:19:23 -05:00 |
Aaron Louie
|
5a6d589e6d
|
Adds form_field_key to API
|
2020-02-05 15:06:19 -05:00 |
Aaron Louie
|
e1e866a2b3
|
Gets docker-compose working.
You'll need to add a .env file to the same directory as the docker-compose.yml file that sets the values for DB_USER and DB_PASS.
|
2020-02-04 21:42:09 -05:00 |
Dan Funk
|
b1a81957ef
|
Merge branch 'feature/update-task-data' of github.com:sartography/cr-connect-workflow into feature/update-task-data
|
2020-02-04 15:45:05 -05:00 |
Dan Funk
|
9e6fbfee79
|
Followup on Postgres - had some failing tests that needed cleaning up now that we are using a real database.
|
2020-02-04 15:44:06 -05:00 |
Aaron Louie
|
3ee0426ba9
|
Adds workflow_id to file endpoints.
|
2020-02-04 14:26:53 -05:00 |
Aaron Louie
|
098ecb3e87
|
Wipes out old migrations, since changing foreign key constraints in SQLite requires a full database reset anyways.
|
2020-02-04 09:57:02 -05:00 |
Aaron Louie
|
0368657549
|
Adds ability to get FileModel records by study and task
|
2020-02-03 21:56:18 -05:00 |
Aaron Louie
|
a0e60ddd77
|
Renames endpoint methods for clarity. Adds endpoint for just updating file info.
|
2020-01-31 10:39:19 -05:00 |
Aaron Louie
|
a3b6e4fc7f
|
Fixes import paths
|
2020-01-24 11:52:52 -05:00 |
Aaron Louie
|
50dfa561a9
|
Fixes import paths, which were screwing up stuff.
|
2020-01-24 09:29:50 -05:00 |
Aaron Louie
|
91e33a1768
|
Deletes associated file_data records when deleting a file.
|
2020-01-23 12:17:58 -05:00 |
Aaron Louie
|
fe15799ee1
|
Adds type hinting to db and session to fix Pycharm autocomplete. Replaces db.session with session.
|
2020-01-14 11:45:12 -05:00 |
Aaron Louie
|
e75da611ca
|
Adds endpoints for creating and updating a Study.
|
2020-01-03 11:44:24 -05:00 |
Dan Funk
|
c4cbaeb64e
|
Refactor models into seperate directories
|
2019-12-31 16:32:47 -05:00 |
Dan Funk
|
9a195bedad
|
Fixing some caching issues and places where the updates were not being processed completed. And updates to the docker file.
|
2019-12-31 11:31:30 -05:00 |
Dan Funk
|
0b71833946
|
Adding file management. Files are stored in the database along with basic meta data.
|
2019-12-27 13:50:03 -05:00 |