feature : Speaking Table & Function template.yaml 파일에 추가#512
Merged
Conversation
- Moved `question-homes.json` and `words.json` from subdirectories to `seed` folder. - Updated file paths for better organization and clarity.
- Moved `question-homes.json` and `words.json` from subdirectories to `seed` folder. - Updated file paths for better organization and clarity.
주요 변경사항:
- 게임 방 분리: RoomType (CHAT/GAME), RoomStatus enum 추가
- GSI1SK 재설계: {type}#{gameType}#{status}#{level}#{createdAt} 형식
- GameSession 모델 및 Repository 추가
- findByFilters() DB 레벨 필터링 구현
- DI 패턴 및 전략 패턴 적용
- Badge 전략 패턴 리팩토링
- GAME_TIME_LIMIT 설정 추가
- OPIc 세션 핸들러 추가
- seed 데이터 폴더 구조 정리
주요 변경사항:
- 게임 방 분리: RoomType (CHAT/GAME), RoomStatus enum 추가
- GSI1SK 재설계: {type}#{gameType}#{status}#{level}#{createdAt} 형식
- GameSession 모델 및 Repository 추가
- findByFilters() DB 레벨 필터링 구현
- DI 패턴 및 전략 패턴 적용
- Badge 전략 패턴 리팩토링
- GAME_TIME_LIMIT 설정 추가
- OPIc 세션 핸들러 추가
- seed 데이터 폴더 구조 정리
- Remove references to deleted ChatRoom game fields - Use GameSessionRepository to finish active game sessions - Use ChatRoomRepository.updateStatus() for room state management
- Remove references to deleted ChatRoom game fields - Use GameSessionRepository to finish active game sessions - Use ChatRoomRepository.updateStatus() for room state management
- Add pip cache for SAM CLI dependencies - Enable Gradle parallel builds and build cache - Add SAM build cache (.aws-sam) - Use sam build --parallel --cached - Skip SAM CLI install if already cached - Remove unnecessary 'clean' to leverage cache
- Introduce `/stats/dashboard` API for retrieving integrated user stats (today, overall, weekly progress, and level distribution) - Update `UserStats` model to include additional fields for news stats (newsRead, newsQuizCompleted, newsQuizPerfect, newsWordsCollected, etc.) - Add atomic updates to track news reading, quiz, and word stats in `UserStatsRepository` - Modify CloudFormation `template.yaml` to register the new `/stats/dashboard` endpoint
- Introduce `/stats/dashboard` API for retrieving integrated user stats (today, overall, weekly progress, and level distribution) - Update `UserStats` model to include additional fields for news stats (newsRead, newsQuizCompleted, newsQuizPerfect, newsWordsCollected, etc.) - Add atomic updates to track news reading, quiz, and word stats in `UserStatsRepository` - Modify CloudFormation `template.yaml` to register the new `/stats/dashboard` endpoint
- Apply consistent formatting to improve code readability across multiple files - Adjust indentation, spacing, and alignment in model classes, DTOs, and repository methods
- Apply consistent formatting to improve code readability across multiple files - Adjust indentation, spacing, and alignment in model classes, DTOs, and repository methods
…k records Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
…ming - Add NotificationTopic and NotificationQueue SNS/SQS infrastructure - Implement NotificationPublisher service for publishing notifications - Create NotificationStreamHandler for SSE via Lambda Function URL - Integrate badge earned notifications in BadgeService - Add daily study completion notifications in DailyStudyCommandService - Add test/quiz result notifications in TestCommandService and NewsQuizService - Add SQS client to AwsClients and JsonUtil helper methods Closes #500, #501, #502, #505, #506
…fication-system feat: Epic #499 - Real-time Notification System
feat: Real-time Notification System (Epic #499)
|
Jira: MESP-283 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내용
Speaking Table & Function template.yaml 파일에 추가