UB-ES-2021-A4 / Booksy

Booksy is an e-commerce Web App project built with React.
1 stars 1 forks source link

UserProfile refactor to UserAccount #72

Closed Dragris closed 2 years ago

Dragris commented 2 years ago

I did the refactor for the table as we are going to add a User Profile, making the naming convention pretty confusing. In this branch I also changed the endpoint links to be more consistent. As a bonus, now the product endpoints which give bad request errors now also send a message with the problem. There's also a reinforcement on the price minimum check.