-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat/186] 매칭 우선순위 API 구현 #189
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
일단 api 요청이 에러가 나서 ㅠㅠ 수정 후에 다시 더 테스트를 해봐야 할 것 같습니다......
src/main/java/com/gamegoo/gamegoo_v2/account/member/service/MemberGameStyleService.java
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/account/member/service/MemberService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/Controller/MatchingController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/Controller/MatchingController.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/service/MatchingService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/service/MatchingPriorityCalculateService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/service/MatchingPriorityEvaluateService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/service/MatchingPriorityCalculateService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/service/MatchingPriorityCalculateService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/repository/MatchingRecordRepository.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
테스트 코드 제외 리뷰 완료
src/main/java/com/gamegoo/gamegoo_v2/matching/dto/response/MatchingMemberInfoResponse.java
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/repository/MatchingRecordRepositoryCustom.java
Show resolved
Hide resolved
src/main/java/com/gamegoo/gamegoo_v2/matching/repository/MatchingRecordRepository.java
Outdated
Show resolved
Hide resolved
...main/java/com/gamegoo/gamegoo_v2/matching/repository/MatchingRecordRepositoryCustomImpl.java
Show resolved
Hide resolved
src/test/java/com/gamegoo/gamegoo_v2/service/matching/MatchingScoreCalculatorTest.java
Outdated
Show resolved
Hide resolved
src/test/java/com/gamegoo/gamegoo_v2/service/matching/MatchingServiceTest.java
Show resolved
Hide resolved
src/test/java/com/gamegoo/gamegoo_v2/service/matching/MatchingServiceTest.java
Show resolved
Hide resolved
src/test/java/com/gamegoo/gamegoo_v2/service/matching/MatchingServiceTest.java
Show resolved
Hide resolved
src/test/java/com/gamegoo/gamegoo_v2/integration/matching/MatchingFacadeServiceTest.java
Show resolved
Hide resolved
src/test/java/com/gamegoo/gamegoo_v2/integration/matching/MatchingFacadeServiceTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
🚀 개요
⏳ 작업 상세 내용
📝 더 꼼꼼히 봐야할 부분
🔍 반드시 참고해야하는 변경 사항