From ff923514abd8e3a520b3f195280493c388a80d73 Mon Sep 17 00:00:00 2001 From: Erik Surface Date: Fri, 10 Jan 2025 11:09:21 -0500 Subject: [PATCH] Bump tangy-form to v4.45.4 to add scoring percent and denominator values --- CHANGELOG.md | 11 ++++++----- client/package.json | 2 +- editor/package.json | 4 ++-- online-survey-app/package.json | 2 +- 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c819d3c3f..71d933352 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,11 +11,11 @@ See the [Custom Dashboard Example](docs/editor/custom-dashboard.md) for instruct - Scoring: Add scoring percent and denominator values When Tangerine form scoring is turned on, each section will now output the score, percent, and denominator values. The values will be output in csv and mysql data as: - - `sectionName_score` - - `sectionName_percent` - - `sectionName_denominator` +- `_score_denominator` +- `_score_percent` -For existing projects who want this functionality, there are scripts availabel to add the values to already uploaded data. +Projects who want this functionality to run on existing uploads can use a Tangerine Wedge script: +[Add Scoring Percent and Denominator](https://github.com/ICTatRTI/couchdb-subscribe-and-action-example/tree/unicef-bangla-section-score-count-and-percent) - Add server scripts: New server administration scripts @@ -24,7 +24,8 @@ __Fixes__ - Run 'npm install' during APK and PWA builds to ensure installation of dependencies and build for custom code __Libs and Dependencies__ -- NA +- Bump tangy-form to v4.45.4 to add scoring percent and denominator values +- Bump tangy-form-editor to v7.18.1 __Server upgrade instructions__ diff --git a/client/package.json b/client/package.json index bdc757feb..35ebc9b45 100644 --- a/client/package.json +++ b/client/package.json @@ -75,7 +75,7 @@ "rxjs-compat": "^6.5.5", "sanitize-filename-ts": "^1.0.2", "spark-md5": "^3.0.2", - "tangy-form": "^4.45.4", + "tangy-form": "^4.46.0", "translation-web-component": "1.1.1", "tslib": "^1.10.0", "underscore": "^1.9.1", diff --git a/editor/package.json b/editor/package.json index 7f640c5be..837aa2644 100644 --- a/editor/package.json +++ b/editor/package.json @@ -49,8 +49,8 @@ "redux": "^4.0.5", "rxjs": "~6.5.5", "rxjs-compat": "^6.5.5", - "tangy-form": "^4.45.4", - "tangy-form-editor": "7.18.0", + "tangy-form": "^4.46.0", + "tangy-form-editor": "7.18.1", "translation-web-component": "0.0.3", "tslib": "^1.11.2", "ua-parser-js": "^0.7.24", diff --git a/online-survey-app/package.json b/online-survey-app/package.json index 4462c7205..39fa94a3c 100644 --- a/online-survey-app/package.json +++ b/online-survey-app/package.json @@ -25,7 +25,7 @@ "material-design-icons-iconfont": "^6.1.0", "redux": "^4.0.5", "rxjs": "~6.6.0", - "tangy-form": "^4.45.4", + "tangy-form": "^4.46.0", "translation-web-component": "^1.1.0", "tslib": "^2.0.0", "zone.js": "~0.10.2"