rilling / OpenTracks-Winter-2024-COMP-354

OpenTracks is a sport tracking application that completely respects your privacy.
https://OpenTracksApp.com
Apache License 2.0
5 stars 27 forks source link

Redirecting to dummy page when clicking on friend name #192

Closed DaniaHsm closed 2 months ago

DaniaHsm commented 2 months ago

Description: Clicking on a friend's name in the list currently lacks the functionality to navigate to their profile due to missing user data. Users encounter a dead end without indication.

Expected Behavior: Clicking a friend's name should lead to their profile. In the absence of data, users should be redirected to a placeholder page displaying "No user data.".

Proposed Solution: Implement a dummy page to serve as a placeholder for user profiles when data is unavailable. Redirect users to this page when attempting to access profiles without existing data.

DaniaHsm commented 2 months ago

Done