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

Visualization component loading #106

Merged
merged 11 commits into from
Dec 7, 2024

Conversation

seicke
Copy link
Member

@seicke seicke commented Nov 17, 2024

Description of Changes

  • harmonized implemented Submodel(Element) Visualizations
  • adapt and simplify Visualization loading
    • removed _SubmodelEntryPoint.vue (not needed anymore)
    • added semanticId to all implemented Visualizations
    • semanticId matching occurs on the basis of the specified semanticId of the Visualization component
    • to integrate new Visualizations just the vue component file has to be placed in src/components/Visualizations/Submodels, src/components/Visualizations/SubmodelsElements resp. src/UserVisualizations. No need to update further code (before _SubmodelEntryPoint.vue had to be updated for semanticId matching)

Related Issue

No related issue, just code improvements for simplify further (new or adapted) Visualization implementations

@seicke seicke added the enhancement New feature or request label Nov 17, 2024
README.md Outdated Show resolved Hide resolved
@aaronzi aaronzi merged commit 29f913d into eclipse-basyx:main Dec 7, 2024
2 checks passed
@seicke seicke deleted the visualization-loading branch December 8, 2024 02:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants