Question
It is okay to submit a camera photo of a hand-drawn picture. You should have an entity for a buyer You should have an entity
It is okay to submit a camera photo of a hand-drawn picture.
You should have an entity for a buyer
You should have an entity for the shipper
You should have 3 processes for the e-commerce website
One process interacts with the user, including validation, item selection, and payment type, This process will create an order and store it for later processing.
One process interacts with the bank and checks if the payment information is valid. It tells the bank to take the money and indicates valid order in the order data store.
One process that handles batches of orders. It will fetch address information from customer data and order information from the order data store and will notify shipping where to send the product.
You should have a data store for product data
You should have a data store for orders
You should have a data store for customer data
You should have an entity for the 'bank' where the money goes
You should have an entity that does shipping
Basically, the customer will connect to the e-commerce server, select a product and purchase a product. The bank entity will know about payments, and the shipping entity knows how to ship the product.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started