Take in account abnormalityScore to calculate category score

This commit is contained in:
Gaël Métais
2014-12-22 23:11:25 +01:00
parent c994638168
commit c8ba9ef99a
3 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
{
"globalScore": 69,
"globalScore": 57,
"categories": {
"category1": {
"label": "Category 1",
"categoryScore": 87,
"categoryScore": 83,
"rules": [
"metric1",
"metric2",
@@ -13,7 +13,7 @@
},
"category2": {
"label": "Category 2",
"categoryScore": 31,
"categoryScore": 0,
"rules": [
"metric5",
"metric6",