uprm-inso4116-2024-2025-s1 / semester-project-SafeRUM

semester-project-safeRUM created by GitHub Classroom
7 stars 0 forks source link

Profile Management Tab with React Native #201

Open noel-vargas opened 1 week ago

noel-vargas commented 1 week ago

29

Objective The goal of this task is to implement a functional profile management tab in the React Native application. Users should be able to view and update their profile information, including uploading a profile picture, entering their first name, last name, email, password, and selecting their role.

Task Description The profile management tab should allow users to manage their personal details efficiently. This includes:

Implementation

Subtasks

Deadline This task should be completed by October 10, 2024, to meet the project milestone for profile management functionality.

evnd04 commented 1 week ago

When working wi†h the password, its preferable that its not displayed outright, if possible display only dots, when pressed you confirm the password and then it displays the password without hiding. Just for security. You could connect this to the change your password feature also just in case a user doesnt remember their password.