open-scd
open-scd copied to clipboard
A substation configuration description editor for projects using SCL IEC 61850-6 Edition 2 or greater
In order to make maximum use of the Action API, we should change all the appendChild and prependChild occurrences to createActions. This is used in OpenSCD and CoMPAS. This will...
This ticket provides an overview of the new wizarding API tasks Requirements: - #1290 Todos: 1. - [ ] #1292 2. - [ ] #1298 3. - [ ] #1293...
**Is your feature request related to a problem? Please describe.** As a user of OpenSCD I don't feel I know what's changing as the releases roll by, and the minimal...
I was configuring an SCL file and web services suddenly collapsed and I lost my data since there were no back up or "go back" option. -It would be nice...
https://github.com/openscd/open-scd/blob/81b9486c3a54997e59b119af2a0773ea29e47cec/src/foundation.ts#L2445 has an inaccurate doc comment. Also, the function fails if one of the comparands is an element without the `name` attribute (as described [here](https://developer.mozilla.org/en-US/docs/Web/API/Element/getAttribute#non-existing_attributes) ).
We deprecate the current API. Existing plugins will still work but new plugins have to use the new API. We will make sure that developers are warned when using the...
> 🚧 Work In Progress ## Summary In this issue we list the initial user requirements of wizarding API. ### Users We have the following groups that use wizards: -...
Define an initial solution in a PR with an ADR that covers the requirements: #1290
Test, document and refactor the current wizarding solution. This helps us to understand its current state and it will be easier to come up with a plan how to convert...