SPMS_API/SPMS.Infrastructure
SEAN b56170f10c feat: 발송 로그 조회 API 구현 (#122)
- POST /v1/in/push/log 엔드포인트 추가
- PushSendLogRepository (페이징, 필터링: message_code, device_id, status, 날짜범위)
- PushService.GetLogAsync 구현
- 누락된 Push DTO 파일 포함 (PushSendRequestDto, PushSendResponseDto, PushSendTagRequestDto)
2026-02-10 17:41:38 +09:00
..
Auth feat: JWT 인증 모듈 구현 (#20) 2026-02-09 14:59:36 +09:00
Caching feat: 예약 발송 등록/취소 API 구현 (#116) 2026-02-10 17:06:04 +09:00
Messaging feat: RabbitMQ 인프라 설정 (Exchange/Queue) (#102) 2026-02-10 15:34:15 +09:00
Migrations feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
Persistence feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +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 구현 (#98) 2026-02-10 15:03:24 +09:00
Workers feat: 예약 발송 등록/취소 API 구현 (#116) 2026-02-10 17:06:04 +09:00
AppDbContext.cs feat: Public API Entity 정의 및 DB 스키마 구축 (#76) 2026-02-10 13:21:15 +09:00
DependencyInjection.cs feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +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