Refactor Measure and MeasureResult class in model and agent #87
Labels
Agent
Issues touching the agent part of the project
enhancement
New feature or request
Model
Changes to the data model this project uses (DTO or internal to Agent/Server)
Milestone
Background
Currently the implementation of
MeasureResult
is only on the model side, and does not carry type information. Also, it's not used in Agent - we need to somehow connect those two modules.Feature
Improve the current
MeasureResult
class so that it carries information about type and also add support for having additional metadata / helper measures used - it can be an empty Map for now.Also add a mapping between these DTO objects and internal types in the Agent - feel free to use
MeasuresMapper
for this, it might be what we need here.Proposed Solution
The text was updated successfully, but these errors were encountered: