joshWilbanks-school / PetServices

0 stars 0 forks source link

Add api endpoint to allow customers to store reviews #11

Open joshWilbanks-school opened 4 days ago

joshWilbanks-school commented 3 days ago

Scenarios / Acceptance Criteria:

Given a user is NOT logged in, when the api is called to add, delete, or update a customer review, then the api should return an error.

Given a user IS logged in, when the api is called to add, delete, or update a customer review, then the api should commit the changes to the database.

Given a use is NOT logged in, when the api is called to retrieve customer reviews, then the api should allow this action and return the reviews requested.