it-at-m / digiwf-core

central workflow automation and integration platform based on the free process framework Camunda.
MIT License
19 stars 7 forks source link

Custom Form Elements #984

Open xdoo opened 2 years ago

xdoo commented 2 years ago

We have to find a good way to handle custom form elements. Of course we can create very fast standard forms based on the 15 generic form elements. But you will always come to the point where you want to have some custom form elements like search or something else.

The question ist, how we can handle that need without "polluting" the generic platform. Here're some possible solutions (there can be more):

xdoo commented 2 years ago

@dominikhorn93

xdoo commented 2 years ago

Here's an other idea (this is an older and more high fliyer one)

image

darenegade commented 1 year ago

@dominikhorn93 Do we not already have that? @martind260 showed us how to integrate custom inputs. That was exactly what the picture ist showing.

Please close the issue if that's correct

darenegade commented 1 year ago

WebComp-Form-DigiWF.png

We need a way to integrate custom inputs. One way could be to achieve this via WebCompontens and an interface that we specify.