Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Profile Screen with Real Values #3

Open
SpaceTesla opened this issue Sep 5, 2024 · 0 comments
Open

Update Profile Screen with Real Values #3

SpaceTesla opened this issue Sep 5, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@SpaceTesla
Copy link
Member

Description:

The profile screen currently displays placeholder values for user information. We need to update the profile screen to fetch and display the real user data from the backend.

Requirements:

  • Fetch user data from the backend (e.g., username, email, profile picture, and any other relevant information).
  • Display the real values on the profile screen.
  • Ensure the values are updated dynamically if the user makes changes to their profile (e.g., updating profile picture or email).
  • Add error handling in case the data cannot be fetched from the backend.

Acceptance Criteria:

  • The profile screen displays the actual user data (username, email, profile picture, etc.).
  • If the user updates their profile, the changes should reflect in real-time.
  • In case of data fetching errors, an appropriate error message is displayed.
@SpaceTesla SpaceTesla added the enhancement New feature or request label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant