Query on DNG Component maintenance approach
Dear team,
Some background: Currently trying out DNG Component maintanence tryouts like how to bring changes from template component to dependant components.
i have referred blogs in relation to this as well.
In the Dependent components i have one Component and have 2 Streams ( lead stream, variant stream)
in Lead stream: i have renamed the enumeration value from minor to Minor_
in variant stream:
- i have one changeset for new artifact (not delivered yet)
- accepted the changeset from lead stream for enumeration.
What i noticed:
-> changes are not reflected due to one changeset pending in confguration for new artifact
-> after deliver of this changeset, i could see the enumeration values.
My queries:
-> Will any changes to attributes or attribute types or artifact types create conflict while accepting in the variant streams?
Thanks
One answer
You might want to consider reading this articlee series: https://jazz.net/library/article/92352
Answering your question: I think it would be best to maintain the typesystem(s) in one place and reuse it everywhere else, if possible. I would discourage changing the type system in the variant stream. I would develop the type systems in a different location and import/deliver to where it is needed instead.
Comments
vinitha dsouza
Nov 20 '20, 5:10 a.m.