tusharzalte / tusharesume

Apache License 2.0
36 stars 76 forks source link

[FEATURE] Inline Validation in Login and Register Form #150

Closed AlfiyaSiddique closed 1 year ago

AlfiyaSiddique commented 1 year ago

Description

Current Feature

Currently, on submitting the registration form with invalid input the only message user receives is Registration fail. This does not give a proper description to the user that what makes the registration fail.

Better Feature

In the Register and login forms, there is no real-time validation message that appears when the user type in the message. I want to make the validation messages appear as the user fills in the forms. If the constraints are not met the message stays and the user will not be able to submit the form but as soon as the valid input is given the message disappears and the forms can be submitted. This kind of real-time validation will provide a better user experience.

Screenshots

I want to implement functionality similar to the one shown in the below video:

https://github.com/tusharzalte/tusharesume/assets/86224794/32af7c6e-4349-4c9e-a819-1e22dcf60a4b

If you find this feature worth implementing please assign this issue to me under the GSSOC'23 label as I am a GSSOC Contributor.

Additional information

No response

AlfiyaSiddique commented 1 year ago

@ZapeeoSheikh please review this issue!

AlfiyaSiddique commented 1 year ago

@ZapeeoSheikh Please Review my new PR #171 for this issue. My last PR for this issue was closed due to unresolvable merge conflicts. Please review this one and merge it.