Skip to content

How to proceed with JSON Forms UI Schemas and the Model Server #158

Discussion options

You must be logged in to vote

Hi @agonzalezgaliana ,

this is a good question.
So the current take is:
If you have 'static' forms that won't change in a very fast fashion, the recommendation is to 'hardcode' them as it is done by the Coffee Editor.
If you need to support highly dynamic forms which can change on each request or depend on external data which is only available on the backend, eg the logged in user, then a server should serve them.
The current take of the modelserver team is, that the current endpoint to retrieve a uischema might not be a good fit to the modelserver and should rather be server by a customization. So either extend the ModelServer and add the necessary endpoints to you custom server or start…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@agonzalezgaliana
Comment options

Answer selected by agonzalezgaliana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants