Skip to content

Instantly share code, notes, and snippets.

@adityacs
Last active December 12, 2018 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adityacs/3e095187b43bf27466e2cc4acbec360e to your computer and use it in GitHub Desktop.
Save adityacs/3e095187b43bf27466e2cc4acbec360e to your computer and use it in GitHub Desktop.
{
"_id" : ObjectId("5c109c596f3e51a8b19a6455"),
"taskid" : 3456,
"section" : "testing",
"author" : "Jefferey Dunn's",
"documents" : [
{
"name" : "Moving From Manual to Automated Testing at a Small Company",
"status" : "incomplete"
},
{
"name" : "Things You Need to Know About API Testing",
"status" : "incomplete"
},
{
"name" : "All Things You Need To Know About Exhaustive Testing ",
"status" : "completed"
}
]
}
{
"_id" : ObjectId("5c109c6a6f3e51a8b19a6456"),
"taskid" : 4568,
"section" : "devops",
"author" : "Jefferey Dunn's",
"documents" : [
{
"name" : "Improving Your Regression Testing Projects Through Automation ",
"status" : "completed"
}
]
}
{
"_id" : ObjectId("5c114d83d3df9ccd70351cf2"),
"taskid" : "1234",
"section" : "devops",
"author" : "Karissa Peth",
"documents" : [
{
"name" : "Getting Started With Monitoring for Developers",
"status" : "completed"
},
{
"name" : "Intro to Jenkins Pipelines and Publishing Over SSH",
"status" : "pending"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment