Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there any drawbacks to tightly coupling the json-schema to the view? #18

Open
mkmoisen opened this issue Aug 2, 2015 · 1 comment

Comments

@mkmoisen
Copy link

mkmoisen commented Aug 2, 2015

I wrote a detailed question on stackoverflow if anyone could answer, but I'll ask the concise version here:

I would love to leverage something like jsonform so that my UI team could generate a UI form based off the json-schema I provide them. This would cut down tremendously on the hours spent in meetings describing business requirements or how the UI needs to flow. However, this appears to me to tightly couples the backend to the UI. Is there any drawback to this approach or concerns I should look out for?

Best regards!

(I am cross posting this in the 3 jsonform's I see on github for some more visibility)

@ulion
Copy link
Owner

ulion commented Aug 3, 2015

no, you are not, you should always have to use the form definition of
jsonform to adjust the ui to layout as what it want it to be, jsonform only
rely on the schema to generate the form if you did not supply form
definition.

2015-08-03 6:40 GMT+08:00 mkmoisen [email protected]:

I wrote a detailed question on stackoverflow
https://stackoverflow.com/questions/31777279/adding-properties-to-fields-in-a-json-schema-to-tightly-couple-the-schema-with-a
if anyone could answer, but I'll ask the concise version here:

I would love to leverage something like jsonform so that my UI team could
generate a UI form based off the json-schema I provide them. This would cut
down tremendously on the hours spent in meetings describing business
requirements or how the UI needs to flow. However, this appears to me to
tightly couples the backend to the UI. Is there any drawback to this
approach or concerns I should look out for?

Best regards!

(I am cross posting this in the 3 jsonform's I see on github for some more
visibility)


Reply to this email directly or view it on GitHub
#18.

Ulion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants