Skip to content

Commit

Permalink
Merge pull request #70 from kpunwatk/fixes
Browse files Browse the repository at this point in the history
[RFR] Story point fix
  • Loading branch information
stillalearner authored Mar 15, 2024
2 parents 2d5e0b8 + 7ebbca0 commit cdee7a9
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cypress/fixtures/json/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@
"name": "Eap8",
"apps": ["AdministracionEfectivo.ear", "bonita-xcmis-war-5.5.war", "bw-note-ear-4.0.0.ear"],
"targets": ["eap8"],
"storyPoints": [1411, 1606, 25],
"storyPoints": [1412, 1606, 25],
"incidents": [
{
"mandatory": 1397,
"mandatory": 1398,
"optional": 2,
"potential": 6,
"informational": 209,
"total": 1614
"total": 1615
},
{
"mandatory": 1183,
Expand Down Expand Up @@ -131,14 +131,14 @@
"advancedOptions": {
"options": ["Legacy reports"]
},
"storyPoints": [212, 183, 145],
"storyPoints": [226, 183, 148],
"incidents": [
{
"mandatory": 86,
"mandatory": 100,
"optional": 9,
"potential": 26,
"informational": 110,
"total": 231
"total": 245
},
{
"mandatory": 20,
Expand All @@ -150,9 +150,9 @@
{
"mandatory": 32,
"optional": 0,
"potential": 21,
"potential": 22,
"informational": 61,
"total": 114
"total": 115
}
]
},
Expand All @@ -168,14 +168,14 @@
"advancedOptions": {
"options": ["Legacy reports"]
},
"storyPoints": [295, 202, 164],
"storyPoints": [309, 202, 167],
"incidents": [
{
"mandatory": 88,
"mandatory": 102,
"optional": 9,
"potential": 108,
"informational": 110,
"total": 315
"total": 329
},
{
"mandatory": 20,
Expand All @@ -187,9 +187,9 @@
{
"mandatory": 32,
"optional": 0,
"potential": 40,
"potential": 41,
"informational": 61,
"total": 133
"total": 134
}
]
},
Expand Down

0 comments on commit cdee7a9

Please sign in to comment.