open-scd icon indicating copy to clipboard operation
open-scd copied to clipboard

A substation configuration description editor for projects using SCL IEC 61850-6 Edition 2 or greater

Results 125 open-scd issues
Sort by recently updated
recently updated
newest added

As a stakeholder of the open-scd project I would like to test functional behavior of the PRs in a temporary URL which features a copy of OpenSCD made with the...

Kind: Enhancement

**Description** As a developer, I want to easily create new plugins for my project, for that I want to count on a CLI scaffolding script that guides me through the...

Kind: Enhancement
Status: Ready for refinement

Issues: - https://github.com/openscd/open-scd/issues/1483

In order to separate concerns we would like to extract the wizards out of the `packages/open-scd` project and into `packages/wizards`. Acceptance criteria: - All wizards currently located in the /packages/open-scd...

Kind: Enhancement

Currently we are supporting both the legacy API for plugins and core's API for the same thing. We only want to support core's API. Legacy API: ```ts export type Plugin...

Kind: Enhancement

As part of an effort of separation of concerns, we would like to have all UI components extracted from `/packages/open-scd` and into `/packages/components`. This will also help in better organization...

Kind: Enhancement

In issue #1429 the term `extensions` was renamed to `plug-ins` to avoid confusion. The term usage still needs to be applied to the documentation. Acceptance criteria: - [ ] Rename...

Kind: Enhancement

As a distribution developer interested in extending the functionality of the top-app-bar used in OpenSCD I would like to dynamically populate the "actionItems" slot with my own plugins, currently this...

Kind: Enhancement
Status: Ready for refinement