This PR adds the ability to map feature names to other names.
This introduces a new method, Feature::enforceNameMap(), which provides a customized string that will get saved to the database. This allows for easy refactoring of class based features and shorter strings in the name column.
This PR adds the ability to map feature names to other names.
This introduces a new method,
Feature::enforceNameMap()
, which provides a customized string that will get saved to the database. This allows for easy refactoring of class based features and shorter strings in thename
column.