Skip to content

Instantly share code, notes, and snippets.

@earth3300
Created August 26, 2018 19:10
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 earth3300/2708e75283d3f23a2b995930264cb896 to your computer and use it in GitHub Desktop.
Save earth3300/2708e75283d3f23a2b995930264cb896 to your computer and use it in GitHub Desktop.
{
"name":"Reverse Grocery Shopping List",
"type":"maxium",
"store":"low-end",
"date":"2018-08-26",
"desc":"The most that could be spent to guarantee that the item could be bought for that price.",
"method":"Starting in the area where one enters the store, quickly jotting down the price of the item with pen and notebook, as well as the volume or weight and the most expected that the item could be sold for, within the next year. Not the sale price. Including tax and a small margin. Generous, not minimal, even in a 'low end' store. This ensures that one can walk out with the items on the list, with some to spare.",
"list" :[
{
"name":"sweet-corn",
"size":"1000",
"unit":"g",
"max":"3.00",
"qty":"1"
},
{
"name":"cabbage nappa",
"size":"140",
"unit":"g",
"max":"2.00",
"qty":"1"
},
{
"name":"bagel everything dempsters",
"size":"450",
"unit":"g",
"max":"3.50",
"qty":"1"
},
{
"name":"bread multigrain all-star-bakery",
"size":"708",
"unit":"g",
"max":"3.50",
"qty":"1"
},
{
"name":"ham black-forest pillers",
"size":"800",
"unit":"g",
"max":"13.00",
"qty":"1"
},
{
"name":"pork chops rib",
"size":"500",
"unit":"g",
"max":"6.00",
"qty":"1"
},
{
"name":"chicken thighs boneless skinless",
"size":"718",
"unit":"g",
"max":"8.00",
"qty":"1"
},
{
"name":"sausage smoked grill schnieders",
"size":"375",
"unit":"g",
"max":"6.00",
"qty":"1"
},
{
"name":"salami samao",
"size":"300",
"verify":true,
"unit":"g",
"max":"5.00",
"qty":"1"
},
{
"name":"cheddar medium empire",
"size":"300",
"unit":"g",
"max":"7.00",
"qty":"1"
},
{
"name":"greens mixed baby organic compliments",
"size":"315",
"unit":"g",
"max":"4.00",
"qty":"1"
},
{
"name":"apples green granny-smith",
"size":"2000",
"unit":"g",
"max":"5.00",
"qty":"1"
},
{
"name":"smoothie fruit green smoothie happy-planet",
"size":"900",
"unit":"mL",
"max":"6.00",
"qty":"1"
},
{
"name":"peanuts roasted salted",
"size":"430",
"unit":"g",
"max":"4.00",
"qty":"1"
},
{
"name":"almonds natural prod-of-usa",
"size":"45",
"unit":"g",
"max":"7.00",
"qty":"1"
},
{
"name":"onions yellow cooking",
"size":"5000",
"unit":"g",
"max":"6.50",
"qty":"1"
},
{
"food":false,
"name":"shampoo garnier-fructis",
"size":"370",
"unit":"mL",
"max":"5.00",
"qty":"1"
},
{
"food":false,
"name":"detergent laundry 32-loads",
"size":"1470",
"unit":"mL",
"max":"7.00",
"qty":"1"
},
{
"food":false,
"name":"soap bar body mens dove",
"size":"360",
"unit":"g",
"max":"6.00",
"qty":"1"
},
{
"name":"detergent dish extra-strength palm-olive",
"size":"810",
"unit":"mL",
"max":"4.00",
"qty":"1"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment