com-pas / compas-open-scd

A substation configuration description editor for projects using SCL IEC 61850-6 Edition 2 or greater
https://openscd.github.io
Apache License 2.0
12 stars 3 forks source link

Fix divergent files in compas-open-scd vs open-scd package #294

Closed juancho0202 closed 7 months ago

juancho0202 commented 8 months ago

Description:

  1. There are still some differences in packages/open-scd inside of this repo vs @openscd/open-scd
  2. There are some non-mixin files in packages/compas-open-scd that need to be removed from there and use imports to those same files in packages/open-scd

Solution:

  1. To check those divergent files and come up with either new stories in @openscd/open-scd to add the code there and remove the tweaks in compas-open-scd
  2. Remove the duplicates in the packages/compas-open-scd

Acceptance Criteria: