bpmn-io / form-js

View and visually edit JSON-based forms.
https://bpmn.io/toolkit/form-js/
Other
419 stars 109 forks source link

Build out the `form-js-render` package #1189

Open Skaiir opened 6 months ago

Skaiir commented 6 months ago

Is your feature request related to a problem? Please describe.

As part of the current refactoring project to separate the form-viewer into a renderer and core part. This issue tracks the renderer side.

Describe the solution you'd like

We should have a project that takes a single form representation object and renders it out. We should also provide an easy playground-like interface to test this project with manually.

Breakdown

Describe alternatives you've considered

n/a

Additional context

Root issue: https://github.com/bpmn-io/form-js/issues/1166

marcosgvieira commented 5 months ago

@Skaiir as agreed, let's break the milestones here so it's easier to understand when we target to deliver.

Skaiir commented 5 months ago

On this one, there isn't so much a milestone approach, as there are many small things to tackle. What matters with this part of the issue is that it is done by the time https://github.com/bpmn-io/form-js/issues/1208 is done.