From 02d686a8c20f55122672b4777e2f01f0108ee274 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Wed, 21 Apr 2021 21:04:19 -0400 Subject: [PATCH] Adding more school dates and renaming --- config/packages/json_data/school.json | 61 +++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100755 config/packages/json_data/school.json diff --git a/config/packages/json_data/school.json b/config/packages/json_data/school.json new file mode 100755 index 0000000..88d2a2a --- /dev/null +++ b/config/packages/json_data/school.json @@ -0,0 +1,61 @@ +{ + "MENU": { + "static": { + "3/2": "Quesadillas", + "3/3": "Pizza", + "3/4": "Taco Burgers", + "3/9": "Grilled Cheese", + "3/11": "Burgers", + "3/12": "Pizza", + "3/18": "Pizza", + "3/19": "Mac and Cheese", + "3/23": "Quesadilla", + "3/24": "Pizza", + "3/25": "Taco Burgers", + "3/30": "Grilled Cheese", + "4/1": "Burgers", + "4/2": "Pizza", + "4/13": "Quesadilla", + "4/14": "Pizza", + "4/15": "Taco Burgers", + "4/20": "Grilled Cheese", + "4/22": "Burgers", + "4/23": "Pizza", + "4/26": "Cheesy Beef and Bean Burrito", + "4/27": "Chicken Bites", + "4/28": "Crispy Chicken Sandwich", + "4/29": "Pizza", + "4/30": "Mac and Cheese", + "5/3": "Cheesy Pull Apart Bread", + "5/4": "Corn Puppies or Quesadilla", + "5/6": "Taco Burger or Bean and Cheese Burrito", + "5/7": "Drumstick", + "5/10": "Chicken Minis", + "5/11": "Grilled Cheese or Hot Dog", + "5/12": "Chicken Nuggets", + "5/13": "Burgers", + "5/14": "Pizza", + "5/17": "Cheesy Beef and Bean Burrito", + "5/18": "Chicken Bites", + "5/19": "Crispy Chicken Sandwich", + "5/20": "Pizza", + "5/21": "Mac and Cheese", + "5/24": "Cheesy Pull Apart Bread", + "5/26": "Corn Puppies or Quesadilla" + } + }, + "EVENTS": { + "static": { + "1/25": "Digital Learning Day", + "3/2": "Digital Leaerning Day and Early Release", + "3/3": "Early Release", + "3/22": "Digital Learning Day", + "9/14": "Digital Learning Day", + "10/20": "Digital Learning Day", + "10/21": "Early Release", + "10/22": "Early Release", + "11/9": "Digital Learning Day" + + } + } + } \ No newline at end of file