-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Real-Time Validation to Account Registration Form #2055
Labels
Affects: UI
Issues with the web site's user interface. [managed]
Lead: @cdrini
Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed]
Needs: Response
Issues which require feedback from lead
Primary Focus
The active main quest of this contributor
Priority: 2
Important, as time permits. [managed]
registration
Type: Epic
A feature or refactor that is big enough to require subissues. [managed]
Type: Subtask of Epic
A subtask that is part of the work breakdown of an epic issue (see comments). [managed]
validation
Milestone
Comments
mekarpeles
added
accounts
registration
Type: Subtask of Epic
A subtask that is part of the work breakdown of an epic issue (see comments). [managed]
validation
labels
Apr 16, 2019
2 tasks
mekarpeles
added
the
Priority: 1
Do this week, receiving emails, time sensitive, . [managed]
label
Apr 23, 2019
brad2014
added
Affects: UI
Issues with the web site's user interface. [managed]
and removed
ui
labels
May 13, 2019
Labeling this backlogged since it doesn't look like it's been worked on since May. Let me know your thoughts @mekarpeles |
mekarpeles
added
Priority: 2
Important, as time permits. [managed]
and removed
Priority: 1
Do this week, receiving emails, time sensitive, . [managed]
labels
Oct 30, 2019
mekarpeles
added
the
Lead: @mekarpeles
Issues overseen by Mek (Staff: Program Lead) [managed]
label
Dec 17, 2019
mekarpeles
added
Lead: @cdrini
Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed]
and removed
Lead: @mekarpeles
Issues overseen by Mek (Staff: Program Lead) [managed]
Lead: @rebecca-shoptaw
FE: Internationalization, CSS, JS
labels
Apr 26, 2024
👍🚀 |
github-actions
bot
added
the
Needs: Response
Issues which require feedback from lead
label
Apr 27, 2024
mekarpeles
added
the
Type: Epic
A feature or refactor that is big enough to require subissues. [managed]
label
Apr 29, 2024
This was referenced Apr 29, 2024
Status update!It's been great working on this project today, and I've got a good amount of progress to report so far. For the sake of simplicity, I'll make and keep updating a checklist re: what we would like the form to do here: Required form behavior / tasks
Other Requirements
Fun possibilities
|
This was referenced Apr 30, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Affects: UI
Issues with the web site's user interface. [managed]
Lead: @cdrini
Issues overseen by Drini (Staff: Team Lead & Solr, Library Explorer, i18n) [managed]
Needs: Response
Issues which require feedback from lead
Primary Focus
The active main quest of this contributor
Priority: 2
Important, as time permits. [managed]
registration
Type: Epic
A feature or refactor that is big enough to require subissues. [managed]
Type: Subtask of Epic
A subtask that is part of the work breakdown of an epic issue (see comments). [managed]
validation
Dependency to
epic
#7694Considerations
UX side note: don't show negative feedback while a user is typing (don’t debounce during typing, instead show after e.g. tab out / defocus)
Requirements
jQuery
error rendering for registration form #9190+
when validating emails for registration #9325+
#9326Is your feature request related to a problem? Please describe.
Add real-time, client-side validation for email, username, and password to the account registration form.
Describe the solution you'd like
User should see feedback that:
Proposal & Constraints
Please try to use existing components as much as possible (minimize css changes)
The text was updated successfully, but these errors were encountered: