Skip to content

Use default mapping enum to string #2921

Description

@nicholasdalhaug

Because we are not using the default mapping from enum to string we have had to handle the conversion across flotilla, isar and sara. However, this would be easier if we just use the default mapping, writing "ThermalReading" instead of "thermal-reading". Then we would not have to handle the mapping explicitly multiple places.

See especially the main culprit in flotilla:

AnalysisType.ThermalReading => "thermal-reading",

Metadata

Metadata

Assignees

No one assigned

    Labels

    improvementImprovement to existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions