From 265f47c0115a2e03d9544ee7c1ff865d1386139f Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Wed, 3 Apr 2024 21:44:51 +0000 Subject: [PATCH] hard-coded isVis for pre --- .github/workflows/build_deploy.yaml | 2 +- config.env | 2 +- nimh_minimal/nimh_minimal_schema | 14 +++++++------- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_deploy.yaml b/.github/workflows/build_deploy.yaml index e47c6c7..29862c0 100644 --- a/.github/workflows/build_deploy.yaml +++ b/.github/workflows/build_deploy.yaml @@ -61,7 +61,7 @@ jobs: - name: Build and prepare UI run: | - curl -O -sSL https://github.com/aaronkanzer/reproschema-ui/archive/${LATEST_COMMIT_HASH}.zip + curl -O -sSL https://github.com/ReproNim/reproschema-ui/archive/${LATEST_COMMIT_HASH}.zip unzip ${LATEST_COMMIT_HASH}.zip mv reproschema-ui-* ui cd ui diff --git a/config.env b/config.env index 87d5e88..67c91c7 100644 --- a/config.env +++ b/config.env @@ -1 +1 @@ -REPROSCHEMA_UI_CHECKSUM=7d0535db213ee12b1e512d5486b6c6986c550697 +REPROSCHEMA_UI_CHECKSUM=2129a41e2238066f5c32bb076ee00e382398cc39 diff --git a/nimh_minimal/nimh_minimal_schema b/nimh_minimal/nimh_minimal_schema index 2b4a6e0..2498397 100644 --- a/nimh_minimal/nimh_minimal_schema +++ b/nimh_minimal/nimh_minimal_schema @@ -32,7 +32,7 @@ "prefLabel": { "en": "DSM5 Adult" }, - "isVis": "demo_schema:interview_age >= 200" + "isVis": true }, { "variableName": "WHODAS12_schema", @@ -40,7 +40,7 @@ "prefLabel": { "en": "WHODAS12" }, - "isVis": "demo_schema:interview_age >= 200" + "isVis": true }, { "variableName": "PHQ9_schema", @@ -48,7 +48,7 @@ "prefLabel": { "en": "PHQ9" }, - "isVis": "demo_schema:interview_age >= 200" + "isVis": true }, { "variableName": "GAD7_schema", @@ -56,7 +56,7 @@ "prefLabel": { "en": "GAD7" }, - "isVis": "demo_schema:interview_age >= 200" + "isVis": true }, { "isAbout": "activity_path:dsm_5_parent_guardian_rated_level_1_crosscutting_s/dsm_5_parent_guardian_rated_level_1_crosscutting_s_schema", @@ -64,7 +64,7 @@ "prefLabel": { "en": "DSM5 Parent" }, - "isVis": "demo_schema:interview_age < 200" + "isVis": false }, { "isAbout": "activity_path:DSM-5_Y/DSM5_crosscutting_youth_schema", @@ -72,7 +72,7 @@ "prefLabel": { "en": "DSM5 Youth" }, - "isVis": "demo_schema:interview_age < 200" + "isVis": false }, { "isAbout": "activity_path:RCADS-25/RCADS-25_schema", @@ -80,7 +80,7 @@ "prefLabel": { "en": "RCADS-25" }, - "isVis": "demo_schema:interview_age < 200" + "isVis": false }, { "isAbout": "activity_path:ThankYou/ThankYou_schema",