About
DeliveryMANS is an acronym for Delivery MANagement System. This system is for administrators in food delivery services to manage the restaurants, customers and deliverymen using their food delivery services.
All-in-one UI
The UI allows the administrator to have a good overview of all the information needed for tasks to be done efficiently.
Deliverymen tracking
Administrators will be able to track the deliverymen on deliveries at a glance. This allows the administrator to manage them better and efficiently queue the orders to each deliverymen.
Automated food tagging
Popular food items on each restaurant’s menu are tagged automaticall with a "Popular" tag depending on how many times that food has been ordered.
Automated customer tagging
Customer’s favourite cuisine will be tagged automatically depending on the orders the customer has made. The top two cuisine tag will be displayed on the UI of the customer.
CLI based input
The application is a combination of GUI outputs and CLI inputs to allow the administrator to input commands efficiently just using the keyboard.
Acknowledgements
-
Original source of the code i.e. AddressBook-Level3 project created by SE-EDU initiative at https://se-education.org
-
Some parts of this sample application were inspired by the excellent Java FX tutorial by Marco Jakob.