diff --git a/150-DOCUMENTATION/001-CONFIGURATION/ADAM Education Servers List-updated.xlsx b/150-DOCUMENTATION/001-CONFIGURATION/ADAM Education Servers List-updated.xlsx new file mode 100644 index 0000000..2490866 --- /dev/null +++ b/150-DOCUMENTATION/001-CONFIGURATION/ADAM Education Servers List-updated.xlsx diff --git a/150-DOCUMENTATION/001-CONFIGURATION/MongoConfig b/150-DOCUMENTATION/001-CONFIGURATION/MongoConfig new file mode 100644 index 0000000..680177a --- /dev/null +++ b/150-DOCUMENTATION/001-CONFIGURATION/MongoConfig @@ -0,0 +1,38 @@ +1. downlaod and install mongoDB from "https://www.mongodb.com/download-center#community". +2. create a folder mongoadmin somewhere in your D:\ +3. create 3 folders within this folder with the following names: + conf + data + log + 4. Place mongod.conf file in conf folder. Contents of file are below. + + storage: + dbPath: "d:/mongoadmin/data" + journal: + enabled: true + + systemLog: + destination: file + path: "d:/mongoadmin/log/mongod.log" + + net: + http: + enabled: true +5. run command to install mongodb as windows service and in that command give the mongod.conf file's path as a parameter. + 'mongod.exe --config "d:\mongoadmin\conf\mongod.conf" --install' +mong if you do not install mongodb as a service, then you need to run mongod.exe everytime you want to have mongodb running +6. after executing the above command, you can run the following command to start MongoDB service + "net start MongoDB" + to execute all the above commands, you need to open command with "run as administrator" + +------------- +@TO DUMP DATABASE +mongodump -d -o + +@TO RESTORE DB +mongorestore --db + + +-------- +@Install MongoBooster +and add DB name in create connection Default Database tab. \ No newline at end of file diff --git a/150-DOCUMENTATION/Audit/Sprints/JulyAugSep/Ebix-Estimation Model_Health_Dev_Product Sprint 39(30-Aug-17).xlsx b/150-DOCUMENTATION/Audit/Sprints/JulyAugSep/Ebix-Estimation Model_Health_Dev_Product Sprint 39(30-Aug-17).xlsx index 779677f..3cafdbf 100644 --- a/150-DOCUMENTATION/Audit/Sprints/JulyAugSep/Ebix-Estimation Model_Health_Dev_Product Sprint 39(30-Aug-17).xlsx +++ b/150-DOCUMENTATION/Audit/Sprints/JulyAugSep/Ebix-Estimation Model_Health_Dev_Product Sprint 39(30-Aug-17).xlsx diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js index 84dcdb8..1360ad8 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js @@ -571,7 +571,7 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l if ($('#daImagePanel').offset().left == 0) $('#daImagePanel').css("left", '1px'); - }, 550); + }, 350); } } else { @@ -7738,6 +7738,8 @@ AIA.controller("DAController", ["$scope", "$rootScope", "$compile", "$http", "$l $rootScope.isLoading = true; $('#spinner').css('visibility', 'visible'); + + localStorage.setItem("currentBodyViewId", $rootScope.voId); //1. $scope.loadSelectedBodyView($rootScope.voId); diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js index ff4b85d..984b217 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js @@ -280,9 +280,9 @@ function ($scope, $window, $rootScope, $compile, $http, $log, $location, $timeou $scope.imageWidth = this.width; $scope.imageHeight = this.height; - $('#aaBodyView').css("height", $(window).outerHeight()); + //$('#aaBodyView').css("height", $(window).outerHeight()); - $('#aaBodyView').css("width", $(window).outerWidth()); + //$('#aaBodyView').css("width", $(window).outerWidth()); $timeout(function () { $compile(aaViewElement.contents())($scope); diff --git a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js index 380d783..b62f59b 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js +++ b/400-SOURCECODE/AIAHTML5.Web/app/main/AIA.js @@ -352,7 +352,7 @@ AIA.constant("UserTypeConstants", { AIA.constant("AIAConstants", { - "NO_BODY_SYSTEM_AVAILABLE" : "No body system available in this layer.", + "NO_BODY_SYSTEM_AVAILABLE" : "This body system is not available on this layer.", }) diff --git a/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html b/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html index 4494c9f..e9d3cb0 100644 --- a/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html +++ b/400-SOURCECODE/AIAHTML5.Web/app/views/aa/atlas-anatomy-detail.html @@ -128,15 +128,22 @@   -
- - + + + +
+