Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
AB#188605
Aim of the PR
Make the mapping from symbol name to label attributes available as JSON for the frontend.
The assumption/decision is that the symbol-library is read by the frontend, and not during translation on reception by backend
Implementation
Created a minimal asp.net web api with a single endpoint that takes a DEXPI symbol ID as its only argument and returns a json structure like this
Also a dockerized version is made, which is now part of the docker compose setup. Test the project by starting docker compose as usual, described in docker/README.md
Type of change
If the changes impact any dependent services then provide details.
How Has This Been Tested?
There are github actions that test the labels A, B and C
The docker setup has been tried
Open Questions
I am not sure if this is all data that is needed for the frontend, or if the format is suitable for consumption by the frontend.