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

Implement persistable changes Object model #6857

Open
Tracked by #5879
StefanApfel-Bentley opened this issue Jun 18, 2024 · 0 comments
Open
Tracked by #5879

Implement persistable changes Object model #6857

StefanApfel-Bentley opened this issue Jun 18, 2024 · 0 comments

Comments

@StefanApfel-Bentley
Copy link
Contributor

StefanApfel-Bentley commented Jun 18, 2024

What
To avoid asking a user for every run how conflicts shall be resolved, we need a way to allow users to define a resolution once and api callers to re-apply these decisions on subsequent merge runs.

The api should not only be limited to conflict resolutions but should also allow to handle any kind of schema changes a user might save away, independent of the actual differences between two schemas.

Goals

  • Provide an api to add/create user decisions for a merge
  • Changes must be reapplyable and build on top of each other (eg, if a property A gets renamed to A1, merger should know that all changes for A, now need to get applied to A1)
  • Simple format to make persistence easier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant