Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Organization Profile module #219

Open
SyahruddinSyahrir opened this issue Jun 14, 2023 · 0 comments
Open

Issue with Organization Profile module #219

SyahruddinSyahrir opened this issue Jun 14, 2023 · 0 comments

Comments

@SyahruddinSyahrir
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant