Created
October 29, 2021 00:50
-
-
Save renatomarinho/012a71a1662bc382c160e2433228d56c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"id": 1481, | |
"title": "Must have", | |
"description": "features that must be included before the product can be launched. It is good to have clarity on this before a project begins, as this is the minimum scope for the product to be useful.", | |
"slug": "must-have", | |
"type": "user_stories", | |
"color": "#ED1B35", | |
"position": 0, | |
"default": false | |
}, | |
{ | |
"id": 1482, | |
"title": "Should have", | |
"description": "features that are not critical to launch, but are considered to be important and of a high value to the user.", | |
"slug": "should-have", | |
"type": "user_stories", | |
"color": "#F58631", | |
"position": 1, | |
"default": false | |
}, | |
{ | |
"id": 1483, | |
"title": "Could have", | |
"description": "features that are nice to have and could potentially be included without incurring too much effort or cost. These will be the first features to be removed from scope if the project’s timescales are later at risk.", | |
"slug": "could-have", | |
"type": "user_stories", | |
"color": "#8E479C", | |
"position": 2, | |
"default": false | |
}, | |
{ | |
"id": 1484, | |
"title": "Won’t have", | |
"description": "features that have been reqeusted but are explicitly excluded from scope for the planned duration, and may be included in a future phase of development.", | |
"slug": "wont-have", | |
"type": "user_stories", | |
"color": "#A1A2A3", | |
"position": 3, | |
"default": false | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment