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

Some forms allow submitting without filling out all required fields #2200

Open
20wildmanj opened this issue Sep 13, 2024 · 0 comments
Open

Comments

@20wildmanj
Copy link
Contributor

20wildmanj commented Sep 13, 2024

Some forms such as assessments#new allow for you to submit the form without filling everything out. When pressing enter, the form submits but creation fails, but the redirect is not to the same page, nor do you see any visual indication of which field was wrong. The input into the form is not saved as well. Many forms on Autolab suffer from this issue such as editing assessments, editing courses.

It is also unclear which fields are required and which fields are optional for most fields.

Screenshot 2024-09-13 at 12 45 05 PM

  1. Check each form in Autolab to see what if they have pre-validation
  2. Add pre-validation to forms
  3. Investigate ways of saving input in forms, apply to forms based on if it makes sense
  4. Investigate 872 and see if that issue can be resolved at the same time

Related issue: #872 - validation fields don't show incorrect fields

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant