fnitu / edu-hospice

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

Edit admin profile #77

Closed fnitu closed 2 years ago

fnitu commented 3 years ago

The admin user should be able to update his profile (name, e-mail, password)

Adrian-Moldovan commented 2 years ago

The endpoint should be implemented accepting the following parameters:

firstName lastName email The endpoint will be: users/admin/update-profile, method PUT

Restrictions:

the email should be valid, unique firstName, lastName - min 1 char, max 100 chars

BE related issue: https://github.com/danutchindris/edu-hospice-api/issues/233

Adrian-Moldovan commented 2 years ago

Please display a notification after the backend response

Adrian-Moldovan commented 2 years ago

Magnificent!