cs304p Assignment 1

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Objects Attributes Operations

User Username, Password, Register(), Log in(), Update


Email, Address, Payment profile(), View order
information history()
Product Product ID, Name, Add to cart(), View details()
Description
Price, Quantity available
Shopping Cart Cart ID, User ID, Products Add product(),
Remove product(),
Update quantity(),
View total()

Order Order ID, User ID Place order(),


Products, Total amount Cancel order(),
, Payment method, Order Track order()
status
Payment Payment ID, Amount, Process payment(),
Payment method, Payment Verify payment()
status

You might also like