boostorg / boostorg/website-v2
Sign/In Integration
Open
- Dominant language
- HTML
- Stars
- 18
- Forks
- 28
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 81
Description
Form Validation & Error Handling
Error state variants exist for all input fields and should be wired up as follows:
- Email Address — show error state if field is empty on submit or if the value is not a valid email format
- Password — show error state if field is empty on submit or if the value does not meet the minimum length requirements (15+ characters OR 8+ characters including a number and lowercase letter)
- Username — show error state if field is empty on submit
- Errors should clear when the user begins correcting the field
- On submit, validate all fields before proceeding and surface all errors simultaneously
Contributor guide
No contributing guide indexed for this repository
Research direction
No source file or test is named. Start by locating the sign-in form and its existing input error-state variants, then verify empty, format, password-rule, correction, and submit-all validation behavior for email, password, and username.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100