Skip to content
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
SamuelHentschel edited this page Mar 25, 2015 · 5 revisions

#RestaurauntManager Application Aiding in the workflow control/management of small/medium sized restaurants.

This project came about as a means to fulfill a coding project for Virginia Tech's CS 2114 class. We are building an application to help manage restaurants and increase the efficiency of said restaurants. Thereby saving time and money, allowing for cheaper meals, and happier customers.

The basic concept is that the notification of any party in the restaurant administration should be able to come from the application. The waitress/waiter should be able to see when the cook is one cooking, tables need to be bussed or tables are clear. Cooks should be able to see all the orders that have been made. Managers should be able to see all data, real time as well as in the archives in order to allow for big data analysis of time usage.

###API
[API](cs2114.RestaurantManager API)

Home #API [Main](cs2114.RestaurantManager API)

  • Model
    • [Bill](public class Bill)
    • [Chair](public class Chair)
    • [FoodItem](public class FoodItem)
    • [ProcessColor](public class ProcessColor)
    • [Table](public class Table)
Clone this wiki locally