-
Notifications
You must be signed in to change notification settings - Fork 1
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: Add add_attributes
serializer
#139
Conversation
Added `layer` custom field to generic and diagram serializer.
182ce81
to
fa8ffa6
Compare
fa8ffa6
to
ee26a4f
Compare
For now this serializer is only supports adding enum attributes as custom fields.
layer
custom fieldadd_attributes
serializer
942c312
to
53a7186
Compare
53a7186
to
20da2f4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review not finished yet, but I wanted to provide you with the first feedback asap
Also make `layer` custom field configurable from config instead of built-in.
3de39bd
to
693b8d1
Compare
693b8d1
to
a49cb47
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would recommend to do some more refactoring in the converter_config. In addition to that just small things
Co-authored-by: micha91 <[email protected]>
9759b78
to
f9e9b03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything is resolved I think. Looking forward to the final review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We just need to mention the change of the serializer collection in the release notes
Added
layer
custom field to generic and diagram serializer.