apache / incubator-kie-tools

Tools for KIE
Apache License 2.0
252 stars 185 forks source link

NO-ISSUE: Remove `@kie-tools/backend` #2714

Closed tiagobento closed 3 weeks ago

tiagobento commented 3 weeks ago

This package was introduced when we were still figuring out the dynamics of Multiplying Architecture, and doesn't make sense anymore, since we always want to decouple micro-front-ends from backends, delegating the communication with backends to the hosting application as much as possible.

The API introduced by this package was not used except from one place on DashBuilder VS Code Extension, which was very easily adapted to work without it.

ljmotta commented 3 weeks ago

@tiagobento Thanks! The PR looks good. Indeed, it looks like was very easy to adapt the funcionality.