Skip to content

Instantly share code, notes, and snippets.

@huksley
Created December 13, 2023 11:09
Show Gist options
  • Save huksley/561f2e9c06c5aeddb8975fe7f7bdebb6 to your computer and use it in GitHub Desktop.
Save huksley/561f2e9c06c5aeddb8975fe7f7bdebb6 to your computer and use it in GitHub Desktop.
clean-table-and-load-dishwasher.json
[
{
"action": "order",
"team": "bussers",
"description": "Clear all dirty plates, glasses, and utensils from tables and take to the kitchen"
},
{
"action": "ask",
"team": "servers",
"description": "Assist bussers in clearing tables if needed"
},
{
"action": "order",
"team": "bussers",
"description": "Wipe down all tables thoroughly and reset with clean tablecloths, napkins, and settings"
},
{
"action": "order",
"team": "dishwashers",
"description": "Empty and re-rack dishwasher if needed"
},
{
"action": "order",
"team": "bussers",
"description": "Carefully load dirty dishes from bus tubs into dishwasher racks"
},
{
"action": "order",
"team": "dishwashers",
"description": "Run full loads in dishwasher with detergent"
},
{
"action": "order",
"team": "bussers",
"description": "Check with kitchen staff if any other items need to be cleaned"
},
{
"action": "order",
"team": "bussers",
"description": "Sweep and mop floors"
},
{
"action": "ask",
"team": "servers",
"description": "Inspect front of house area and provide feedback that it is clean and reset for next service"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment