The problem

Currently the students must wait in a line to buy the ticket and then they need to wait again in a second line to get the food. Additionally, the only way to check if there’s free spaces is by looking at the current state of the tables.

The project

The project consist in the implementation of a system to automate the billing of the tickets and control the entrance of the students to the restaurant, avoiding the need of the lines. Additionally, the app will show to the student the current occupancy of the restaurant, so they can manage their time to avoid waiting for tables.

project-b-block-diagram-Project B.png

Modules

  1. Embedded System
    1. Identify the student (card, ble, app, face recognition?)
    2. Provide plate after identification
    3. Register plate return
    4. Must be autonomous (not depend of the network/server)
  2. App
    1. Register the student
    2. Show the current occupancy of the restaurant
    3. Register a pay method
  3. Management web app
    1. Show occupancy reports/graphs
  4. Cloud Server
    1. Generate occupancy reports/graphs
    2. Handle database communication