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

All AJAX calls should handle all possible errors gracefully #110

Closed
maxime-rainville opened this issue Nov 2, 2023 · 1 comment
Closed

Comments

@maxime-rainville
Copy link

maxime-rainville commented Nov 2, 2023

Story

As a content author, I want UI feedback when an HTTP request fail so I can take appropriate action with certainty.

Notes

  • Fairly sure that there are red toasts for failure already, we just need to double check this is the case

Acceptance criteria

  • All Linkfield AJAX requests are reviewed so they can handled error scenarios.
  • Other unforeseen errors fail gracefully:
    • Server response timeout
    • Unexpected 500
    • Any other errors not already covered.

PR

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

3 participants