Is your feature request related to a problem?
Describe the feature you'd like
馃専 Feature Description
Connect the therapist profile UI to real authenticated therapist data instead of hardcoded values, and implement a working logout action from the profile screen.
馃攳 Problem Statement
The current therapist profile screen shows hardcoded name, email, phone number, and avatar in profile_screen.dart
Also, the profile options are currently non-functional, including the logout action in profile_option.dart.
馃幆 Expected Outcome
- The profile screen should display the logged-in therapist鈥檚 actual data.
- Hardcoded profile values should be removed.
- The logout option should sign the therapist out correctly.
- After logout, the app should navigate safely to the authentication flow.
- The UI should handle loading, missing data, and error states gracefully.
馃摲 Screenshots and Design Ideas
- Logout option appears clickable but does nothing.
Record
Is your feature request related to a problem?
Describe the feature you'd like
馃専 Feature Description
Connect the therapist profile UI to real authenticated therapist data instead of hardcoded values, and implement a working logout action from the profile screen.
馃攳 Problem Statement
The current therapist profile screen shows hardcoded name, email, phone number, and avatar in profile_screen.dart
Also, the profile options are currently non-functional, including the logout action in profile_option.dart.
馃幆 Expected Outcome
馃摲 Screenshots and Design Ideas
Record