Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

106 add french to pd percep #107

Merged
merged 2 commits into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions populate-scripts/initial-populate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -752,4 +752,44 @@ VALUES
"",
"",
'{}'
),
-- JH Bandit Task
(
85,
"PAVLOVIA",
"EXPERIMENTAL",
"JH Bandit Task",
"",
"",
'{}'
),
-- PD Percep Questionnaire
(
86,
"PSHARPLAB",
"QUESTIONNAIRE",
"PD Percep Questionnaire",
"",
"",
'{}'
),
-- Parkinsons Anxiety Scale
(
87,
"PSHARPLAB",
"QUESTIONNAIRE",
"Parkinson Anxiety Scale",
"",
"",
'{}'
),
-- Geriatric Depression Scale - Short Form
(
88,
"PSHARPLAB",
"QUESTIONNAIRE",
"Geriatric Depression Scale - Short Form",
"",
"",
'{}'
);
16 changes: 11 additions & 5 deletions populate-scripts/insert-db.sql
Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
-- File used to insert new tasks into the DB

INSERT INTO tasks (id, from_platform, task_type, name, description, external_url, config) VALUES
-- (
-- NULL,
-- "PSHARPLAB",
-- "QUESTIONNAIRE",
-- "Parkinson Anxiety Scale (PAS)",
-- "",
-- "",
-- '{}'
-- ),
(
NULL,
"PSHARPLAB",
"QUESTIONNAIRE",
"PD-Percep Questionnaire",
"Geriatric Depression Scale - Short Form",
"",
"",
'{
"taskConfig": {},
"metadata": []
}'
'{}'
);
Loading
Loading