Created
July 5, 2016 14:31
-
-
Save asimpson/fa6479de8cbd4dc4ce985ce9f402179b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ { row: 1, column: 'A', content: ' ' }, | |
{ row: 1, | |
column: 'B', | |
content: 'Primary Prep Means:\n• select main course by Wednesday\n• select side dishes by Wednesday\n• work with Rob and Nikki to prepare shopping list by Wednesday\n• recruit prep helpers\n• prepare the m | |
eal by noon on your Friday' }, | |
{ row: 1, | |
column: 'D', | |
content: 'Primary Cleaner Means:\n• recruit cleaning helpers\n• all dishes done\n• diswasher loaded and run\n• kitchen area cleaned (counters/floor/etc)\n• chill area cleaned (tables/floor/etc)\n• extra fo | |
od stored away' }, | |
{ row: 2, column: 'A', content: 'Date' }, | |
{ row: 2, column: 'B', content: 'Main Course' }, | |
{ row: 2, column: 'C', content: 'Sides' }, | |
{ row: 2, | |
column: 'D', | |
content: 'Primary Prep (aka, the person who gets to pick what we eat)' }, | |
{ row: 2, column: 'E', content: 'Prep Helpers' }, | |
{ row: 2, column: 'F', content: 'Primary Cleaner' }, | |
{ row: 2, column: 'G', content: 'Cleaning Helpers' }, | |
{ row: 3, column: 'A', content: '1/8/16' }, | |
{ row: 3, column: 'B', content: 'Chili' }, | |
{ row: 3, column: 'D', content: 'Ben & Rob' }, | |
{ row: 3, column: 'E', content: 'Austin' }, | |
{ row: 3, column: 'G', content: 'Emily, Patrick' }, | |
{ row: 4, column: 'A', content: '1/15/16' }, | |
{ row: 4, column: 'B', content: 'Grilled Cheese' }, | |
{ row: 4, column: 'D', content: 'Yock' }, | |
{ row: 4, column: 'E', content: 'Kasey, Daniel' }, | |
{ row: 4, column: 'F', content: 'Zastrow' }, | |
{ row: 4, column: 'G', content: 'Nate, Catherine' }, | |
{ row: 5, column: 'A', content: '1/22/16' }, | |
{ row: 5, | |
column: 'B', | |
content: 'Katie\'s Going Away Lunch - Fajita Day!' }, | |
{ row: 5, column: 'C', content: 'Rice, Guac, Salsa' }, | |
{ row: 5, column: 'D', content: 'Nikki' }, | |
{ row: 5, column: 'E', content: 'Nathan, Drew, Cat' }, | |
{ row: 5, column: 'F', content: 'Jeremy' }, | |
{ row: 5, column: 'G', content: 'Bennett, Brittany' }] | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment