Phi1lS / ReMarket-471-Project

ReMarket Project for COSC 471
0 stars 0 forks source link

Settings Page #6

Closed Phi1lS closed 4 months ago

Phi1lS commented 4 months ago

User story: As a user, I would like an easy method to check and manage the settings of my account.

Task List

Acceptance Criteria

  1. works on all modern web browsers

Acceptance Tests

  1. the user should be able to choose between viewing and modifying payment methods, addresses, and deleting their account
  2. The appropriate actions must be taken in the database
Phi1lS commented 4 months ago

TODO: Need PHP code to retrieve user payment information from backend to display in frontend Need PHP code to update user payment information in database Need PHP code to retrieve user address information from backend to display in frontend Need PHP code to update user address information in database Need PHP code to delete user account upon confirmation in Delete Account

Phi1lS commented 4 months ago

Closing this issue as we have separate issues for PHP scripts