Janis1992-08 / Capstone-Project-ServiceCircle

https://service-circle.vercel.app
0 stars 0 forks source link

DB - for Edit Logic #21

Open Alexander-Iantbelidze opened 8 months ago

Alexander-Iantbelidze commented 8 months ago

Value proposition

As a User I want to persist the changes i have made in a service card In order to save the changes not only in the frontend for one device, but for any device by fetching the data from a database

Description

We now want to switch from local storage in the frontend to the database so that changes are visible to everyone on every device and browser.

Acceptance criteria

Tasks

mbosselmann commented 8 months ago

Hi Team ServiceCircle, LGTM! 🦊 Just one note: For the update operation only PUT is needed: Add HTTP request (PUT) to communicate with the backend :)

Alexander-Iantbelidze commented 8 months ago

thanks mareike, i will update that in the US.