Open
Description
In #648, DatasetType
s and ComponentType
s were introduced to replace string
based component and dataset types while keeping backwards compatibility - this closed issue #613. However, there are still several places across the codebase where string
s are still used, i.e. test for the validation functions (https://github.com/PowerGridModel/power-grid-model/tree/main/tests/unit/validation), among others.
The goal of this issue is to fix this by homogenizing the codebase and replacing all the instances of string
s with DatasetType
and ComponentType
, where this is applicable. Nevertheless, this is unrelated with #949, as AttributeType
s have not been introduced yet.
Metadata
Metadata
Assignees
Type
Projects
Status
No status