Go to file
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
SPMS.API feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
SPMS.Application feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
SPMS.Domain feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
SPMS.Infrastructure feat: 발송 로그 조회 API 구현 (#122) 2026-02-10 17:41:38 +09:00
.gitignore feat: Domain Entity 정의 및 DB 스키마 구축 (#8) 2026-02-09 11:46:33 +09:00
global.json [] 새 프로젝트 생성 2025-12-03 13:07:18 +09:00
Jenkinsfile refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00
README.md [📝] GIT init 2025-12-03 12:12:45 +09:00
SPMS_API.sln refactor: 클린 아키텍쳐 적용 및 프로젝트 분리 (Resolves #5) 2026-01-19 16:37:50 +09:00

SPMS