cse442-at-ub / project_s23-welovehertz

project_s23-welovehertz created by GitHub Classroom
0 stars 1 forks source link

code php for profile page #63

Closed MathewDebug closed 1 year ago

MathewDebug commented 1 year ago

Task Tests

Test 1

  1. Connect computer to UB network / UB VPN if outside campus
  2. Go to webpage
  3. Verify that first name is test1, last name is test1, and email is test1@gmail.com and not ERROR.

Test 2

  1. Connect computer to UB network / UB VPN if outside campus
  2. Go to webpage
  3. right click on the page, then click inspect on the dropdown menu
  4. Click Network on the top and if it says recycling network activity..., then reload the page on the top left
  5. Verify that it says profile.php in the Name column
MathewDebug commented 1 year ago

Moving to sprint 3 because I need the login's php file to be finished first before I can code the php for the profile page since I need to know who is logged in currently to pull the information from the database.