Draw a domain class diagram for the following scenarios: - In an online bakery shop, a customer can place as many orders as possible. The customer required to provide personal details such as email, full name and phone number when they sign-up for an account. Each order is made by a particular customer. It is likely that a customer does not place any orders at all. A recorded order contains the date of order, the status of delivery and promotion code (if any). Each of the customers must have at least one delivery address. The customer has an option to set the delivery address as the default address. A delivery address shall not exist without a customer. An order is sent to one delivery address, while a delivery address might be used for many orders. The delivery address will exist even without the order. Order must contain at least one cake. The cakes available in the bakery is possible not been ordered by anyone. The customer can see the cake description, price and picture of the cake from the online shop.
Draw a domain class diagram for the following scenarios: -
In an online bakery shop, a customer can place as many orders as possible. The customer required
to provide personal details such as email, full name and phone number when they sign-up for an
account. Each order is made by a particular customer. It is likely that a customer does not place
any orders at all. A recorded order contains the date of order, the status of delivery and promotion
code (if any). Each of the customers must have at least one delivery address. The customer has an
option to set the delivery address as the default address. A delivery address shall not exist without
a customer.
An order is sent to one delivery address, while a delivery address might be used for many orders.
The delivery address will exist even without the order. Order must contain at least one cake. The
cakes available in the bakery is possible not been ordered by anyone. The customer can see the
cake description, price and picture of the cake from the online shop.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images