SPMS_API/SPMS.Application/Services
SEAN c29a48163d improvement: Notification 도메인 구축 (#247)
- Domain: NotificationCategory enum, Notification entity, INotificationRepository
- Infrastructure: NotificationConfiguration, NotificationRepository, AppDbContext/DI 등록
- Migration: AddNotificationTable 생성 및 적용
- Application: DTO 7개, INotificationService, NotificationService, DI 등록
- API: NotificationController (summary, list, read, read-all)

Closes #247
2026-02-26 09:44:28 +09:00
..
AccountService.cs feat: 운영자 관리 API 구현 (#134) 2026-02-11 09:16:04 +09:00
AppConfigService.cs feat: 점검 안내 API 구현 (#92) 2026-02-10 14:33:32 +09:00
AuthService.cs improvement: 인증 보안 정책 — Rate Limit + 시도제한 + 보안 로깅 (#190) 2026-02-25 11:13:49 +09:00
BannerService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
DeviceService.cs improvement: 기기 엑셀 내보내기 API 추가 (#241) 2026-02-25 17:16:13 +09:00
FaqService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
FileService.cs feat: CSV 검증/템플릿 다운로드 API 구현 (#100) 2026-02-10 15:22:12 +09:00
MessageService.cs improvement: 메시지 발송 상태 집계 규칙 고정 (#178) 2026-02-25 15:09:01 +09:00
MessageValidationService.cs improvement: 메시지 저장/검증 계약 통일 (#222) 2026-02-25 14:06:54 +09:00
NoticeService.cs fix: Public API에서 X-Service-Code 의존성 제거 (#90) 2026-02-10 14:26:41 +09:00
NotificationService.cs improvement: Notification 도메인 구축 (#247) 2026-02-26 09:44:28 +09:00
PushService.cs feat: 상세 로그 다운로드 API 구현 (#140) 2026-02-11 09:43:47 +09:00
ServiceManagementService.cs improvement: API Key 마스킹 및 전체 조회 엔드포인트 추가 (#220) 2026-02-25 13:56:59 +09:00
StatsService.cs improvement: 대시보드 TopMessage에 status 필드 추가 (#193) 2026-02-25 16:50:17 +09:00
TagService.cs improvement: 태그 삭제 시 디바이스 orphan 참조 제거 (#186) 2026-02-26 09:12:41 +09:00