Metric
data object stores UI description
#717
Labels
enhancement
Issue/PR that involves features, improvements and other changes
good first issue
Good first issue for new contributors. New contributors are welcome!
minor
Minor issue/feature/contribution/change
report-viewer
PR / Issue deals (partly) with the report viewer and thus involves web-dev technologies
The
Metric
record stores the description that should be shown in the report viewer. This breaks the intended separation between data and UI. As such, we should refactorMetric
to only contain an identifier of the type of metric (e.g. modeled as an enum) and load the according description in the report viewer based on that identifier.After this refactoring, we should move the
Messages
class and all its resources to the CLI package and change the visibility toprotected
.The text was updated successfully, but these errors were encountered: