com-pas / compas-oscd-docops

elemental UI components from compas-open-scd for SCL documents' operations
Apache License 2.0
0 stars 0 forks source link

Move `compas-save` #4

Open JakobVogelsang opened 1 year ago

JakobVogelsang commented 1 year ago

To be able to use OpenSCD core we need to move out heavily used web-components within CoMPAS. This issue shall describe how to move out compas-save

t.b.d

Stef3st commented 1 year ago

Acceptance criteria:

TBD:

Sander3003 commented 10 months ago

OSCD new architecture/logic can be re-used to build this: https://github.com/openscd/oscd-new/tree/oscd-new_WIP

juancho0202 commented 9 months ago

After pair sessions with @Stef3st it was decided to have code duplication instead of using the CompasExistsIn mixin, because it was problematic to have it exported and reused in multiple plugins (CompasSave and CompasUploadVersion).