Merging strategy for the schema registry. #55
Unanswered
TeresiaOlsson
asked this question in
Q&A
Replies: 2 comments 3 replies
-
|
@JeanLucPons What do you mean by "categories by categories rather than features" here: python-accelerator-middle-layer/pyaml#264 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I mean you start with BPM only. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@JeanLucPons and @gupichon I made this discussion to easier discuss the steps and merging strategy for the schema registry since there are now many different parts we have discussed related to this and I need some guidance in which order to implement things.
This is my suggestion for the steps:
Add SchemaRegistry, SchemaValidator and SchemaGenerator while restricting changes to other modules as much as possible. This means adding a way to register the existing ConfigModels without changing them or the domain classes.
Add functionality to dynamically generate the schema from the constructor of the domain class and remove the ConfigModels.
Add the functionality to automatically validate when creating an object.
It is also a question if the merge should be done directly into main? Or should there be a separate branch that all the steps should be merged into before the final version including all steps are merged into main?
Beta Was this translation helpful? Give feedback.
All reactions