Index: vue/src/assets/images/devops/DevSupport/github.png =================================================================== diff -u -r86a844cd3fa50de696337b851311971d42b00500 -r2432dd60fa7ba880398a63ecfc89f95d9160d275 --- vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision 86a844cd3fa50de696337b851311971d42b00500) +++ vue/src/assets/images/devops/DevSupport/github.png (.../github.png) (revision 2432dd60fa7ba880398a63ecfc89f95d9160d275) @@ -1944,6 +1944,7 @@ .kanban-item { display: flex; justify-content: space-between; + align-items: flex-start; background: rgba(51, 51, 51, 1) !important; box-shadow: 0 0 4px rgba(0, 0, 0, 0.12), 0 2px 2px rgba(0, 0, 0, 0.08); border-radius: 6px; @@ -1976,5 +1977,5 @@ padding: 5px 10px; border-radius: 4px; font-size: 11px; - z-index: 1000; + z-index: 900; } \ No newline at end of file Index: arms/css/tourGuide/tourGuideCustom.css =================================================================== diff -u -raa2928816d05cea9d5334b7943f6d26be5c82814 -r2432dd60fa7ba880398a63ecfc89f95d9160d275 --- arms/css/tourGuide/tourGuideCustom.css (.../tourGuideCustom.css) (revision aa2928816d05cea9d5334b7943f6d26be5c82814) +++ arms/css/tourGuide/tourGuideCustom.css (.../tourGuideCustom.css) (revision 2432dd60fa7ba880398a63ecfc89f95d9160d275) @@ -14,4 +14,8 @@ .tgOnOff { color: #DB2A34 !important; +} + +.tg-dialog .tg-dialog-footer { + padding: 0; } \ No newline at end of file Index: arms/js/common/tourGuide/tgApi.js =================================================================== diff -u -raa2928816d05cea9d5334b7943f6d26be5c82814 -r2432dd60fa7ba880398a63ecfc89f95d9160d275 --- arms/js/common/tourGuide/tgApi.js (.../tgApi.js) (revision aa2928816d05cea9d5334b7943f6d26be5c82814) +++ arms/js/common/tourGuide/tgApi.js (.../tgApi.js) (revision 2432dd60fa7ba880398a63ecfc89f95d9160d275) @@ -8,6 +8,22 @@ return tg; } + const makeModalInstance = function (data) { + + //TgGroup.modalReqKanban(data); + + let tg = new tourguide.TourGuideClient({ + autoScroll: false, + hidePrev: true, + hideNext: true, + showStepDots: false, + stepDotsPlacement: 'body', + showStepProgress: false, + steps: modalFetchSteps(data), + }); + return tg; + } + const fetchSteps = function (pageName) { let steps; console.log("[ tgApi :: TourGuideApi.fetchSteps ] :: pageName → " + pageName); @@ -49,6 +65,13 @@ return steps; }; + const modalFetchSteps = function (data) { + let steps = TgGroup.modalReqKanban(data); + return steps; + } + return {fetchSteps : fetchSteps, - makeInstance :makeInstance}; // 내부 함수 key : value ( function ) + makeInstance : makeInstance, + makeModalInstance : makeModalInstance, + modalFetchSteps : modalFetchSteps}; // 내부 함수 key : value ( function ) })(); \ No newline at end of file Index: arms/js/common/tourGuide/tgGroup.js =================================================================== diff -u -raa2928816d05cea9d5334b7943f6d26be5c82814 -r2432dd60fa7ba880398a63ecfc89f95d9160d275 --- arms/js/common/tourGuide/tgGroup.js (.../tgGroup.js) (revision aa2928816d05cea9d5334b7943f6d26be5c82814) +++ arms/js/common/tourGuide/tgGroup.js (.../tgGroup.js) (revision 2432dd60fa7ba880398a63ecfc89f95d9160d275) @@ -61,6 +61,41 @@ return steps; }; + var modalReqKanban = function (data) { + + let reqId = data.reqId; + let reqInfo = data.reqInfo; + + const keyMap = { + reqVersions: "버전", + reqPriority: "우선순위", + reqDifficulty: "난이도", + reqPlan: "계획일", + reqSummary: "요구사항" + }; + + let formattedString = ""; + Object.keys(reqInfo).forEach((key) => { + const mappedKey = keyMap[key] || key; + formattedString += `