+ added parameterModel
+ added function to get unit from entire author system content by its UUID - in contextInfoModel: removed unnecessary complexity in value object + in contextInfoModel: added each part of former value object as context info property + getter and setter functions for each # completed changes towards consistent usage of models: contextInfo, parameters, unit, authorSystem # completed changes in checkInformation(), drawing information from model structure instead of view # renamed parameter input and select fields and divs with generic ID "parameter"+i and "divParameter"+i, resp. # untangled event handlers for clicked or dragged units and properties tab from "blob" activateFunctionalities() # replaced (use and function of) global var global_currentInputUnitName with global var currentUnitUUID # made variable currentConnectionID global
Showing
- index.html 1 addition, 0 deletionsindex.html
- js/authoring/controllers/authorSystemController.js 1 addition, 5 deletionsjs/authoring/controllers/authorSystemController.js
- js/authoring/controllers/canvasController.js 119 additions, 71 deletionsjs/authoring/controllers/canvasController.js
- js/authoring/controllers/contextInfoController.js 67 additions, 116 deletionsjs/authoring/controllers/contextInfoController.js
- js/authoring/controllers/menuController.js 3 additions, 2 deletionsjs/authoring/controllers/menuController.js
- js/authoring/controllers/tabs/contextTabController.js 52 additions, 55 deletionsjs/authoring/controllers/tabs/contextTabController.js
- js/authoring/controllers/tabs/generalTabController.js 7 additions, 105 deletionsjs/authoring/controllers/tabs/generalTabController.js
- js/authoring/controllers/tabs/propertiesTabController.js 45 additions, 0 deletionsjs/authoring/controllers/tabs/propertiesTabController.js
- js/authoring/controllers/unitController.js 9 additions, 36 deletionsjs/authoring/controllers/unitController.js
- js/authoring/models/authorSystemContentModel.js 6 additions, 0 deletionsjs/authoring/models/authorSystemContentModel.js
- js/authoring/models/contextInfoModel.js 91 additions, 17 deletionsjs/authoring/models/contextInfoModel.js
- js/authoring/models/parameterModel.js 78 additions, 0 deletionsjs/authoring/models/parameterModel.js
- js/authoring/models/xmlParser.js 41 additions, 48 deletionsjs/authoring/models/xmlParser.js
- js/main.js 1 addition, 1 deletionjs/main.js
Loading
Please register or sign in to comment