Dan
|
405c63aaef
|
Merge remote-tracking branch 'origin/chore/study-progress' into staging-500-error
|
2022-03-18 12:59:31 -04:00 |
|
Dan
|
b7489aea43
|
merging in PI Name changes from Alicia's #499 PR.
|
2022-03-18 12:30:20 -04:00 |
|
alicia pritchett
|
f4cade1b44
|
remove pi id
|
2022-03-18 11:58:39 -04:00 |
|
alicia pritchett
|
b6b28ed127
|
fix tests remove pi id
|
2022-03-18 11:56:56 -04:00 |
|
alicia pritchett
|
12a0e26ee1
|
Include the PI name on the study model
|
2022-03-18 11:03:06 -04:00 |
|
Dan
|
ef5aca4fe4
|
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 |
|
alicia pritchett
|
2ab96b16a0
|
Update the study model to include a progress (integer)
|
2022-03-17 17:20:42 -04:00 |
|
mike cullerton
|
890f849cf2
|
Only DATELASTMODIFIED can be empty, not DATECREATED
|
2022-03-17 15:54:21 -04:00 |
|
mike cullerton
|
db6f594ba9
|
Allow for missing data
|
2022-03-17 15:18:06 -04:00 |
|
mike cullerton
|
a578cf2498
|
Some studies don't have a DATELASTMODIFIED, so we use DATECREATED instead
|
2022-03-17 14:50:47 -04:00 |
|
alicia pritchett
|
5b7e71d42d
|
meta field for categories
|
2022-03-16 12:49:35 -04:00 |
|
alicia pritchett
|
37d92c6a5f
|
WIP ~ adding a category metadata object
|
2022-03-15 10:49:41 -04:00 |
|
Dan
|
dec63839f3
|
Merge remote-tracking branch 'origin/dev' into chore/log-changes-661
|
2022-03-12 16:19:23 -05:00 |
|
Dan
|
2fc4b44ef3
|
Create a path to directly download the spreadsheet file (and avoid the weird dance on the front end of making an API call to get file data.)
Fixing pagination. Seems the front end uses a page_index that is 0 based, and sqlAlchemy prefers to start at 1.
|
2022-03-12 16:19:07 -05:00 |
|
alicia pritchett
|
4f0b9e3c4f
|
Adds 2 new study progress statuses
|
2022-03-11 15:40:13 -05:00 |
|
mike cullerton
|
356a322e85
|
Merge branch 'dev' into chore/log-changes-661
|
2022-03-11 08:50:13 -05:00 |
|
mike cullerton
|
42f430673d
|
Add metrics to TaskLogLevels
|
2022-03-09 14:54:56 -05:00 |
|
mike cullerton
|
c2035b7b40
|
Add workflow_spec_id to task_log model. This is because workflows can be deleted, so workflow_id is not dependable.
Add workflow (display_name) and category (display_name) to TaskLogModelSchema. We display these to the user on study home page in the logs.
|
2022-03-08 16:45:19 -05:00 |
|
Dan Funk
|
eae0b5286e
|
Merge pull request #483 from sartography/chore/study-status-changes-653
Chore/study status changes #653
|
2022-03-07 14:20:05 -05:00 |
|
mike cullerton
|
3920444acf
|
*** WIP ***
Need to create a migration and some tests.
|
2022-03-02 15:26:21 -05:00 |
|
mike cullerton
|
cb65a7dc41
|
Add booleans for displaying push/merge buttons
*** WIP ***
Still need to add some tests for this.
Committing so we can work on the frontend
|
2022-03-02 12:03:08 -05:00 |
|
Dan
|
dde8873c9e
|
1. defer the loading of the bpmn_json when loading the workflow model. It can be stupidly larger. (see models/workflow.py)
2. Shave a little more time off the reset by not re-creating the whole WorkflowProcessor
cleaning up all the firsttime/sincetime statements.
|
2022-02-24 20:56:57 -05:00 |
|
alicia pritchett
|
a5acd9b07e
|
Merge branch 'dev' into chore/variables-in-forms-550
|
2022-02-17 15:04:41 -05:00 |
|
alicia pritchett
|
08c1571803
|
Remove value_expression
|
2022-02-17 12:16:15 -05:00 |
|
Dan
|
b72ecb8375
|
Another re-work to fix 619 - and to assure that we aren't rebuilding the lookup tables too frequently.
|
2022-02-17 11:59:48 -05:00 |
|
Dan
|
7a99859108
|
fixing some failing test
|
2022-02-11 11:00:42 -05:00 |
|
Dan
|
3993297360
|
minor fixes to the study api to get things working locally when we pull down a database from testing.
|
2022-02-10 18:19:57 -05:00 |
|
Dan
|
1e4ec6f395
|
fixes to the workflow spec schema, so we can load null things without stuff blowing up.
|
2022-02-10 16:53:15 -05:00 |
|
Dan
|
f12c4aba52
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
|
Dan
|
8e7c8c87c3
|
down to just 38 failed tests
|
2022-02-09 11:37:54 -05:00 |
|
alicia pritchett
|
148796d311
|
fixes add_category
|
2022-02-09 11:24:41 -05:00 |
|
mike cullerton
|
9576089e84
|
Reorder categories
|
2022-02-09 10:55:02 -05:00 |
|
Dan
|
cc915ac25a
|
refactoring the study service.
|
2022-02-09 08:50:00 -05:00 |
|
mike cullerton
|
420f50f44a
|
Defaults for WorkflowSpecInfo
|
2022-02-08 14:40:33 -05:00 |
|
Dan
|
6c0e38c0a5
|
Merge branch 'feature/spec_files_wthout_db' of github.com:sartography/cr-connect-workflow into feature/spec_files_wthout_db
|
2022-02-08 11:31:56 -05:00 |
|
Dan
|
dc040f190e
|
got one more test to work.
|
2022-02-08 11:30:13 -05:00 |
|
mike cullerton
|
3f856355e2
|
Merge branch 'git-integration-596' into feature/spec_files_wthout_db
# Conflicts:
# config/testing.py
# crc/services/lookup_service.py
|
2022-02-08 10:38:03 -05:00 |
|
alicia pritchett
|
df67572549
|
puts specs into categories
|
2022-02-07 16:27:45 -05:00 |
|
mike cullerton
|
80322b392f
|
Get category_name from fields
|
2022-02-07 16:09:51 -05:00 |
|
Dan
|
4b8d193fb9
|
a few more tests passing
|
2022-02-07 14:58:25 -05:00 |
|
Dan
|
abc17a8aff
|
load the workflow_spec_service from app to avoid frequent file scans.
|
2022-02-07 12:30:20 -05:00 |
|
Dan
|
1c384a78e9
|
the tests kind of try and run now ...
|
2022-02-07 12:18:32 -05:00 |
|
Dan
|
ed07907ee2
|
at least allow the tests to spin up, even if they all fail.
|
2022-02-07 11:00:19 -05:00 |
|
Dan
|
4ba122fff3
|
WIP - completely broken.
|
2022-02-07 09:12:11 -05:00 |
|
Dan
|
2383c7d76d
|
WIP - lots of random changes, trying to swtich over
|
2022-02-04 14:50:31 -05:00 |
|
Dan
|
6765afbd02
|
WIP - Move the categories and specifications out of the database.
|
2022-02-04 13:51:39 -05:00 |
|
Dan
|
4ec6e403f5
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
2. Reference Files and Spec Files are written to disk, they do not exist in the database at all.
|
2022-02-02 12:59:56 -05:00 |
|
mike cullerton
|
6f233a9b79
|
removed unused code
|
2022-02-02 12:51:14 -05:00 |
|
mike cullerton
|
2a0d71aab6
|
Status was removed from the model
|
2022-02-02 10:04:52 -05:00 |
|
mike cullerton
|
070c3cfd5d
|
*** WIP ***
New API endpoints, and associated methods.
Services for the new endpoints
Minimal test
|
2022-02-01 10:49:35 -05:00 |
|