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: make WorldConfigurator subscribable #5233

Merged
merged 3 commits into from
Apr 14, 2024

Conversation

jdrueckert
Copy link
Member

Contains

  • interested parties can subscribe to receive change notifications for all or specific properties available
  • change notifications include information about the changed property as well as the old and new values
  • no longer interested parties can subscribe from all or specific properties
  • subscriptions to all properties will remain intact in case a no longer interested party cancels their subscription for specific properties

How to test

Can be tested using #5226

* interested parties can subscribe to receive change notifications for all or specific properties available
* change notifications include information about the changed property as well as the old and new values
* no longer interested parties can subscribe from all or specific properties
* subscriptions to all properties will remain intact in case a no longer interested party cancels their subscription for specific properties
@jdrueckert jdrueckert added Topic: Architecture Requests, Issues and Changes related to software architecture, programming patterns, etc. Type: Improvement Request for or addition/enhancement of a feature Size: S Small effort likely only affecting a single area and requiring little to no research labels Apr 7, 2024
@jdrueckert jdrueckert self-assigned this Apr 7, 2024
@jdrueckert jdrueckert merged commit 215e968 into develop Apr 14, 2024
10 checks passed
@jdrueckert jdrueckert deleted the feat/subscribable-world-configurator branch April 14, 2024 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: S Small effort likely only affecting a single area and requiring little to no research Topic: Architecture Requests, Issues and Changes related to software architecture, programming patterns, etc. Type: Improvement Request for or addition/enhancement of a feature
Projects
Status: No status
Status: No status
Development

Successfully merging this pull request may close these issues.

None yet

2 participants