xerocodee / InfraBoard

Cloud infrastructures should be designed and managed collaboratively and visually. Get your IaC standardised.
https://infraboard.xerocodee.com
Apache License 2.0
36 stars 30 forks source link

[bug]: Inadequate Form Validation Feedback on Login Form #108

Open aadii2504 opened 5 months ago

aadii2504 commented 5 months ago

Is there an existing issue for this?

Current behavior

When a user attempts to sign up without entering any data in the input fields, the form does not provide appropriate feedback to indicate that the fields are required. Instead of prompting the user to fill out the required fields, it displays email is not valid which is confusing and does not accurately reflect the issue. This behavior can lead to user frustration and difficulty in understanding the validation requirements.

Steps to reproduce

  1. Visit the Login page.
  2. Do not enter any data in the input fields.
  3. Click the Login button.

Screenshot 2024-06-15 134232

I Resolved this issue Locally waiting for ur valuable response

Environment

None

Version

Local

Repository

InfraBoard

Abhishek-jha-96 commented 4 months ago

@aadii2504 Two probable solutions are:

  1. To have separate validation error messages(more discriptive) for email.
  2. Update this message to a bit generic error message some this like this: "Please enter a valid email address. It should not be empty, must contain '@', have a domain name, and follow the standard email format (e.g., user@example.com)."
samr874 commented 4 months ago

Are the contributions still active ?? @aadii2504 what is the staus of the application?

aadii2504 commented 4 months ago

i duuno i'm not the one who own this