refactor(phase4-5): 대형 View 분할 + RBAC 권한 시스템 + DB 통합 + 게시판 CRUD #25
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/refactor-phase5-view-decomposition"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
주요 변경 (67파일, +13,118 / -9,767)
DB
005_db_consolidation.sql— 스키마 분리 (wing, auth)006_board.sql— BOARD_POST DDL + 초기 데이터 10건003_perm_tree.sql,004_oper_cd.sql— 권한 트리 + 오퍼레이션백엔드
board/boardService.ts— CRUD (페이징, 검색, 소유자 검증, 논리삭제)board/boardRouter.ts— 카테고리별 서브리소스 권한 분기roles/permResolver.ts— 권한 상속 해석 엔진auth/authMiddleware.ts— requirePermission 미들웨어프론트엔드
Test plan
🤖 Generated with Claude Code