You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/decisions/0003-extract-plugins.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,15 @@
1
1
# ADR-0003 - Externalize OpenSCD core plugins
2
2
3
-
Date: 2024-11
3
+
Date: 2024-11-19
4
4
5
5
## Status
6
6
7
-
Open
7
+
Approved
8
8
9
9
## Context
10
10
11
11
For a better expandability we would like to extract all plugins in a new plugins repository.
12
12
13
-
## Participants
14
-
- ... link to github user
15
-
16
13
## Decision
17
14
18
15
Following the architectural decision in [OpenSCD Theming](./../0001-ADR-Theming.md) we will extract all OpenSCD Core plugins to an external repository.
@@ -30,3 +27,10 @@ As final task the current documentation will be added with a new section `How to
30
27
- Building OpenSCD is more then building a simple repository
31
28
- Clear path must be defined how to extend OpenSCD with custom plugins (full software cycle till deployment)
32
29
- Release process for OpenSCD Core and OpenSCD official plugins
30
+
31
+
## Agreed procedure
32
+
33
+
- move the plugins without any components abstraction to the external plugins repository
34
+
- copy all required dependencies regardless of code duplication
35
+
- integrate the plugins as submodules within OpenSCD core in the pipeline
36
+
- later on we can extract step by step for each plugin UI-Components
0 commit comments