From f9b13a34dc597cae7e8ac06a354b5ec8caa7e2da Mon Sep 17 00:00:00 2001 From: Aaron Zielstorff Date: Fri, 13 Dec 2024 10:29:24 +0100 Subject: [PATCH] Update Roadmap.md --- Docs/Roadmap.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs/Roadmap.md b/Docs/Roadmap.md index b022a56..d39a56b 100644 --- a/Docs/Roadmap.md +++ b/Docs/Roadmap.md @@ -5,12 +5,13 @@ Please note that this list is not exhaustive and may be subject to re-prioritisa ## Planned Features and Extensions -- UI components as dedicated graphical clients for all BaSyx components (Repositories, Registries, AAS Discovery) (Q4/2024) - AAS editor as part of the AAS Web UI (Q1/2025) - Graphical plugins for Asset Interface Description and Asset Interface Mapping Configuration Submodels (Q2/2025) +- UI components as dedicated graphical clients for all BaSyx components (Repositories, Registries, AAS Discovery) (Q2/2024) ## Improvements - Rewrite of vue components to use Composition API (Q4/2024) - Better type support for the AAS (AAS Core Works) (Q1/2025) - Improved quality management through testing via Vitest (Q2/2025) +- Refactor code of API access (tree view, Submodel view, component view) to extract it in reusable composables (Q2/2025)