feat: Phase 5.1-1 사용자 초대 + Phase 5.2 알림 설정 API 연동

- 사용자 초대 API: role 문자열 지원 추가 (React 호환)
- 알림 설정 API: 그룹 기반 계층 구조 구현
  - notification_setting_groups 테이블 추가
  - notification_setting_group_items 테이블 추가
  - notification_setting_group_states 테이블 추가
  - GET/PUT /api/v1/settings/notifications 엔드포인트 추가
- Pint 코드 스타일 정리
This commit is contained in:
2025-12-22 17:42:59 +09:00
parent eeca8d3e0f
commit a27b1b2091
43 changed files with 2980 additions and 144 deletions

View File

@@ -39,7 +39,7 @@
* description="파일 공유 링크",
*
* @OA\Property(property="token", type="string", example="a1b2c3d4e5f6g7h8i9j0k1l2m3n4o5p6", description="64자 공유 토큰"),
* @OA\Property(property="url", type="string", example="http://api.sam.kr/api/v1/files/share/a1b2c3d4"),
* @OA\Property(property="url", type="string", example="https://api.sam.kr/api/v1/files/share/a1b2c3d4"),
* @OA\Property(property="expires_at", type="string", format="date-time", example="2025-01-02T00:00:00Z")
* )
*