beckn / beckn-ui-workspace

Mono Repo for Beckn UI Workspace
5 stars 10 forks source link

In OSC app-Users should be prevented from proceeding with sign-in until the password validation errors are resolved and only specific essential fields should be mandatory. #1394

Open omkar-em opened 1 week ago

omkar-em commented 1 week ago

Description

1.In a OSC app, users are able to click the "Sign In" button and attempt to proceed without resolving password validation errors. This should not be allowed, as users should only be able to proceed once the password meets all the required validation criteria.

2.Only specific essential fields should be mandatory when saving the profile like name, number and pincode

Steps To reproduce

1.Open app 2.Enter email 3.Enter Wrong password 4.Click on Sign in button

Expected Result

1.Users can click the "Sign In" button even if the password field contains errors or does not meet the validation criteria.

2.Only specific fields (like name, number and pincode) should be mandatory when saving the profile.

Actual Result

1.Users can click the "Sign In" button even if the password field contains errors or does not meet the validation criteria.

2.Users are required to fill out all fields in the profile form to save their profile.

skrushna1704 commented 1 week ago

PR for above task https://github.com/beckn/beckn-ui-workspace/pull/1404 and screenshot for same

@omkar-em @pri233

Image