Skip to content

Instantly share code, notes, and snippets.

@afomi
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save afomi/e3d1ffa88847f8fa670a to your computer and use it in GitHub Desktop.
Save afomi/e3d1ffa88847f8fa670a to your computer and use it in GitHub Desktop.
agile-pics-restaurant-example
<h3>
Restaurant
</h3>
<div class="diagram">
Customer->Host:welcome
Host->Waiting List: add names to List
Host->Waiting List: updating it as Customers are seated
Host->Customer: table is ready
Customer->Server:submits order
Server->Kitchen:submits order via POS
Server->Bar: place drink order
Kitchen->Order:cook it up
Order->Appetizers:
Order->Mains:
Order->Desserts:
Bar->Server: drinks up
Kitchen->Expediter:expeditering
Expediter->Server:expedite!
Server->Customer:serves food
</div>
<p class="note>
I find it helpful to think of Objects and the messages they pass between each other. In order.
</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment