CodeWittJonas / masterthesis-experiment

0 stars 0 forks source link

Implement Order Service, Customer, Order classes #4

Open CodeWittJonas opened 1 year ago

CodeWittJonas commented 1 year ago

As part of our system development, we need to implement the Customer, Order, and OrderService classes to facilitate efficient order processing, including a membership discount feature. The Customer class will serve as a model to store customer information, while the Order class will handle order details, price calculations, and the application of a 10% membership discount for eligible customers. The OrderService class will manage the creation and processing of orders, ensuring accurate discount application and streamlined order management.