bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Edit Profile Page Backend Connection #524

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

This PR implements a backend connection for the edit profile page in our medical experience sharing platform. Users can now update their profile information and have it persist in our database.

BeratDamar commented 1 year ago

I have reviewed "edit profile page" functionality without backend connection. Now, I reviewed backend connection of the edit profile page. Firstly, I examined related API provided by our backend team. You sent required information as expected by API. You also get required informatiın from the database correctly. We can store updated version of the profile pages after edition.

You also implemented backend connection according to our backend base structure determined by the frontend team.

Since all functions about this feature work as we expect, I will merge it. Thanks for your contribuution.