SPMS_API/SPMS.Domain
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
..
Common feat: 즉시 발송 요청 API 구현 (#114) 2026-02-10 16:38:51 +09:00
Entities feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
Enums feat: Domain Enum 및 에러 코드 상수 정의 (#10) 2026-02-09 13:31:50 +09:00
Exceptions feat: SpmsException 및 글로벌 예외 처리 미들웨어 구현 (#16) 2026-02-09 14:33:37 +09:00
Interfaces feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
SPMS.Domain.csproj refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00