Portal: Student Profile page - Missing Field Validation Notifications

  • Vitalii Sorokin
  • Version 9.7.1.0
When a user attempts to update their profile data, the system is expected to perform several validation checks. These checks are designed to ensure the integrity and accuracy of the data entered by the user.
- Birthday Validation: The system should verify that the birthday entered by the user is in a valid date format and is logical (e.g., the date is not in the future).
- Phone Number Validation: The system should check that the phone number entered by the user is in a valid format. This could include checks for the correct number of digits and the inclusion of only numerical characters.
- First and Last Name Validation: The system should validate that the first and last name fields are not left empty by the user. This is to ensure that each profile has the basic necessary information.
...
Prior to the recent update, when a user attempted to update their profile data, the system was expected to perform several validation checks. These checks included birthday, phone number, and first and last name validation. However, the system was not correctly displaying notifications when these validation checks failed. This could lead to users entering incorrect or incomplete information in their profiles.
If any of these checks fail, the system now correctly displays a notification in the same area, alerting the user to the issue and preventing them from proceeding until the error is corrected. This enhancement improves the user experience by providing immediate, clear feedback and helps ensure the accuracy and completeness of user profile data

Copyright © 2012-2024 Frequency Foundry | All rights reserved.