26 lines
556 B
JSON
26 lines
556 B
JSON
{
|
|
"last_item_id": 3,
|
|
"epics": {
|
|
"1": {
|
|
"name": "Epic - Project 1",
|
|
"description": "This is Project 1 for the Bootcamp",
|
|
"status": "InProgress",
|
|
"stories": [
|
|
2,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"stories": {
|
|
"2": {
|
|
"name": "Story - Project 1 Solution",
|
|
"description": "Please provide full implement for Project 1",
|
|
"status": "Closed"
|
|
},
|
|
"3": {
|
|
"name": "Story - Project 1 README",
|
|
"description": "Please create README file for Project 1",
|
|
"status": "InProgress"
|
|
}
|
|
}
|
|
} |