COLLECTIONS=( master quick )

TRAITS=(
"name"                      "Potbelly Chicken Salad Sandwich"
"group"                     "Meals, Entrees, and Sidedishes"
"quantity"                  1
"unit"                      sandwich
"comment"                   "Includes lettuce onion and tomato; no cheese"
)

NUTS=(      
"Calories"                  492
"Total Fat, g"              20
"Saturated Fat, g"          2
"Trans Fat, g"              0
"Cholesterol, mg"           50
"Sodium, mg"                1124
"Total Carbohydrate, g"     53
"Dietary Fiber, g"          5
"Sugars, g"                 2
"Protein, g"                26
"Vitamin A, %"             7
"Vitamin C, %"             8
"Calcium, %"               10
"Iron, %"                  15
)

AVAIL_UNITS=(
# guesstimate
sandwich 500
)

# vim: set filetype=zsh ts=8 sts=4 sw=4 ai expandtab:
