SDPCoachMe / SDP-2023

1 stars 0 forks source link

Display coach profile to client #70

Closed Luca-Engel closed 1 year ago

Luca-Engel commented 1 year ago

This PR adds a feature that allows the user to view the profile of a coach.

Now, when the user clicks on one of the listed coaches in the CoachesListActivity, the user is redirected to ProfileActivity (used to be EditProfileActivity) where that coach's profile is shown. Alongside the profile, there is a "message button" that, in the future, can be used to message that coach.

Tests for this Feature have also been added and adapted.

Additionally, in CoachesListActivityTest, two tests have been adapted to cover more test cases.