[Feature] DailyStatWorker 구현 (AAG-01) #148
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#148
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?
설명
매일 00:05 KST에 전날의 발송/열람 결과를 집계하여 DailyStat 테이블에 기록하는 BackgroundService Worker를 구현한다.
기능 ID: AAG-01
체크리스트
SPMS.Infrastructure/Workers/DailyStatWorker.cs— BackgroundService 구현SPMS.Infrastructure/DependencyInjection.cs— AddHostedService 등록SPMS.Domain/Interfaces/IDailyStatRepository.cs— UpsertAsync 메서드 추가SPMS.Infrastructure/Persistence/Repositories/DailyStatRepository.cs— Upsert 구현