Index: arms/html/reqKanban/content-container.html
===================================================================
diff -u -rc2daa239f27d57721d85547f67fdd874545059b4 -r0006ac84516a7f442974d5f0bbdf7b12ce8194a1
--- arms/html/reqKanban/content-container.html (.../content-container.html) (revision c2daa239f27d57721d85547f67fdd874545059b4)
+++ arms/html/reqKanban/content-container.html (.../content-container.html) (revision 0006ac84516a7f442974d5f0bbdf7b12ce8194a1)
@@ -379,19 +379,19 @@
- :
+ :
0%
- :
+ :
0%
- :
+ :
0%
- :
+ :
0%
Index: arms/js/reqKanban.js
===================================================================
diff -u -raa17d379d80182efcc6dda382f5537b0fc5028eb -r0006ac84516a7f442974d5f0bbdf7b12ce8194a1
--- arms/js/reqKanban.js (.../reqKanban.js) (revision aa17d379d80182efcc6dda382f5537b0fc5028eb)
+++ arms/js/reqKanban.js (.../reqKanban.js) (revision 0006ac84516a7f442974d5f0bbdf7b12ce8194a1)
@@ -8,10 +8,10 @@
'닫힘': '13'
};
const reqStateToIconMapping = { // 요구사항 상태에 아이콘 매핑
- '열림': '',
- '진행중': '',
- '해결됨': '',
- '닫힘': ''
+ '열림': '',
+ '진행중': '',
+ '해결됨': '',
+ '닫힘': ''
};
let boardData = Object.keys(reqStateToIdMapping).map(state => ({ // 기본 보드 데이터
id: reqStateToIdMapping[state],