-
Notifications
You must be signed in to change notification settings - Fork 14
Description
In the user profile module, we have conducted some testing and discovered some issues:
- The system did not save the uploaded picture and did not display it as a new profile picture.
- The system did not save the inserted data to the database and did not display the inserted data on the user profile after submitting the edit profile form.
- The system did not show an appropriate error message for exception handling blank input for the edit user profile form.
- The system did not show an appropriate error message for exception handling non-blank input for the edit user profile form.
Suggestion:
-Fix the User Profile module so that the system will update the uploaded image in the edit profile form to the database and should display it as a new profile avatar.
-Fix the User Profile module so that the system will update the submitted information in the edit profile form to the database and should fetch the new inserted data from database to be displayed on the user profile section.
-Fix the User Profile module so that the system will validate the input data correctly and ensure the system show appropriate error messages to inform the user.
-Fix the User Profile module so that the system will validate the input data correctly and ensure the system show appropriate error messages to inform the user.