-
Notifications
You must be signed in to change notification settings - Fork 8
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
[GGFE-39] 게임 결과 입력 #809
Merged
The head ref may contain hidden characters: "GGFE-39-\uAC8C\uC784-\uACB0\uACFC-\uC785\uB825"
Merged
[GGFE-39] 게임 결과 입력 #809
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
5ef7812
[Fix] [GGFE-39] MatchMode 타입 변경점 적용
yoouyeon 562c044
[Fix] [GGFE-39] ModalMode 수정
yoouyeon 0c63e92
[Fix] [GGFE-39] 일반 게임 결과 등록 api 변경 수정
yoouyeon daab045
[Feat] [GGFE-39] 게임 결과 조회 api 변경 적용
yoouyeon 09e4814
[Chore] [GGFE-39] 주석 추가
yoouyeon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
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.
'confirm' 을 검색했을 때 이 단어 자체가 사용되는 부분이 이 부분밖에 없긴 한데요... 🤔
제가 알기론 상대방이 점수를 입력했을 때에는
isScoreExist
값을 확인해서다시입력 , 제출하기
버튼이 뜨는게 아니라게임 종료
버튼이 바로 뜨는 방식이라 따로 confirm modal(?)을 띄우는 부분이 없을 것 같기도 해요.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로는 한명이라도 점수를 입력하면 경기에 참여한 모든 사람들의 상태가 게임 종료로 떠서 confirm modal을 아예 띄울 수가 없네요,,, 🥹 이부분은
users/live
api에서 다시 로직을 확인해봐야 할 것 같습니다...😵💫