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

110 questionnaire updates #111

Merged
merged 2 commits into from
May 27, 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
20 changes: 19 additions & 1 deletion populate-scripts/insert-db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,25 @@ INSERT INTO tasks (id, from_platform, task_type, name, description, external_url
NULL,
"PSHARPLAB",
"QUESTIONNAIRE",
"Geriatric Depression Scale - Short Form",
"Modified: General Health Questionnaire",
"",
"",
'{}'
),
(
NULL,
"PSHARPLAB",
"QUESTIONNAIRE",
"Demographic and socioeconomic questionnaire",
"",
"",
'{}'
),
(
NULL,
"PSHARPLAB",
"QUESTIONNAIRE",
"Parkinson Clinical and Medication Questionnaire",
"",
"",
'{}'
Expand Down
4 changes: 2 additions & 2 deletions populate-scripts/update/11-demographics-questionnaire.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
UPDATE tasks set
from_platform = "PSHARPLAB",
task_type = "QUESTIONNAIRE",
name = "Demographics Questionnaire",
description = "Demographics questionnaire without SES questions",
name = "[ARCHIVED] Demographics Questionnaire",
description = "Demographics questionnaire without SES questions. This should no longer be used.",
external_url = "",
config = '{
"taskConfig": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
UPDATE tasks SET
from_platform = "PSHARPLAB",
task_type = "QUESTIONNAIRE",
name = "Demographics Questionnaire With SES",
description = "",
name = "[ARCHIVED] Demographics Questionnaire With SES",
description = "This should no logner be used.",
external_url = "",
config = '{
"taskConfig": {},
Expand Down
4 changes: 2 additions & 2 deletions populate-scripts/update/43-basic-background-questionnaire.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
UPDATE tasks SET
from_platform = "PSHARPLAB",
task_type = "QUESTIONNAIRE",
name = "Basic Background Questionnaire",
description = "Basic Background Questionnaire",
name = "[ARCHIVED] Basic Background Questionnaire",
description = "Basic Background Questionnaire. This should no longer be used.",
external_url = "",
config = '{
"taskConfig": {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
UPDATE tasks SET
from_platform = "PSHARPLAB",
task_type = "QUESTIONNAIRE",
name = "Parkinson's treatment Questionnaire",
description = "Parkinson's treatment Questionnaire",
name = "[ARCHIVED] Parkinson's treatment Questionnaire",
description = "Parkinson's treatment Questionnaire. This should no longer be used.",
external_url = "",
config = '{
"taskConfig": {},
Expand Down
4 changes: 2 additions & 2 deletions populate-scripts/update/45-general-health-questionnaire.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
UPDATE tasks SET
from_platform = "PSHARPLAB",
task_type = "QUESTIONNAIRE",
name = "General Health Questionnaire",
description = "General Health Questionnaire",
name = "[ARCHIVED] General Health Questionnaire",
description = "General Health Questionnaire. This should no longer be used.",
external_url = "",
config = '{
"taskConfig": {},
Expand Down
2 changes: 1 addition & 1 deletion populate-scripts/update/65-plt-version-2.sql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ UPDATE tasks SET
external_url = "",
config = '{
"taskConfig": {
"version": 1
"version": 2
},
"metadata": [
{
Expand Down
1,040 changes: 1,040 additions & 0 deletions populate-scripts/update/89-modified-general-health-questionnaire.sql

Large diffs are not rendered by default.

Loading
Loading