You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
en
Distinguish
Currently there is a single field allNamedGraph that contains everything.
Need to split that in 2 fields:
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)
The text was updated successfully, but these errors were encountered: