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

Do not raise update events for products / recipes which were not changed #93

Closed
dbeuchler opened this issue Apr 7, 2021 · 1 comment
Labels
area:ProductManagement Issue affects products and the product management bug Something isn't working enhancement New feature or request

Comments

@dbeuchler
Copy link
Member

dbeuchler commented Apr 7, 2021

Is your feature request related to a problem? Please describe.
Currently, if you save a recipe within the product UI the the facade throws events for all recipes of the product and the type itself. There is no option to only save the modified recipe. The other way around, if a product gets saved, recipe updates for all recipes are raised.

Describe the solution you'd like

  • The product management / recipe management can identify changes and only for the changed entries the event will be raised

Describe alternatives you've considered

  • The UI can identify the changes and only call save for the changed entries
@dbeuchler dbeuchler added bug Something isn't working enhancement New feature or request area:ProductManagement Issue affects products and the product management labels Apr 7, 2021
@dbeuchler dbeuchler added this to the AbstractionLayer 6.0 milestone Apr 7, 2021
@Toxantron
Copy link
Member

While the alternative might be easier, it doesn't scale with different usages of the web service and does not work for change calls from the facade.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:ProductManagement Issue affects products and the product management bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants