MSG-222 feat: 활성 미션 조회 API — GET /api/missions/active (유형별 렌더 shape, 1h 캐시) - #58
Open
Ss0Mae wants to merge 5 commits into
Open
MSG-222 feat: 활성 미션 조회 API — GET /api/missions/active (유형별 렌더 shape, 1h 캐시)#58Ss0Mae wants to merge 5 commits into
Ss0Mae wants to merge 5 commits into
Conversation
|
Claude finished @Ss0Mae's task in 2m 42s —— View job 📋 MSG-222 PR 리뷰작업 목록
종합 평가구조·테스트 커버리지 모두 탄탄합니다. 컨벤션
Owner 경계
버그 / 누락된 테스트
전체적으로 merge에 지장을 줄 결함은 발견하지 못했습니다. 위 두 항목은 참고 수준입니다. |
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.
🎫 관련 티켓
작업 내용
GET /api/missions/active— 활성 미션 전역 목록, 시드 전엔 빈 배열 200 (커밋 5개: 엔티티·리포지토리 → 서비스·DTO → 컨트롤러 → 문서 → 하네스 규칙)(start_at IS NULL OR start_at <= now) AND (end_at IS NULL OR now <= end_at)— 무기간 코스 상시 활성CacheEntry+ 더블체크 락 (단일 인스턴스 전제, 멀티 시 Redis 이관 주석)🤔 고민한 내용
type필드가 판별자라 @JsonTypeInfo 불필요👀 리뷰 포인트
MissionQueryServiceImpl생성자 2개 (테스트용 clock/TTL 주입 — 코드베이스 유일 @Autowired, reviewer 수용 근거는 스펙 참조)🤖 Generated with Claude Code