Phi1lS / ReMarket-471-Project

ReMarket Project for COSC 471
0 stars 0 forks source link

Account Page #5

Closed Phi1lS closed 7 months ago

Phi1lS commented 7 months ago

User story: As a user, I would like an easy method to my account details as well as the details of other users.

Task List

Acceptance Criteria

  1. works on all modern web browsers

Acceptance Tests

  1. the user should be able to view all of the items in their cart, their payment methods with the option to change which one is used, a button for checkout, and a confirmation that the user would like to purchase.
  2. the user should be able to purchase their items
Phi1lS commented 7 months ago

TODO: Add PHP to query the user's profile picture based on their primary key (user id) and display it dynamically with HTML Use PHP to display User's name

Use PHP to check if user is viewing own account. If so, allow user to upload image to update their profile picture Also make it so that user cannot add reviews to their own account Also allow user to change own description

Use PHP to display reviews from database Use PHP to submit reviews to database

Use PHP to display listings from database

Phi1lS commented 7 months ago

Closing this issue as we have separate issues for PHP scripts