| Application |
This represents the opening of our application as well as the connection
of the application to the database
Author: @author Anton Hugo
Author2: @author Reid Jenkins
|
| Drink |
This class extends the Application class and represents a Drink object.
|
| GUI |
Represents the construction and design of the POS GUI
|
| Ingredient |
Represents an ingredient with associated attributes like ID, name, stock, and unit price.
|
| Main |
|
| Order |
Represents a singular order requested at the boba shop
|
| orderItemToppings |
Represents an order item with associated toppings and quantities used
|
| Recipe |
Represents a recipe with associated attributes like ID, name, slush status, medium and large prices, and recipe price.
|
| recipeIngredient |
Represents a relationship between a recipe and an ingredient, including the quantity used.
|
| recipeToppings |
Represents a relationship between a recipe and a topping, including the quantity used.
|
| Topping |
This represents a topping held in our inventory
alone with the stock and unit_price
|