-
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] 토너먼트 알림 추가하기 #431
The head ref may contain hidden characters: "370-feature-\uD1A0\uB108\uBA3C\uD2B8-\uC54C\uB9BC-\uCD94\uAC00\uD558\uAE30"
Conversation
src/main/java/com/gg/server/admin/tournament/service/TournamentAdminService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gg/server/admin/tournament/service/TournamentAdminService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gg/server/admin/tournament/service/TournamentAdminService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gg/server/domain/game/service/GameService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gg/server/domain/game/service/GameService.java
Outdated
Show resolved
Hide resolved
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
cbe6850
to
b28e991
Compare
6abae1c
to
db612ac
Compare
src/main/java/com/gg/server/admin/tournament/type/TournamentNotiMessage.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.
테스트 코드와 함께 잘 작성해 주신 것 같습니다. 늦게까지 고생 많으셨습니다!
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/match/service/MatchTournamentService.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gg/server/domain/team/data/TeamUserRepository.java
Outdated
Show resolved
Hide resolved
src/main/java/com/gg/server/domain/tournament/service/TournamentService.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.
확인완료 하였습니다!!
📌 개요
💻 작업사항
Noti
의noti_type
컬럼이VARCHAR(15)
->VARCHAR(30)
으로 수정TOURNAMET_GAME_MATCHED
와 같은 값이 저장되어야 합니다.✅ 변경로직
💡Issue 번호