Skip to content

Commit

Permalink
Bump tangy-form to v4.45.4 to add scoring percent and denominator values
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Surface committed Jan 10, 2025
1 parent ae8c5fd commit ff92351
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
- `<section_name>_score_denominator`
- `<section_name>_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

Expand All @@ -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__

Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion online-survey-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ff92351

Please sign in to comment.