Skip to content

Commit

Permalink
feat: added GDS and french translations
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoalee committed Mar 18, 2024
1 parent 852b0f4 commit 7ae52ea
Show file tree
Hide file tree
Showing 4 changed files with 859 additions and 382 deletions.
10 changes: 10 additions & 0 deletions populate-scripts/initial-populate.sql
Original file line number Diff line number Diff line change
Expand Up @@ -782,4 +782,14 @@ VALUES
"",
"",
'{}'
),
-- Geriatric Depression Scale - Short Form
(
88,
"PSHARPLAB",
"QUESTIONNAIRE",
"Geriatric Depression Scale - Short Form",
"",
"",
'{}'
);
11 changes: 10 additions & 1 deletion populate-scripts/insert-db.sql
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
-- 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",
"Parkinson Anxiety Scale (PAS)",
"Geriatric Depression Scale - Short Form",
"",
"",
'{}'
Expand Down
Loading

0 comments on commit 7ae52ea

Please sign in to comment.