📌 상위 Epic
#499
설명
AS A 사용자
I WANT 오늘 목표 단어를 모두 학습하면 축하 알림을 받고 싶다
SO THAT 성취감을 느끼고 학습 동기를 유지할 수 있다
인수 조건
알림 메시지 스키마
```json
{
"type": "DAILY_COMPLETE",
"userId": "xxx",
"payload": {
"date": "2026-01-23",
"wordsLearned": 25,
"totalWords": 25,
"currentStreak": 5,
"completedAt": "2026-01-23T18:30:00Z"
}
}
```
Tasks
트리거 위치
DailyStudyCommandService.markWordLearned() - 마지막 단어 학습 시
예상 작업량
2 Story Points
📌 상위 Epic
#499
설명
AS A 사용자
I WANT 오늘 목표 단어를 모두 학습하면 축하 알림을 받고 싶다
SO THAT 성취감을 느끼고 학습 동기를 유지할 수 있다
인수 조건
알림 메시지 스키마
```json
{
"type": "DAILY_COMPLETE",
"userId": "xxx",
"payload": {
"date": "2026-01-23",
"wordsLearned": 25,
"totalWords": 25,
"currentStreak": 5,
"completedAt": "2026-01-23T18:30:00Z"
}
}
```
Tasks
트리거 위치
DailyStudyCommandService.markWordLearned()- 마지막 단어 학습 시예상 작업량
2 Story Points