SPMS_API/SPMS.Infrastructure
SEAN 8b1ae4dc02 improvement: PushWorker 웹훅 발송 연동 (#158)
- PushWorker에 IWebhookService 의존성 주입
- 발송 완료 후 push_sent/push_failed 이벤트 웹훅 호출
- TASKS.md API 커버리지 테이블 업데이트 (65/65 완료)

Closes #158
2026-02-11 11:07:04 +09:00
..
Auth feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
Caching feat: Redis 토큰 캐시 관리 구현 (#154) 2026-02-11 10:40:32 +09:00
Messaging fix: RabbitMQ 상태 모니터링 및 백그라운드 재시도 추가 (#124) 2026-02-10 19:15:42 +09:00
Migrations feat: 웹훅 설정 API 구현 (#144) 2026-02-11 10:03:03 +09:00
Persistence feat: DailyStatWorker 구현 (#148) 2026-02-11 10:17:06 +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 feat: 운영자 관리 API 구현 (#134) 2026-02-11 09:16:04 +09:00
Webhook feat: 웹훅 발송 서비스 구현 (#146) 2026-02-11 10:10:11 +09:00
Workers improvement: PushWorker 웹훅 발송 연동 (#158) 2026-02-11 11:07:04 +09:00
AppDbContext.cs feat: Public API Entity 정의 및 DB 스키마 구축 (#76) 2026-02-10 13:21:15 +09:00
DependencyInjection.cs feat: Redis 토큰 캐시 관리 구현 (#154) 2026-02-11 10:40:32 +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