feat(auth): 역할 CRUD 및 다중 역할 할당 기능 구현 #7
불러오는 중...
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/auth-system"
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
변경 파일
backend/src/roles/roleService.ts— createRole, updateRole, deleteRole 추가backend/src/roles/roleRouter.ts— POST/PUT/DELETE 라우트 추가backend/src/users/userService.ts— roleSns 필드 추가frontend/src/services/authApi.ts— 역할 CRUD API 클라이언트frontend/src/components/views/AdminView.tsx— 역할 관리 및 다중 역할 UI.gitea/workflows/deploy.yml— CI 빌드 순서 수정Test plan
🤖 Generated with Claude Code