Phi1lS / ReMarket-471-Project

ReMarket Project for COSC 471
0 stars 0 forks source link

Cart UI Element #8

Closed Phi1lS closed 7 months ago

Phi1lS commented 7 months ago

User story: As a user, I would like an easy way to check my cart

Task List

Acceptance Criteria

  1. works on all modern web browsers

Acceptance Tests

  1. The user should be able to view their cart
  2. Perform CRUD for the cart from the database and store the cart information even after a user makes a purchase
Phi1lS commented 7 months ago

TODO: In index.html: Use PHP to read and display cart items in the dropdown menu Use PHP to check if there are cart items in the database. If there are none, display "No items are in your cart!" I have a temporary placeholder for now.

Phi1lS commented 7 months ago

Closing this issue as we have separate issues for PHP scripts