[Feature]: Only list delta items in configuration item level in CSV file instead of putting all items of a structure #249
Labels
state:backlog
In the backlog
state:needs-maintainer-feedback
Needs more information from a maintainer to determine next steps
state:needs-owner
Needs an issue owner to be assigned
state:needs-triage
Needs to triaged to determine next steps
type:feature-request
A new feature proposal
urgency:medium
Important with a moderate impact
Feature Overview
List only the delta of configuration field in CSV compare to generic xml file instead of listing the whole structure in CSV file.
In the past with YAML/DLT design, we can just list delta of configuration item in DLT file, but now with XML/CSV design, if an item is under one structure, it needs to list the delta in structure level instead of the actual configuration item.
In a product development, when we touch the XML file, it cannot guarantee the CSV file list is compatible with the new updated XML file, so everytime when the XML get updated, the CSV file also need to be re-generated by ConfigEditor.py tool.
Solution Overview
Align with the original YAML/DLT experience that only need to list the delta in configuration item level instead of structure level in XML/CSV design
Alternatives Considered
No response
Urgency
Medium
Are you going to implement the feature request?
Someone else needs to implement the feature
Do you need maintainer feedback?
Maintainer feedback requested
Anything else?
No response
The text was updated successfully, but these errors were encountered: