Skip to content

Commit

Permalink
Merge pull request #38 from stillalearner/update_story_pts
Browse files Browse the repository at this point in the history
[RFR] updated correct story points
  • Loading branch information
stillalearner authored Apr 27, 2023
2 parents 3c38d36 + 810d564 commit c884750
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions cypress/fixtures/json/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"advancedOptions": {
"options": ["Legacy reports"]
},
"storyPoints": [78, 10, 44],
"storyPoints": [78, 10, 42],
"tags": [
[
["Transactions", "JTA"],
Expand Down Expand Up @@ -63,28 +63,28 @@
"advancedOptions": {
"options": ["Legacy reports"]
},
"storyPoints": [1409, 32, 25],
"storyPoints": [4560, 1924, 16],
"incidents": [
{
"mandatory": 1397,
"mandatory": 4558,
"optional": 2,
"potential": 4,
"informational": 70,
"total": 1473
"potential": 113,
"informational": 183,
"total": 4856
},
{
"mandatory": 24,
"optional": 2,
"potential": 4,
"informational": 52,
"total": 82
"mandatory": 1501,
"optional": 47,
"potential": 180,
"informational": 118,
"total": 1846
},
{
"mandatory": 9,
"mandatory": 19,
"optional": 0,
"potential": 1,
"informational": 16,
"total": 26
"informational": 23,
"total": 43
}
]
},
Expand All @@ -100,7 +100,7 @@
"advancedOptions": {
"options": ["Legacy reports"]
},
"storyPoints": [118, 24, 131],
"storyPoints": [118, 24, 24],
"incidents": [
{
"mandatory": 9,
Expand All @@ -119,9 +119,9 @@
{
"mandatory": 1,
"optional": 0,
"potential": 126,
"potential": 19,
"informational": 58,
"total": 185
"total": 78
}
]
},
Expand Down Expand Up @@ -174,7 +174,7 @@
"advancedOptions": {
"options": ["Legacy reports"]
},
"storyPoints": [215, 197, 266],
"storyPoints": [215, 197, 159],
"incidents": [
{
"mandatory": 7,
Expand All @@ -193,9 +193,9 @@
{
"mandatory": 26,
"optional": 0,
"potential": 147,
"potential": 40,
"informational": 58,
"total": 231
"total": 124
}
]
},
Expand Down

0 comments on commit c884750

Please sign in to comment.