6 Commits

Author SHA1 Message Date
DDD1542 2348800e68 refactor(common-code): 마스터-디테일 재설계 — code_info(그룹) + code_detail(재귀 트리)
Build & Deploy to K8s / build-and-deploy (push) Successful in 9m22s
카테고리/캐스케이딩 시스템 (B/C/D) 전부 폐기:
- BE: mapper/Service/Controller 9세트 삭제 (cascading*, categoryTree, tableCategoryValue, categoryValueCascading, codeMerge)
- FE: 페이지 3 + API 8 + hooks 2 + 폐기 컴포넌트 6 삭제, 14곳 의존성 정리
- DB: 12 테이블 DROP, TABLE_TYPE_COLUMNS.CODE_CATEGORY → CODE_INFO rename

신설 commonCode 마스터-디테일:
- code_info: 1레벨 그룹 마스터
- code_detail: 2~∞ depth 재귀 트리 (parent_detail_id self-FK, depth 자동 계산)
- API: /api/common-codes/{info,detail}
- CodeCategoryFormModal/Panel → CodeInfoFormModal/Panel rename
- code_category 컬럼명 전부 code_info 로 치환 (mapper/Java/FE)
- 옛 commonCode API URL (/categories/...) → getCodeOptions 어댑터 + /detail?code_info=... 전환

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 16:50:50 +09:00
leeheejin 652617fe37 주석처리완 2025-11-28 11:52:23 +09:00
hyeonsu 38db624fd4 Add missing invalidate method to codeCache - complete all missing methods 2025-09-18 20:14:56 +09:00
hyeonsu 30d01fc3bd Add missing getCacheInfo method to codeCache 2025-09-18 20:14:26 +09:00
hyeonsu 3fbbfb53c1 Add missing preloadCodes and getCodeSync methods to codeCache 2025-09-18 20:13:33 +09:00
hyeonsu 7c21c2eba6 Fix cache folder issue - rename cache to caching to avoid gitignore 2025-09-18 19:15:13 +09:00