Skip to content
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

Form field validation: update copy to be more specific on the problem #2012

Closed
3 tasks done
Tracked by #2006
angela-tran opened this issue Apr 10, 2024 · 1 comment · Fixed by #2045
Closed
3 tasks done
Tracked by #2006

Form field validation: update copy to be more specific on the problem #2012

angela-tran opened this issue Apr 10, 2024 · 1 comment · Fixed by #2045
Assignees
Labels
back-end Django views, sessions, middleware, models, migrations etc. front-end HTML/CSS/JavaScript and Django templates i18n Copy: Language files or Django i18n framework

Comments

@angela-tran
Copy link
Member

angela-tran commented Apr 10, 2024

image

image

Acceptance Criteria

@thekaveman thekaveman added front-end HTML/CSS/JavaScript and Django templates back-end Django views, sessions, middleware, models, migrations etc. i18n Copy: Language files or Django i18n framework labels Apr 11, 2024
@angela-tran angela-tran self-assigned this Apr 17, 2024
@indexing
Copy link
Member

@angela-tran As discussed in our weekly stand-up, here is the single field validation message for the agency card number field.

Please enter a 4-digit number.

Field validation is initiated when the user clicks the Find my record button. This error will display when….

  • The user provides no value in the card number field.
  • When the user provides a number in the card number field, but that number is less than or greater than the required number of digits
  • When the user provides a value in the card number field, but that value that includes characters other than numbers.

I don't believe we are accounting for the last scenario in the current scope, but this is the error message the app currently displays.
Image

cc// @srhhnry @thekaveman

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Django views, sessions, middleware, models, migrations etc. front-end HTML/CSS/JavaScript and Django templates i18n Copy: Language files or Django i18n framework
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants