docs: [notification-settings] 서비스 알림설정 설계 문서 작성

- 5개 테이블 구조 정리 (notification_settings, push_notification_settings 등)
- API 엔드포인트 문서화 (그룹 기반 + 플랫 구조 + 푸시 전용)
- 알림음 시스템 정리 (FCM 채널 매핑, 음원 파일 현황)
- soundType 미연동 Gap 분석 및 구현 필요 항목 정리
This commit is contained in:
김보곤
2026-03-18 09:37:13 +09:00
parent 00f54275e8
commit c169fd2fee
2 changed files with 555 additions and 0 deletions

View File

@@ -188,6 +188,7 @@ DB 도메인별:
| [construction-pmis/bim-viewer.md](features/construction-pmis/bim-viewer.md) | BIM 뷰어 (Three.js 기반 웹 3D 건물 모델 뷰어) |
| [rd/README.md](features/rd/README.md) | R&D 메뉴 전체 개요 |
| [rd/fire-shutter-drawing-guide-rail.md](features/rd/fire-shutter-drawing-guide-rail.md) | 방화셔터 가이드레일 SVG/3D 렌더링 기술 명세 |
| [notification-settings/README.md](features/notification-settings/README.md) | 서비스 알림설정 (5개 테이블, API 엔드포인트, 알림음 시스템, Gap 분석) |
---