-
Notifications
You must be signed in to change notification settings - Fork 0
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
Evaluation Form Validation - Part 2 #296
Milestone
Comments
r-bartlett-gsa
changed the title
If the form contains missing required field or invalid information an error message is displayed at the top and inline error validation is provided to the user
Evaluation Form Validation - Part 2
Nov 27, 2024
@stepchud / @cpreisinger Added the AC, please verify it's inline with what we discussed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
User story
As a challenge manager, in order to ensure that a valid form is available for the evaluators to use, I would like a form to be validated for errors and valid logic before it is saved.
Technical Notes
This will require moving away from html5 validation in the browser. The new validation will happen after the user submits the form. The controller will validate the EvalForm and EvalCriteria on the backend and return the validation errors to the frontend if it fails.
Acceptance Criteria:
Definition of Done
Doing (dev team)
Staging
Deploy to production (production-like environment for eval capability) (dev team)Production
The text was updated successfully, but these errors were encountered: