-
Notifications
You must be signed in to change notification settings - Fork 9
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
✨ [Feature] 토너먼트 유저 참가 신청 API #383
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.
코멘트 확인 부탁드립니다!
src/main/java/com/gg/server/domain/tournament/service/TournamentService.java
Show resolved
Hide resolved
src/main/java/com/gg/server/domain/tournament/service/TournamentService.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.
확인했습니다!!!!
7318047
to
46c640d
Compare
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #383 +/- ##
============================================
+ Coverage 69.26% 69.33% +0.07%
- Complexity 787 795 +8
============================================
Files 251 251
Lines 3579 3594 +15
Branches 342 344 +2
============================================
+ Hits 2479 2492 +13
+ Misses 909 907 -2
- Partials 191 195 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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/gg/server/admin/tournament/service/TournamentAdminService.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.
수고하셨습니다!!
📌 개요
BEFORE
일때만 신청 가능합니다. (아닐시 throw)💻 작업사항
TournamentAdminAddUserResponseDto
: boolean -> Boolean 으로 변경TournamentAdminService
: java docs 추가 및 코드 가독성 개선TournamentController
&&TournamentService
: 토너먼트 유저 참가 신청 매서드 추가TournamentUserRepository
: findAllByUser 매서드 추가TournamentFindControllerTest
&&TournamentServiceTest
: 테스트 코드 추가✅ 변경로직
TournamentServiceTest
: 잘못된 테스트 코드 삭제💡Issue 번호