Phi1lS / ReMarket-471-Project

ReMarket Project for COSC 471
0 stars 0 forks source link

Created Account page #23

Closed Phi1lS closed 7 months ago

Phi1lS commented 7 months ago

Created Account Page frontend. It uses a 5 star rating system.

I swapped around the order of script elements in settings.html to make it easier to copy/paste header information

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