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
I have tried to set up a map and link it with its "blueprint" on github, but this doesn't seem to work properly.
Steps:
go to kumu.io and set up a project.
Export the project "blueprint" (JSON)
store this blueprint on github.
Link the blueprint with the project on kumu.io
edit the blueprint on github. (commit, sync...)
reload the project on kumu.io.
To simplify the test, I only changed a description of a single element. Unfortunately, the change doesn't propagate to kumu.io - description of this element didn't change. :-(
{
"_id": "elem-NgGc8u0r",
"attributes": {
"label": "Illustration",
"cardinality": "1..*",
"level": "2",
"meaning": "Element",
"description": "A drawing, a photograph, a diagram, etc. visually representing the object. NEW TEXT"
}
},
The text was updated successfully, but these errors were encountered:
@DenoBeno unfortunately the project export (that is the backup of a project and includes definition of maps, attributes, etc.) isn't the same format as what is allowed as part of a JSON blueprint linked remote source data set. Think of anything that is linked as a remote source as defining the elements and connections of a map (versus the entire project definition).
If you edited the blueprint to just include the element and connection data, it should work:
I have tried to set up a map and link it with its "blueprint" on github, but this doesn't seem to work properly.
Steps:
To simplify the test, I only changed a description of a single element. Unfortunately, the change doesn't propagate to kumu.io - description of this element didn't change. :-(
Projekt: https://kumu.io/clima/pos#pos-data-model/illustration
Github blueprint: https://raw.githubusercontent.com/DenoBeno/kumu/main/PoS.json
The text was updated successfully, but these errors were encountered: