Skip to content

Project 2 Phase 3 GitHub Release

Compare
Choose a tag to compare
@S1nthesis S1nthesis released this 13 Oct 04:37
· 105 commits to main since this release
b55742d

This release includes the Java Swing GUI that we created on both the manager side and the cashier side.

On the cashier side, we have the ability to add drinks to orders and have it affect the quantity of required ingredients when the order is submitted. It also has input validation and will not allow the user to order something if the ingredients are out of stock. There is also flexibility when ordering and the customer can customize toppings, ice level, sugar level, etc.

On the manager side, the manager can view, add, and update items and prices on the menu and inventory. The manager is also able to access and update the inventory efficiently.