Why does the FDP use DASH-Editor/viewer properties to create front forms ? #720
Replies: 1 comment
I completely agree with this observation. Personally I'm not opposed to using dash to specify form layout for the client, but I think it has no place in the default schemas that are stored in the FDP (backend) repo. Instead, I would propose to move all dash-related statements from the FDP (backend) default schemas into separate schemas defined in the FDP-client repository, aimed purely at presentation. It is important to note that the FDP-client is currently a pure "client-side" application, i.e. it is served in the form of static files, without any server-side rendering or storage. Thus, in order to make these presentation-schemas editable, we would need to define a special schemas/resources to be stored on the FDP backend side. However, the defaults for these would also be stored in the FDP-client repo. |
Uh oh!
There was an error while loading. Please reload this page.
Instead of use DASH properties to create the form, we can use the nodeKind. This has the following advantages:
For some enum properties, you can now use Dash to create a drop down menu. This is functionality that we will loose. or we have to find an alternative way to specify them. (in resource ?)
All reactions