I have the code in (some hard coded - need a session for it not to be) for connecting to the user and vendor profile pages (vendor-account.html and user-account.html). I have two test files testUserVendor,html for testing user's profile and testVendorsProfile to test the vendor's profile.
I also changed the data type of phoneNumber to BIGINT and eventDate in the association table is now called "bookedDate" as to not get confused with the eventDate listed in the user table.
Possible Breaking Changes
*Note how I set up the vendor and user lists in the html file. This is because of how I have to get the data from the DB with my queries.
Related
Closes issue #47
Closes issue #39
Testing and Deployment Checklist
Check to make sure accuracy of loaded vendors and users.
MUST HAVE ALL INFO FILLED IN FOR EACH COLUMN FOR THIS TO WORK CORRECTLY (ie. users name, email, phone number, etc)
What's Happening?
I have the code in (some hard coded - need a session for it not to be) for connecting to the user and vendor profile pages (vendor-account.html and user-account.html). I have two test files testUserVendor,html for testing user's profile and testVendorsProfile to test the vendor's profile. I also changed the data type of phoneNumber to BIGINT and eventDate in the association table is now called "bookedDate" as to not get confused with the eventDate listed in the user table.
Possible Breaking Changes
*Note how I set up the vendor and user lists in the html file. This is because of how I have to get the data from the DB with my queries.
Related
Closes issue #47 Closes issue #39
Testing and Deployment Checklist
Check to make sure accuracy of loaded vendors and users.
MUST HAVE ALL INFO FILLED IN FOR EACH COLUMN FOR THIS TO WORK CORRECTLY (ie. users name, email, phone number, etc)