bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Profile Page Loading State #613

Closed umutdenizsenerr closed 1 year ago

umutdenizsenerr commented 1 year ago

Description:

I am experiencing a delay in the loading of the latest posts on the profile page of our medical experience sharing platform. When I visit the profile page, it takes some time for the latest posts to be displayed.

I would like to improve the user experience by displaying a loading spinner while the latest posts are being fetched from the backend. This will let the user know that the application is working and that the posts are on their way.

Steps:

1) On the profile page, add a loading spinner element. 2) When the profile page is loaded, show the loading spinner element and make the GET request to fetch the latest posts from the backend. 3) When the GET request is completed, hide the loading spinner and display the latest posts.

Reviewer: @BeratDamar Deadline: 27.12.2022 12.59

umutdenizsenerr commented 1 year ago

Since PR is merged, i am closing the issue.