Simplify the structure of optical data sets#354
Conversation
|
@simon-wacker I don't like the structure in the examples. But I don't see a better solution especially when the property We could rename You can make changes and merge this pull request when you think that it is ok. |
I'd leave it like that for now. In practice there is a GraphQL response conforming essentially to |
simonwacker
left a comment
There was a problem hiding this comment.
Superficial comments (integrate or leave as is and then just merge). The changes are solid 🥇
Thanks for the comments! I resolved them.
opticalData.json has been using a tree structure to allow complex optical data which may share one or more
componentCharacteristics. For software developers, this tree is more complicated to implement than a simple array. We therefore exchange the tree structure by a simple array.