SPMS_API/SPMS.Infrastructure
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
..
Auth improvement: 로그아웃 시 Access Token 즉시 무효화 (#169) 2026-02-24 17:33:37 +09:00
Caching improvement: InMemoryTokenStore를 Redis 기반으로 교체 (#162) 2026-02-11 11:20:16 +09:00
Messaging fix: RabbitMQ 상태 모니터링 및 백그라운드 재시도 추가 (#124) 2026-02-10 19:15:42 +09:00
Migrations improvement: Notification 도메인 구축 (#247) 2026-02-26 09:44:28 +09:00
Persistence improvement: Notification 도메인 구축 (#247) 2026-02-26 09:44:28 +09:00
Push feat: APNs 발송 모듈 구현 (#106) 2026-02-10 15:52:26 +09:00
Security feat: APNs/FCM 키 등록 및 조회 API 구현 (#48) 2026-02-10 00:28:47 +09:00
Services improvement: 임시 비밀번호 발급 및 강제변경 플로우 구현 (#207) 2026-02-25 10:51:37 +09:00
Webhook feat: 웹훅 발송 서비스 구현 (#146) 2026-02-11 10:10:11 +09:00
Workers improvement: DeadTokenCleanupWorker Redis 캐시 무효화 연동 (#160) 2026-02-11 11:13:26 +09:00
AppDbContext.cs improvement: Notification 도메인 구축 (#247) 2026-02-26 09:44:28 +09:00
DependencyInjection.cs improvement: Notification 도메인 구축 (#247) 2026-02-26 09:44:28 +09:00
DesignTimeDbContextFactory.cs feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
SPMS.Infrastructure.csproj feat: Redis 중복 발송 방지 구현 (#108) 2026-02-10 16:04:51 +09:00