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

1.3.3 Implement Basic User Profile (Optional for PoC) #9

Open
amruthvvkp opened this issue Apr 22, 2024 · 0 comments
Open

1.3.3 Implement Basic User Profile (Optional for PoC) #9

amruthvvkp opened this issue Apr 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@amruthvvkp
Copy link
Owner

Description

This task (optional for the PoC) involves creating a basic user profile section within the Teju's Studio mobile app. This profile will serve as a placeholder for future functionalities and can be further enhanced in later development stages.

Tasks

Design User Profile Structure

Define the core information to be displayed in the user profile section (optional). This might include:

  • User's email address (masked for privacy if desired).
  • Optional fields like name or username (if collected during registration - PoC).

Implement User Profile Screen

  • Utilize Flutter widgets to build a dedicated user profile screen or section within the app.
  • Display the chosen user information retrieved from the PoC's user registration process (dummy data).

Consider Data Persistence (Optional)

Explore options for storing user information more persistently than in-memory storage (optional for PoC). This could involve:

  • Using shared_preferences package (https://pub.dev/packages/shared_preferences) to store basic user data locally on the device (limited security).
  • Placeholder for future integration with a backend server for secure user data storage and retrieval.

Acceptance Criteria

  • A basic user profile screen (optional) is implemented within the Teju's Studio app.
  • The profile displays user information retrieved from the PoC's user registration process (dummy data).
  • Consider implementing optional data persistence using shared_preferences (optional for PoC), understanding its limitations for production use.

Additional Notes

  • This is an optional task for the PoC phase. Focus on core functionalities if time is constrained.
  • The user profile screen can be further developed in later stages to include features like editing user information, managing preferences, or displaying class enrollment details (once backend integration occurs).
  • Secure user data storage and retrieval will be addressed in future development when integrating with a backend server.
@amruthvvkp amruthvvkp added the enhancement New feature or request label Apr 22, 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