Juan Munoz
Juan Munoz
As a contributor to an LF Energy project I would like to improve my developer experience by having an automated workflow help me comply with the REUSE license check. Acceptance...
Currently we add custom code to our Layout for the landing page of open-scd (Open Project, New Project buttons). We would like to make this an editor type plugin that...
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...
**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...
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...
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...
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...
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...
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/icons. This will also help in better organization...