Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add field in metadata feederinfos section to specify kind of measurement #472

Closed
So-Fras opened this issue Jan 11, 2023 · 0 comments · Fixed by #484
Closed

Add field in metadata feederinfos section to specify kind of measurement #472

So-Fras opened this issue Jan 11, 2023 · 0 comments · Fixed by #484
Assignees
Labels
enhancement New feature or request SLD

Comments

@So-Fras
Copy link
Member

So-Fras commented Jan 11, 2023

  • Do you want to request a feature or report a bug?
    Feature (enhancement)

  • What is the current behavior?

In the SLD metadata JSON file, a list of feederInfos is to be found.

"feederInfos" : [ {
    "id" : "id_example_ARROW_REACTIVE",
    "equipmentId" : "equipment-id-example"
  },  ...
]

In order to get the type of the measurement, the user currently has to parse the id to get the "ARROW_REACTIVE" piece of information.

  • What is the expected behavior?

A field should be added to store the type of measurement.

"feederInfos" : [ {
    "id" : "id_example_ARROW_REACTIVE",
    "equipmentId" : "equipment-id-example"
    "type" : "ARROW_REACTIVE"
  },  ...
]
  • What is the motivation / use case for changing the behavior?
    This would improve the accessibility of this piece of information.
@So-Fras So-Fras added enhancement New feature or request SLD labels Jan 11, 2023
@So-Fras So-Fras self-assigned this Jan 11, 2023
@flo-dup flo-dup closed this as completed Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request SLD
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants