fnitu / edu-hospice

Application developed for SIIT Challenge Accepted – CODVIDHACK 2020
https://edu-hospice.herokuapp.com
2 stars 2 forks source link

Edit user profile #76

Closed fnitu closed 2 years ago

fnitu commented 3 years ago

A registered user should be able to update the personal data he has filled in at registration time: https://edu-hospice.herokuapp.com/#/preview/register

The profile is accessible from the profile icon in the navigation top bar.

To be decided if we want to allow the user to upload a profile picture or to select from predefined profile pictures.

A dashboard icon should also be added, similar to the admin dashboard icon.

On the admin side, a profile icon should be added but the redirect link will be implemented in the future #77.

DanNerghes commented 3 years ago

We need an endpoint that returns all user data from registration time, so when edit section is accessed, the form will be pre completed.

Adrian-Moldovan commented 2 years ago

Please use the provided endpoints:

DanNerghes commented 2 years ago

The email field should be disabled to prevent modifications

DanNerghes commented 2 years ago

A validator should be provided for phone number in registration form

Also check the validation for the other fields

DanNerghes commented 2 years ago

gdpr & agreement should be also disabled

Adrian-Moldovan commented 2 years ago

Issue closed