Skip to content

Instantly share code, notes, and snippets.

@skelliam
Last active February 25, 2018 17:48
Show Gist options
  • Save skelliam/3c4140fcc63852b004513533a9178e7c to your computer and use it in GitHub Desktop.
Save skelliam/3c4140fcc63852b004513533a9178e7c to your computer and use it in GitHub Desktop.
lake_orion_middle_school_lunch.json
{
"calendarweek_calc": {
"October": {
"week1": [2, 3, 4, 5, 6, 30, 31],
"week2": [9, 10, 11, 12, 13],
"week3": [16, 17, 18, 19, 20],
"week4": [23, 24, 25, 26, 27]
},
"November": {
"week1": [1, 2, 3, 27, 28, 29, 30],
"week2": [6, 7, 8, 9, 10],
"week3": [13, 14, 15, 17],
"week4": [20, 21]
},
"December": {
"week1": [1],
"week2": [4, 5, 6, 7, 8],
"week3": [11, 12, 13, 14, 15],
"week4": [18, 19, 20]
},
"January": {
"week4": [22, 23, 24, 25],
"week1": [4, 5, 29, 30, 31],
"week2": [8, 9, 10, 11, 12],
"week3": [16, 17, 18, 19]
},
"February": {
"week1": [1, 2, 26, 27, 28],
"week2": [5, 6, 7, 8, 9],
"week3": [12, 13, 14, 15, 16],
"week4": [19, 20, 21, 22, 23]
},
"March": {
"week1": [1, 2, 26, 27, 28, 29, 30],
"week2": [5, 6, 7, 8, 9],
"week3": [12, 13, 14, 15, 16],
"week4": [19, 20, 21, 22, 23]
},
"April": {
"week2": [9, 10, 11, 12, 13],
"week3": [16, 17, 18, 19, 20],
"week4": [23, 24, 25, 26, 27],
"week1": [30]
},
"May": {
"week1": [1, 2, 3, 4, 28, 29, 30, 31],
"week2": [7, 8, 9, 10, 11],
"week3": [14, 15, 16, 17, 18],
"week4": [21, 22, 23, 24, 25]
},
"June": {
"week1": [1],
"week2": [4, 5, 6, 7, 8],
"week3": [11, 12, 13, 14, 15],
"week4": []
}
},
"lunch_choices": {
"choice1": {
"week1": {
"Monday": "Chicken & Waffles w/ Oven Baked Potatoes, Carrots",
"Tuesday": "Tacos (hard/soft shell) or Burrito, Mexican Rice, Refried Beans",
"Wednesday": "International Day: (Entree posted in Cafeteria), Mashed Potatoes & Gravy, Steamed Corn, Rolls/Cornbread",
"Thursday": "Vendor Pizza, Baked Fries",
"Friday": "Chicken Alfredo, Garlic Toast, Broccoli"
},
"week2": {
"Monday": "Old Fashioned Chicken & Biscuits, Oven Baked Potatoes, Carrots",
"Tuesday": "Tacos (hard/soft shell) or Burrito, Mexican Rice, Refried Beans",
"Wednesday": "Hot Sandwich Day. Mashed Potatoes & Gravy, Steamed Corn",
"Thursday": "Vendor Pizza, Baked Fries",
"Friday": "Mostaccioli with Meatballs, Broccoli"
},
"week3": {
"Monday": "Tangerine Chicken, Brown Rice, Egg Roll, Carrots",
"Tuesday": "Tacos (hard/soft shell) or Burrito, Mexican Rice, Refried Beans",
"Wednesday": "International Day: (Entree posted in Cafeteria), Mashed Potatoes & Gravy, Steamed Corn, Rolls/Cornbread",
"Thursday": "Vendor Pizza, Baked Fries",
"Friday": "Pasta Bar"
},
"week4": {
"Monday": "Meatloaf Casserole Topped w/ Onion Rings, Oven Baked Potatoes, Carrots",
"Tuesday": "Tacos (hard/soft shell) or Burrito, Mexican Rice, Refried Beans",
"Wednesday": "Oven Fried Drumstick, Mashed Potatoes & Gravy, Steamed Corn",
"Thursday": "Vendor Pizza, Baked Fries",
"Friday": "Mac & Cheese Bar"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment