+ added utils containing uuid generator
# moved a box generation into scenario model, since each scenario is to have its own a box + added JSON-LD formatting to scenario and unit model TODO: relations are missing! --> must match with t box # ContextInformation: getJSONLD() now returns object instead of array # (temporarily) changed showSaveScenario() so that a box is downloaded instead of scenario JSON
Showing
- index.html 1 addition, 0 deletionsindex.html
- js/authoring/controllers/saveScenarioController.js 10 additions, 5 deletionsjs/authoring/controllers/saveScenarioController.js
- js/authoring/models/aBoxJSONLDModel.js 11 additions, 2 deletionsjs/authoring/models/aBoxJSONLDModel.js
- js/authoring/models/contextInfoModel.js 14 additions, 14 deletionsjs/authoring/models/contextInfoModel.js
- js/authoring/models/scenarioModel.js 25 additions, 1 deletionjs/authoring/models/scenarioModel.js
- js/authoring/models/unitModel.js 44 additions, 11 deletionsjs/authoring/models/unitModel.js
- js/authoring/utils.js 19 additions, 0 deletionsjs/authoring/utils.js
- js/main.js 0 additions, 1 deletionjs/main.js
js/authoring/utils.js
0 → 100644
Please register or sign in to comment