Skip to content

Instantly share code, notes, and snippets.

@HeadStudios
Created August 30, 2022 07:42
Show Gist options
  • Select an option

  • Save HeadStudios/de88ca32e0d6d182dac424bfbf07dee2 to your computer and use it in GitHub Desktop.

Select an option

Save HeadStudios/de88ca32e0d6d182dac424bfbf07dee2 to your computer and use it in GitHub Desktop.
{"id":6,"contact":"Jonathan Kingsleykir","company":"Compay Co","email":"company.co@gmail.com","exec_summary":"This is an executive summary - let's see what happens.","sent":1,"created_at":"2022-08-30T06:37:04.000000Z","updated_at":"2022-08-30T07:33:09.000000Z","products":[{"product_name":"Product #1","product_feature":"This product featuere should really be a drop down.. I wonder if that will work maybe I should ask on Github. ","product_benefit":"This is a benefit - once again we should really look at how these Vue thingies are setup so we can modify them as required."},{"product_name":"Product #2","product_feature":"Product #2 Feature","product_benefit":"Product #2 Benefit"},{"product_name":"Product #3","product_feature":"Product #3 Feature","product_benefit":"Product #3 Benefit"}],"stakeholders":[{"name":"Jonathan Ackley","position":"CEO","contact_details":"Mobile: 0415 932 797\nEmail: j.ackley@gmail.com","responsibility":"Looking after the blum blum"},{"name":"Michael Barry","position":"Manager","contact_details":"m.barry@gmail.com","responsibility":"Looking after the boom boom"},{"name":"Mike Pence","position":"Vice President","contact_details":"Looking after Donald Trump's hat","responsibility":null}],"schedule":[{"activity":"Get something done","description":"Do it really well"},{"activity":"Get something else done","description":"Do it signifcantly well"},{"activity":"Go and do it","description":"Finalise it"}],"terms":[{"headline":"Make sure you work hard","description":"Otherwise you will not win."},{"headline":"Another Term","description":"Make sure you do it correctly."}]}
/// for those that like nice formatting
{
"id": 6,
"contact": "Jonathan Kingsleykir",
"company": "Compay Co",
"email": "company.co@gmail.com",
"exec_summary": "This is an executive summary - let's see what happens.",
"sent": 1,
"created_at": "2022-08-30T06:37:04.000000Z",
"updated_at": "2022-08-30T07:33:09.000000Z",
"products": [
{
"product_name": "Product #1",
"product_feature": "This product featuere should really be a drop down.. I wonder if that will work maybe I should ask on Github. ",
"product_benefit": "This is a benefit - once again we should really look at how these Vue thingies are setup so we can modify them as required."
},
{
"product_name": "Product #2",
"product_feature": "Product #2 Feature",
"product_benefit": "Product #2 Benefit"
},
{
"product_name": "Product #3",
"product_feature": "Product #3 Feature",
"product_benefit": "Product #3 Benefit"
}
],
"stakeholders": [
{
"name": "Jonathan Ackley",
"position": "CEO",
"contact_details": "Mobile: 0415 932 797\nEmail: j.ackley@gmail.com",
"responsibility": "Looking after the blum blum"
},
{
"name": "Michael Barry",
"position": "Manager",
"contact_details": "m.barry@gmail.com",
"responsibility": "Looking after the boom boom"
},
{
"name": "Mike Pence",
"position": "Vice President",
"contact_details": "Looking after Donald Trump's hat",
"responsibility": null
}
],
"schedule": [
{
"activity": "Get something done",
"description": "Do it really well"
},
{
"activity": "Get something else done",
"description": "Do it signifcantly well"
},
{
"activity": "Go and do it",
"description": "Finalise it"
}
],
"terms": [
{
"headline": "Make sure you work hard",
"description": "Otherwise you will not win."
},
{
"headline": "Another Term",
"description": "Make sure you do it correctly."
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment