revert: WEEK9 랭킹 시스템 커밋 제거 (WEEK8 PR에 잘못 포함된 부분)#350
Merged
letter333 merged 1 commit intoLoopers-dev-lab:letter333from Apr 9, 2026
Merged
revert: WEEK9 랭킹 시스템 커밋 제거 (WEEK8 PR에 잘못 포함된 부분)#350letter333 merged 1 commit intoLoopers-dev-lab:letter333from
letter333 merged 1 commit intoLoopers-dev-lab:letter333from
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (39)
📝 WalkthroughWalkthroughProductViewedEvent 기반의 상품 순위 추적 시스템 전체를 제거한다. 이벤트 발행, 순위 계산, Redis 저장소, 관리 API, 관련 DTO, 캐시 무효화 로직을 모두 삭제한다. Changes
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 분 Possibly related PRs
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This was referenced Apr 9, 2026
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.
Summary
PR #315 (WEEK8 대기열 시스템) 머지 시 origin/main에 포함되어 있던 WEEK9 랭킹 시스템 커밋 16개가 함께 들어갔습니다.
WEEK9 내용을 별도 PR로 제출하기 위해 먼저 revert합니다.
Revert 대상
a1d46471eMerge pull request [volume-1] 회원가입/내 정보 조회/비밀번호 변경 기능 작업 #26 from letter333/WEEK9 (머지 커밋 revert)변경 목적
PR #315(WEEK8 대기열 시스템) 머지 시 실수로 포함된 WEEK9 랭킹 시스템(머지 커밋 a1d4647) 코드를 제거하여 WEEK8 순수 상태로 복구합니다.
핵심 변경점
Redis ZSET 기반 실시간 랭킹 시스템 관련 39개 파일을 완전 삭제합니다.
리스크/주의사항
프로덕션 환경에서 WEEK9 랭킹 기능이 현재 활성화되어 있다면, 이 PR 머지 후 /api/v1/rankings 호출 불가, 상품 조회 이벤트 처리 중단, 랭킹 점수 집계 중단 등이 발생합니다. 배포 전 환경 상태와 영향도를 재확인 필요합니다.
테스트/검증
WEEK9 관련 26개의 단위/통합/E2E 테스트 케이스(RankingFacadeTest, ProductRankingRedisRepositoryTest, RankingV1ApiE2ETest, RankingServiceTest, RankingWeightTest 등)도 함께 제거되어 테스트 일관성이 유지됩니다.