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

feat: Add websocket / SignalR connection for updates to scenario's #259

Closed
dukeofharen opened this issue Aug 14, 2022 · 0 comments · Fixed by #264
Closed

feat: Add websocket / SignalR connection for updates to scenario's #259

dukeofharen opened this issue Aug 14, 2022 · 0 comments · Fixed by #264
Labels
enhancement Enhancement of the code, not introducing new features.

Comments

@dukeofharen
Copy link
Owner

Feature Request

Describe the Feature Request

It would be nice to see changes to the scenario's in the UI immediately instead of after refresh.

Describe Preferred Solution

The UI should react to the following changes:

  • Scenario is added.
  • Scenario is updated.
  • Scenario is deleted.

To listen for these changes, we need to build a few SignalR hubs where the changes are pushed to.

Describe Alternatives

Related Code

Additional Context

If the feature request is approved, would you be willing to submit a PR?
Yes / No (Help can be provided if you need assistance submitting a PR)

@dukeofharen dukeofharen added the enhancement Enhancement of the code, not introducing new features. label Aug 14, 2022
@dukeofharen dukeofharen linked a pull request Aug 20, 2022 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant