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

Improve SubmodelElementList implementation #202

Open
s-heppner opened this issue Jan 4, 2024 · 0 comments
Open

Improve SubmodelElementList implementation #202

s-heppner opened this issue Jan 4, 2024 · 0 comments
Labels
enhancement Enhancement of an existing feature sdk Something to do with the `sdk` package

Comments

@s-heppner
Copy link
Contributor

Currently the implementation of SubmodelElementList can only be described as not ideal.
We set a random id_short, even though the specification forbids it, due to the fact that we need an identifying attribute in our Namespace.
Of course, when serializing we remove the id_short, however it would be better if we didn't need it in the first place.

We should research how other AAS-SDKs solved that issue and improve our implementation.

@s-heppner s-heppner added the enhancement Enhancement of an existing feature label Jan 4, 2024
@s-heppner s-heppner added the sdk Something to do with the `sdk` package label Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of an existing feature sdk Something to do with the `sdk` package
Projects
None yet
Development

No branches or pull requests

1 participant