marthaegrimaldi / marthaegrimaldi/zomato-clone-app-source-code
Enatega Customer Application: App isn't allowing a one-letter first name during sign-up and change Validation message accordingly
- Dominant language
- JavaScript
- Stars
- 5
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
App isn't allowing a one-letter first name during sign-up.
Consider special cases where a single letter might be valid (e.g., some East Asian names).
Also change Validation message accordingly, under the first name field if user enters a single letter its showing a validation message Invalid First Name ! which isn't relevant to the field.
Describe the solution you'd like
The app is designed to allow one-letter first names (some cultures do have single-letter names, initials, or mononyms).
The business logic intentionally permits it for inclusivity.
Contributor guide
Research direction
Start by locating the customer application's sign-up flow and the first-name validation. Check where a one-letter first name is rejected and where the "Invalid First Name !" message is defined. Done means a single-letter first name is accepted and the validation message accurately describes the remaining invalid cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100