bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Edit Profile Page Backend Connection #518

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

Description:

We currently have an edit profile page in our medical experience sharing platform, but it is not connected to our backend properly. I need to create a backend connection for this page so that users can update their profile information and have it persist in our database.

Steps:

1) Set up a route in our backend to handle requests to update user profiles. This route should accept a request with the updated profile information, and use this information to update the corresponding record in our database.

2) Modify the edit profile page to send a request to this route when the user clicks the "Save" button. The request should include the updated profile information.

3) Test the connection to ensure that the updated information is being saved correctly in the database.

Reviewer: @BeratDamar Deadline: 24.12.2022 23.59

umutdenizsenerr commented 1 year ago

Since PR is merged, i am closing the issue.