Created
December 18, 2018 22:10
-
-
Save kkestell/37d833e5bead679b5902610e57fdaadf 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
{ | |
projects: [ | |
{ | |
name: "Origin Meals", | |
start_date: "2019-01-01", | |
end_date: "2019-10-01", | |
people: [ | |
{ | |
name: "Casey Jacobson", | |
avatar_url: "https://example.com/avatar.jpg", | |
roles: [ | |
"Developer" | |
] | |
} | |
], | |
sprints: [ | |
{ | |
sprint_number: 12, | |
start_date: "2019-04-01", | |
end_date: "2019-04-14", | |
issues: [ | |
{ | |
issue_number: "OM-123", | |
story_points: 3, | |
summary: "Do something with a thing", | |
status: "Closed" | |
} | |
] | |
} | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment