danbergeron3 / Le-Shop

Sahara eCommerce App Project
2 stars 0 forks source link

Database adapter get sizes bug fix and header color change #60

Closed rjmara closed 11 months ago

rjmara commented 11 months ago

-Changed navbar color

-Previously the database adapter function getSizesByID function always returned null because i used two natural joins that did not work, but with the new changes it returns the correct string array. Fixed change to function by creating helper functions to see if the given id is a pant or a shirt, then looking at the table specified.