Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 800 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 800 Bytes

FoodOrder

  1. This Android app is designed for the a Restaurant
  2. Who can use this app ? • The Chef / the kitchen staffs (web page to display food order records) • Waiter and Waitress (android app to create food order records from clients)
  3. Description: • Waiter/waitress uses the Android app to make an order for guests and keep tracking on that order when it finish. • Chef/kitchen staff uses the web page where will be displayed the list of food orders in order by timestamp from the Android app. So, they can prepare food for the order right away and they can inform the waiter/waitress when their food orders are ready via submitting on the web page. That information will be sent to the Android app via network (wifi- connection).

Front-end: Android App Back-end: PHP web service