gagataiga / Phone-Review-App

legacy project
MIT License
1 stars 1 forks source link

express/react: add way to edit reviews #1

Open gagataiga opened 1 year ago

gagataiga commented 1 year ago

This will require a request to check the users email address for their reviews and a patch request to change the contents requested

kappanjoe commented 1 year ago

Requirement suggestions:

Express:

React:

kappanjoe commented 1 year ago

To help anyone who wishes to take on the front-end requirements, I've added a new /api/reviews endpoint on the associated feature branch 1-expressreact-add-way-to-edit-reviews. Endpoint will take a raw JSON object in the body with an email property, e.g.:

{ "email": "address@emailhost.com" }