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

Pave the way for forms in Scala.JS : Distinguish graph of models and of data #176

Open
jmvanel opened this issue Jul 4, 2017 · 0 comments

Comments

@jmvanel
Copy link
Owner

jmvanel commented Jul 4, 2017

en

Distinguish

  • graph of models (and form specifications) and
  • graph of data (will make possible the generation of form in Scala.js)

Currently there is a single field allNamedGraph that contains everything.
Need to split that in 2 fields:

  • modelsGraph
  • dataGraph
    For the server version of form generation, the 2 variables will be alias of allNamedGraph.
    For the Scala.JS version of form generation, the 2 variables will be different, and contains just the relevant part of model and data.

fr

Distinguer graphe des modèles et graphe des données (permettra de déporter la génération de formulaire vers Scala.js)

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

1 participant