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

Handle actions that rely on websocket response data #928

Closed
Caleb-Ellis opened this issue Apr 1, 2020 · 0 comments · Fixed by #985
Closed

Handle actions that rely on websocket response data #928

Caleb-Ellis opened this issue Apr 1, 2020 · 0 comments · Fixed by #985

Comments

@Caleb-Ellis
Copy link
Contributor

Caleb-Ellis commented Apr 1, 2020

Examples to handle:

  • Create a new resource pool and then set a machine to that resource pool
  • Create a new tag and then assign it to a selection of machines
  • Show a spinner while checking a machine's power and then remove the spinner (and show possible error result)
  • Add a model e.g. user and when the item is created then redirect to the list (at the moment we assume that only one action will change saving/saved).
  • Submit a form and display errors (at the moment we assume any errors are for the form that was just submitted).
@Caleb-Ellis Caleb-Ellis changed the title Handle actions that rely on websocket resolve data Handle actions that rely on websocket response data Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants