You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entering alphabets into a phone number is allowed with the message "This student's phone number appears to be invalid... ", however considering the other strict parameters such as email, telegram handle, github username, etc... it feels out of place and doesn't fit in well with the other more strictly parsed fields.
The text was updated successfully, but these errors were encountered:
According to the module website, it is better to warn rather than block incorrect inputs. As such, phone numbers such as 1234 5678 (HP) 1111-3333 (Office) can be accepted as recommended by the module website as well. By not forcing phone numbers to conform to a certain format, we are giving students more flexibility. Blocking such inputs might not add any value but allowing it does.
Entering alphabets into a phone number is allowed with the message "This student's phone number appears to be invalid... ", however considering the other strict parameters such as email, telegram handle, github username, etc... it feels out of place and doesn't fit in well with the other more strictly parsed fields.
The text was updated successfully, but these errors were encountered: