-
Notifications
You must be signed in to change notification settings - Fork 0
MOD03 Web Asset View
Customer: Rentschler & Holder Rotebühlplatz 41 70178 Stuttgart
Supplier: Team 2 (Paul Brenner, Jonas Alexander Graubner, Mohaddeseh Tibashi, Selvana Dwi Ayunda, Luka Dominik Pavic) Rotebühlplatz 41 70178 Stuttgart
Version | Date | Author | Comment |
---|---|---|---|
0.1 | 28.04.2023 | Jonas Graubner | Created |
1.0 | 12.05.2023 | Jonas Graubner | Finalization |
This Module enables the user to see all availabe Assets on the Server according to its user role.
AAS - asset administration shell AASX - file format to store an asset AASX server - server, that can store AAS assets and has a standardized API specified in the GitHub repository
This is the main view the user will encounter.
It Requires an state of the art browser to display the data on the Server. It fulfills the following Requirements:
- AASM-REQ1 GUI Components
- AASM-REQ3 AAS content data management
- AASM-REQ4 Search functionalities
- AASM-REQ5 Rest-API Support
- AASM-REQ6 Error Display
- AASM-NF10 Usability
- AASM-NF30 Performance
The Module shows the Assets with their Detail. Herefore it uses the Rest-API Provided by the MOD02.
The Module uses the REst API to get the data which it should display herefore it is dependent on MOD02.
On the left side of the screen the user can select an Asset. On the right side of the screnn the detail of the selected Asset are displayed.
The main implemantation for this page can be found here: https://github.com/JoTec2002/TINF21C_AAS_Management/blob/main/SOURCE/frontend/src/Pages/Guest.js