-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Antero Duarte edited this page Oct 23, 2020
·
3 revisions
Walls Dynamic Forms is meant to make it easier to build dynamic elements in forms.
The need comes from extendable parts of our platform having configurable elements that are dynamic and susceptible to change.
The first 2 use cases are HiCCUP and Data-Foundry, which serve server-side field descriptions for their ingredients (HiCCUP) and data processors/data sources (DF).
The following schema is meant to be implemented in JSON and therefore follows some of the constraints that the format presents (Numbers are as defined in JSON for example)
The form schema defines composeability through the ability to declare nested forms (There is an example of this and other usages of the form).