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

Remove entityVersion from public APIs #556

Open
snazy opened this issue Dec 14, 2024 · 0 comments
Open

Remove entityVersion from public APIs #556

snazy opened this issue Dec 14, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@snazy
Copy link
Member

snazy commented Dec 14, 2024

Describe the bug

polaris-management-service.yml uses a simple entityVersion approach to validate whether some update request, which includes the full representation of the entity to be updated, can be performed or not.

The approach to be able to update a whole entity should be replaced with specific update operations per entity type. This is much easier to validate in service implementations and easier to understand from a client's point of view.

@snazy snazy added the bug Something isn't working label Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant