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
When only unique constraint is there, 'Invalid phone number' doesn't get updated even after typing a valid one, and doesn't show the unique constraint violation immediately and appears only on clicking 'Next'
When value for concept whose type is 'Phone Number' is entered, when less than 10 or more digits is there, need to show 'Invalid Phone Number'. But once typed 10 digits this error message should disappear - even when only unique check enabled or when also verification enabled
When unique constraint enabled and once a valid number is typed and if it is a duplicate, need to show 'Another {subject type name} has the same value' and need not wait until Next is clicked. Also once the unique constraint is satisfied the error message should be removed.
When verification enabled, and when both above issues not there, then 'Verify Mobile Number' button need to show beside. Needed for UX since there are other mobile numbers in the same page.
Technical analysis:
Looks like when 'Invalid phone number' error message is removed from the state, the rest 2 ACs will get satisfied.
Need:
Since the project is going to be at scale, these kind of UX issues need to be resolved.
As is:
Issue:
https://drive.google.com/file/d/1a87qnfdlIUhKdLBzTxIWxuq-RCyfvZ-e/view?usp=drive_link
https://drive.google.com/file/d/128W0zCYzbmGnoHgpu-YIFNEkI9OAuqFa/view?usp=drive_link
https://drive.google.com/file/d/1i2uLgMfObWtM5gPo0LN54_BlBVS5fPce/view?usp=drive_link
AC:
Technical analysis:
Looks like when 'Invalid phone number' error message is removed from the state, the rest 2 ACs will get satisfied.
Code link for the above root cause
The text was updated successfully, but these errors were encountered: