Ravenclaus / terminal_interface

Bangazon Terminal Interface
0 stars 0 forks source link

IOrderRepository #19

Open mgteutsch opened 7 years ago

mgteutsch commented 7 years ago

Issue Description

Refer to Order Table The Order Table is connected to the Product Table through a OrderProductMapping Table Order Table includes: OrderId PaymentId (from PaymentType... Payment Table) CustomerId (from Customer Table) OrderTotalPrice (will need to do a math function prior to the final step of the order, and have it pushed into the table)

Recommended Actions

When a user confirms a product will be part of an order:

Related Issues/PRs