[Feature] 웹훅 발송 서비스 구현 (WHK-02) #146
Labels
No Label
Priority
High
Priority
Low
Priority
Medium
Priority
Non
Priority
Urgent
Status
Available
Status
Done
Status
In Progress
Type
Bug
Type
Chore
Type
Design
Type
Documentation
Type
Feature
Type
Improvement
Type
Refactor
Type
Research
Type
Task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: SPMS/SPMS_API#146
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
설명
푸시 발송 결과 등 이벤트 발생 시 등록된 Webhook URL로 알림을 전송하는 서비스를 구현한다.
기능 ID: WHK-02
체크리스트
SPMS.Application/Interfaces/IWebhookService.cs— 인터페이스 정의SPMS.Application/DTOs/Webhook/WebhookPayloadDto.cs— 페이로드 DTOSPMS.Domain/Interfaces/IWebhookLogRepository.cs— Repository 인터페이스SPMS.Infrastructure/Persistence/Repositories/WebhookLogRepository.cs— 구현SPMS.Infrastructure/Webhook/WebhookService.cs— HTTP 전송 구현 (재시도 3회, 30초 간격)SPMS.Infrastructure/DependencyInjection.cs— DI 등록