gdscnitp/Carbonops

Issue with Organization Profile module

SyahruddinSyahrir opened this issue · 0 comments

In the Organization Profile module, we have conducted some testing and discovered some issues:

  • The system did not save the inserted data. The system shows an inappropriate/non-user-friendly error message.
  • The system did not display any error messages indicating the fields are required. The system displays inappropriate error messages that are related to code and not comprehensible to the user.
  • The system did not show any error messages indicating that the input type is valid but non-existent. This indicates that the system does not apply any error handling on valid but non-existent inputs.
  • The system should display error messages indicating that the input length for pincode is invalid and that it should be a maximum of 5 digits for Malaysian pincode.

Suggestion:

-Fix the Organization Profile module so that the system will update the submitted information in the edit organization details form to the database and should fetch the new inserted data from database to be displayed on the organization profile section.
-Add special error handling for valid but non-existent inputs. The url can be checked its existence by checking the status code of 200. The country input can be checked by going through a list of all countries
-Apply a special error handling to check the input length of pincode.