Open aaronzi opened 3 months ago
Hi Aaron, the above text Is not quite clear about it, but I understand that a dedicated "AAS-Editor"-Plugin is desired? To make the desired apperance clearer, could you provide some UI-Screenshots (i.e. modified with paint)? How would be the architectural recommendation regarding distribution of functionalities? What should be in the frontend, what in the backend? Are new API-Endpoints required? Can you provide links to "The AAS and Submodel Tickets" mentioned above? Best Regards, Markus
Hi Markus,
yes, this will follow. I just copied the overview ticket from our internal sprint planner here. There are 10 more tickets to come including actual details about what this feature will look like and what the entry points are. I'm planning to add those next week.
By the way, I also created a GitHub project for the AAS UI and a view for the editor feature. You can find that here: https://github.com/orgs/eclipse-basyx/projects/1
Best regards, Aaron
All API endpoints (implemented in the basyx-java-server-sdk) needed for this feature should already be implemented. Only front-end changes are necessary!
Hi Aaron, two points: 1) For new functionalites like "generate a AAS or a submodel out of something that is passed from the frontend to the backend", suitable API endpoints are required. 2) And when for example file attachements or -references and links are added in the AAS, I believe they should be checked for validity. This would be rather a functionality in the backend, right?
Do we already have something in that direction?
Best Regards, Markus
One more thing: Could you please add links to the subtickets in the "Acceptance criteria" list above? Otherwise navigation is quite elaborate.
Hi Markus, Regarding your two points:
Sorry that I did not have time to complete this and only added the first two tickets. Creating them is a lot of work. The tickets I've done internally before didn't need to be this detailed.
I hope to be able to add a few more in the next two weeks and gradually add the rest. I will also improve the links between them.
Best regards, Aaron
Hi Aaron, I specifically think of the use case "Attaching a file to the AAS" with a certain Mimetype. To prevent adding wrong file formats (i.e. by renaming the file ending), it would be good to have some basic validation function whether the file content really matches the MimeType. I agree, that this rather simple case could even be handled in the frontend. But what happens for more complex cases, i.e. creating an AAS or a SM based on the contents of another file? I believe something like that must be implemented in the backend.
Hi @aaronzi ,
I've noticed that the source links you provided are no longer accessible. It seems the links are dead, and as a result, we cannot verify the references or proceed with the related tasks.
Expected Action: Please update the ticket with new, working source links or provide alternative sources so we can continue working on this issue without interruptions.
Thanks in advance for your help!
Hi @AzrDll,
sorry for that oversight. We recently moved the AAS Web UI to it's own repository on GitHub. I forgot to update the links.
Rules
AAS Editor
menu [3] in the AAS Web UIAcceptance Criteria
docker run
)All Subtickets have been implemented:
Entry Points
[4] https://github.com/eclipse-basyx/basyx-aas-web-ui [5] https://github.com/eclipse-basyx/basyx-aas-web-ui/blob/main/aas-web-ui/entrypoint.sh [6] https://github.com/eclipse-basyx/basyx-aas-web-ui/blob/main/aas-web-ui/src/store/EnvironmentStore.ts [7] https://github.com/eclipse-basyx/basyx-aas-web-ui/blob/main/aas-web-ui/public/config.json
Risks and Assumptions
The ticket is divided into multiple sub-tickets for each type of meta-model element (e.g.) SubmodelElements
References and Notes
[1] https://vuejs.org/ [2] https://vuetifyjs.com/en/ [3]
ℹ All API endpoints (implemented in the basyx-java-server-sdk) needed for this feature should already be implemented. Only front-end changes are necessary!
ℹ Some aspects of the editor mode are already implemented:
Dependencies and Blockers
Every ticket for each SubmodelElement can be implemented independently. There are no dependencies. The AAS (+ Asset Information) and Submodel tickets should be implemented first.