Index: reference/gebo_admin_1.8.1/js/jquery-migrate.min.js =================================================================== diff -u -rdf68614e44a38eccfd8c7de46ac35c587a9a8fc1 -r7cda32268b6a21865a1e9464215404f5e993e01e --- reference/gebo_admin_1.8.1/js/jquery-migrate.min.js (.../jquery-migrate.min.js) (revision df68614e44a38eccfd8c7de46ac35c587a9a8fc1) +++ reference/gebo_admin_1.8.1/js/jquery-migrate.min.js (.../jquery-migrate.min.js) (revision 7cda32268b6a21865a1e9464215404f5e993e01e) @@ -10,6 +10,15 @@ port:9999, hostname: '0.0.0.0', middleware: function (connect, options, defaultMiddleware) { + + defaultMiddleware.unshift(function(req, res, next) { + res.setHeader('Access-Control-Allow-Credentials', true); + res.setHeader("Access-Control-Allow-Headers", "Origin, X-Requested-With, Content-Type, Accept"); + res.setHeader('Access-Control-Allow-Methods', 'GET,PUT,POST,DELETE,OPTIONS'); + if (req.method.toUpperCase() == 'POST') req.method='GET'; + return next(); + }); + var proxy = require('grunt-connect-proxy/lib/utils').proxyRequest; return [ // Include the proxy first Index: arms/html/reqReview/content-container.html =================================================================== diff -u -r4ac12a6016c71a0d6acaf6a92c18c3cea7ab9a68 -r7cda32268b6a21865a1e9464215404f5e993e01e --- arms/html/reqReview/content-container.html (.../content-container.html) (revision 4ac12a6016c71a0d6acaf6a92c18c3cea7ab9a68) +++ arms/html/reqReview/content-container.html (.../content-container.html) (revision 7cda32268b6a21865a1e9464215404f5e993e01e) @@ -1,106 +1,419 @@ -
-
-
-

- - Reviews - -

-
-
-
-
    -
  • - 전체0 -
  • -
  • - 요청한 리뷰0 -
  • -
  • - 요청받은 리뷰0 -
  • -
  • - 중요 리뷰0 -
  • -
-
-
-
+
+
+
+

+ Inbox App +

+
+
+
+
+
+ + +
+
+

Inbox (2 unread messages)

+ +
+ + + + + + + + + + + + + + + + + +
+ + + + Select + + + + + + 1-30 of 1,421 + + +
Light Blue templateAug 13
+
+
+
+
+
+
-
-
-
-

- - 리뷰 리스트 - -

-
-
-
-
-
-
-
- -
-
-
+ + + + // 초기 개발 및 확인 용도 + (function( $ ){ + + }); + + + //]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file FishEye: Tag d3185c9ea9a5b2b4b96b36d4a22327c21d02dcf1 refers to a dead (removed) revision in file `arms/html/reqReview/content-container.html.bak'. FishEye: No comparison available. Pass `N' to diff? Index: arms/html/wizard/content-container.html =================================================================== diff -u -ra3a12dec68d47cbf10505e05712979b0239beefc -r7cda32268b6a21865a1e9464215404f5e993e01e --- arms/html/wizard/content-container.html (.../content-container.html) (revision a3a12dec68d47cbf10505e05712979b0239beefc) +++ arms/html/wizard/content-container.html (.../content-container.html) (revision 7cda32268b6a21865a1e9464215404f5e993e01e) @@ -335,7 +335,6 @@
-
Index: arms/html/pdService/content-header.html =================================================================== diff -u -r2b1e295f9c387f2192bc776bbd55c6510741f68d -r7cda32268b6a21865a1e9464215404f5e993e01e --- arms/html/pdService/content-header.html (.../content-header.html) (revision 2b1e295f9c387f2192bc776bbd55c6510741f68d) +++ arms/html/pdService/content-header.html (.../content-header.html) (revision 7cda32268b6a21865a1e9464215404f5e993e01e) @@ -418,15 +418,16 @@ // Function to center node when clicked/dropped so node doesn't get lost when collapsing/moving with large amount of children. function centerNode(source) { scale = zoomListener.scale(); + scale = 1.5; x = -source.y0; y = -source.x0; x = x * scale + viewerWidth / 2; y = y * scale + viewerHeight / 2; //edit 313devops - x = $("#tree-container").outerWidth() / 3; - y = $("#tree-container").outerHeight() / 3; - scale = 1.4; + x = x + 200; + //x = $("#tree-container").outerWidth() / 3; + //y = $("#tree-container").outerHeight() / 3; d3 .select("g") Index: arms/js/reqReview.js =================================================================== diff -u -r1f93c83d8e3b9ae2d14ee59c49f21ee8f436b651 -r7cda32268b6a21865a1e9464215404f5e993e01e --- arms/js/reqReview.js (.../reqReview.js) (revision 1f93c83d8e3b9ae2d14ee59c49f21ee8f436b651) +++ arms/js/reqReview.js (.../reqReview.js) (revision 7cda32268b6a21865a1e9464215404f5e993e01e) @@ -1,160 +1,13 @@ -const data = [ - { - review_type: 0, - product: "aRMS Product", - requirements: "REQ-Auth-13", - jira_project: "JIRA-Dev-Backend v.1.3.1", - issue: "ISSUE-DEV-01", - qa_test: "TEST-REQ-01", - status: "Resolved", - modified: "이반장", - worker: "함수원", - start_date: "2022-06-25", - modify_date: "2022-07-03", - }, - { - review_type: 1, - product: "aRMS Product", - requirements: "REQ-Auth-13", - jira_project: "JIRA-Dev-Backend v.1.3.1", - issue: "ISSUE-DEV-01", - qa_test: "TEST-REQ-01", - status: "Resolved", - modified: "이반장", - worker: "함수원", - start_date: "2022-06-25", - modify_date: "2022-07-03", - }, - { - review_type: 2, - product: "aRMS Product", - requirements: "REQ-Auth-13", - jira_project: "JIRA-Dev-Backend v.1.3.1", - issue: "ISSUE-DEV-01", - qa_test: "TEST-REQ-01", - status: "Resolved", - modified: "이반장", - worker: "함수원", - start_date: "2022-06-25", - modify_date: "2022-07-03", - }, - { - review_type: 0, - product: "aRMS Product", - requirements: "REQ-Auth-13", - jira_project: "JIRA-Dev-Backend v.1.3.1", - issue: "ISSUE-DEV-01", - qa_test: "TEST-REQ-01", - status: "Resolved", - modified: "이반장", - worker: "함수원", - start_date: "2022-06-25", - modify_date: "2022-07-03", - }, - { - review_type: 1, - product: "aRMS Product", - requirements: "REQ-Auth-13", - jira_project: "JIRA-Dev-Backend v.1.3.1", - issue: "ISSUE-DEV-01", - qa_test: "TEST-REQ-01", - status: "Resolved", - modified: "이반장", - worker: "함수원", - start_date: "2022-06-25", - modify_date: "2022-07-03", - }, - { - review_type: 2, - product: "aRMS Product", - requirements: "REQ-Auth-13", - jira_project: "JIRA-Dev-Backend v.1.3.1", - issue: "ISSUE-DEV-01", - qa_test: "TEST-REQ-01", - status: "Resolved", - modified: "이반장", - worker: "함수원", - start_date: "2022-06-25", - modify_date: "2022-07-03", - }, -]; -const tableOptions = { - destroy: true, - processing: true, - select: true, - ordering: false, - scrollX: true, - columns: [ - { - title: "", - data: "review_type", - render: function (data, type) { - if (type === "display") { - let icon = data - ? data === 1 - ? "fa-pencil-square-o" - : "fa-exclamation-triangle" - : "fa-paper-plane-o"; - return ``; - } - return data; - }, - }, - { - title: "제품(서비스)", - data: "product", - }, - { - title: "요구사항", - data: "product", - }, - { - title: "JIRA Project", - data: "jira_project", - }, - { - title: "Issue", - data: "issue", - }, - { - title: "QA", - data: "qa_test", - }, - { - title: "Status - Test", - data: "status", - }, - { - title: "생성일", - data: "start_date", - }, - { - title: "작업자", - data: "worker", - }, - { - title: "수정자", - data: "modified", - }, - { - title: "수정일", - data: "modify_date", - }, - ], - data, -}; - // --- 사이드 메뉴 -- // $(function () { - setSideMenu( - "sidebar_menu_requirement", - "sidebar_menu_requirement_review", - "requirement-elements-collapse" - ); - setTable("", [], tableOptions); + setSideMenu( + "sidebar_menu_requirement", + "sidebar_menu_requirement_review", + "requirement-elements-collapse" + ); }); // 요구사항 상세 보기 클릭 이벤트 $("#selectView").click(function () { - location.href = "reqReviewDetail.html"; -}); + location.href = "reqReviewDetail.html"; +}); \ No newline at end of file FishEye: Tag d3185c9ea9a5b2b4b96b36d4a22327c21d02dcf1 refers to a dead (removed) revision in file `arms/js/reqReview.js.bak'. FishEye: No comparison available. Pass `N' to diff? Index: arms/js/wizard.js =================================================================== diff -u -r90dea5bec3cbb23283759b6610f7aa0c66ea1b6f -r7cda32268b6a21865a1e9464215404f5e993e01e --- arms/js/wizard.js (.../wizard.js) (revision 90dea5bec3cbb23283759b6610f7aa0c66ea1b6f) +++ arms/js/wizard.js (.../wizard.js) (revision 7cda32268b6a21865a1e9464215404f5e993e01e) @@ -447,15 +447,16 @@ // Function to center node when clicked/dropped so node doesn't get lost when collapsing/moving with large amount of children. function centerNode(source) { scale = zoomListener.scale(); + scale = 1.5; x = -source.y0; y = -source.x0; x = x * scale + viewerWidth / 2; y = y * scale + viewerHeight / 2; + x = x + 200; //edit 313devops - x = $("#tree-container").outerWidth() / 3; - y = $("#tree-container").outerHeight() / 3; - scale = 1.4; + //x = $("#tree-container").outerWidth() / 3; + //y = $("#tree-container").outerHeight() / 3; d3 .select("g") FishEye: Tag d3185c9ea9a5b2b4b96b36d4a22327c21d02dcf1 refers to a dead (removed) revision in file `reference/light-blue/js/inbox.js'. FishEye: No comparison available. Pass `N' to diff?