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

Improve error handling of sign up page #538

Open
2 tasks
cainwatson opened this issue Feb 4, 2024 · 1 comment
Open
2 tasks

Improve error handling of sign up page #538

cainwatson opened this issue Feb 4, 2024 · 1 comment

Comments

@cainwatson
Copy link
Collaborator

cainwatson commented Feb 4, 2024

  • use inline form errors
  • use notification for unexpected server errors
@cainwatson
Copy link
Collaborator Author

inline form errors:

  • update the backend to return error objects (in addition to error strings) that are for validation errors
  • update specs
  • update the frontend to handle those error objects and match them to the keys configured with the form
  • hook this up for the sign up form
  • test

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

No branches or pull requests

1 participant