You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
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:
Implement User Profile Screen
Consider Data Persistence (Optional)
Explore options for storing user information more persistently than in-memory storage (optional for PoC). This could involve:
Acceptance Criteria
Additional Notes
The text was updated successfully, but these errors were encountered: