OrangeIguanas / Bangazon-cli

0 stars 0 forks source link

Add Product to Shopping Cart #4

Open shawn-mit opened 7 years ago

shawn-mit commented 7 years ago

Feature Number:

4

Feature Description:

Add product to shopping cart

Expected Behavior

Table : PK, Product_Id, Payment Type Id, (which has customer ID)

abbyfleming commented 7 years ago

Updated to reflect ERD:

Refer to the ERD in Resources

abbyfleming commented 7 years ago

Pushed up CreateOrder.py & testOrder.py

Currently refactoring to include test to make sure payments can be pulled in. 🎉

abbyfleming commented 7 years ago

Currently working on creating the database table for Order to include: -Customer -Order Complete

abbyfleming commented 7 years ago

Waiting for getter for payment_id.

41