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 validation #12

Open
4 tasks
bmaximilian opened this issue May 30, 2020 · 0 comments
Open
4 tasks

Form validation #12

bmaximilian opened this issue May 30, 2020 · 0 comments
Labels
feature A new feature

Comments

@bmaximilian
Copy link
Owner

Acceptance criteria

  • Form is validated on the client side before submitting it to the backend
  • After a form submission failed because of a validation error, the form fields validate on change
  • The backend responds with error 422 when invalid data is passed
  • Validation messages of the backend are displayed on the frontend
    • As a toast when general failures occur
    • At the form field if field specific failures occur
@bmaximilian bmaximilian added the feature A new feature label May 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new feature
Projects
None yet
Development

No branches or pull requests

1 participant