-
Notifications
You must be signed in to change notification settings - Fork 0
US05 Process Order
Joe Sicree edited this page Aug 30, 2018
·
1 revision
As a... | Customer |
I want to... | Process my order |
So that... | I can receive the items I ordered. |
- An Order contains one or more Order Line Items
- An Order Line Item specifies a single Product
- If a Product is not available, then the order should be placed with a warning that not all items could be ordered.
- If a Product is not available, it should stay in the Shopping Cart
- When the Customer checks out, the contents of the Order should be in a Processing state
- When the Customer places the order, the contents of the Order should be in a Sold state
- In order to place an Order, the Customer must provide an Address
- The Customer should be able to see summaries of past Orders