SMITHsharon / nashConnects

0 stars 0 forks source link

User can edit user profile information, or delete user profile #11

Open SMITHsharon opened 6 years ago

SMITHsharon commented 6 years ago

Given an authorized user wants to edit his/her profile information When the user clicks on Account / Freelance Profile on the nav Then the Freelance Profile view displays with the following fields prepopulated:

When the user clicks the Submit button, any changes made are saved.

When the user clicks the Delete button, the user is prompted with a message to confirm s/he wants to delete the profile record. The Active status is set to False if user gives an affirmative response.

franticallycodes commented 6 years ago

If a user deletes their profile, then all the data related to that user record will also need to be deleted or de-referenced. It may be worth just inactivating a user instead of actually deleting the record out of the database.

SMITHsharon commented 6 years ago

ISSUES / ToDo

SMITHsharon commented 6 years ago

CORRECTED / DONE