bounswe / bounswe2022group4

6 stars 3 forks source link

Frontend: Backend connection of profile pages of different users when clicking their username #442

Closed mbatuhan-malazgirt closed 1 year ago

mbatuhan-malazgirt commented 1 year ago

Description: Currently, users cannot access each other's profile pages on the homepage of the application. A backend connection will be made so that the user can access another user's profile page by clicking on the other user's name. To implement this behaviour user/profilepage/{username} GET API endpoint will be used.

Deadline: 6.12.2022 09.00 AM

mbatuhan-malazgirt commented 1 year ago

The feature is implemented. You can see the related pull request from the following link: https://github.com/bounswe/bounswe2022group4/pull/457