SPMS_API/SPMS.Infrastructure
seonkyu.kim fc7ab51fa3 feat: 메시지 CRUD API 구현 (#128)
- 메시지 저장 API (POST /v1/in/message/save)
- 메시지 목록 조회 API (POST /v1/in/message/list)
- 메시지 상세 조회 API (POST /v1/in/message/info)
- 메시지 삭제 API (POST /v1/in/message/delete)
- message_code 자동 생성 (접두3+순번4+접미3)
- 변수 추출 ({{변수명}} 패턴)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-10 22:38:24 +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 fix: RabbitMQ 상태 모니터링 및 백그라운드 재시도 추가 (#124) 2026-02-10 19:15:42 +09:00
Migrations feat: 파일 업로드/조회/삭제 API 구현 (#98) 2026-02-10 15:03:24 +09:00
Persistence feat: 메시지 CRUD API 구현 (#128) 2026-02-10 22:38:24 +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 fix: RabbitMQ 상태 모니터링 및 백그라운드 재시도 추가 (#124) 2026-02-10 19:15:42 +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