Skip to content

Instantly share code, notes, and snippets.

@brendalong
Created June 2, 2017 14:28
Show Gist options
  • Save brendalong/e5c8e934f3f3304d9470f34c8c71e689 to your computer and use it in GitHub Desktop.
Save brendalong/e5c8e934f3f3304d9470f34c8c71e689 to your computer and use it in GitHub Desktop.
{
"items": [
{
"task": "mow the lawn",
"isCompleted": false,
"dueDate": "12/5/17",
"assignedTo": "Greg",
"location": "Joe's house",
"urgency": "low",
"dependencies": "sunshine, clippers, hat, water, headphones"
},
{
"task": "review exercises",
"isCompleted": false,
"dueDate": "12/5/15",
"assignedTo": "Matt",
"location": "NSS",
"urgency": "high",
"dependencies": "wifi, tissues, vodka"
},
{
"task": "take a nap",
"isCompleted": false,
"dueDate": "6/21/17",
"assignedTo": "Hanna",
"location": "Porch of lakefront cabin",
"urgency": "medium",
"dependencies": "hammock, silence"
}
]
}
@brendalong
Copy link
Author

starting data

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment