Feat/game redux#46
Merged
AndroidNetrunner merged 6 commits intodevelopfrom Mar 23, 2022
Merged
Conversation
Collaborator
|
일해라 백엔드 |
Seojunhwan
approved these changes
Mar 22, 2022
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.
✅ PR check list
📝 Changes
closes #43
closes #42
오류 빼고는 구현을 대충 다 끝냈습니다.
일단 I/O 에서 받고 보내는거 필요한만큼 IO Interface에 추가했고, 그 외로 이제 완전 redux 에서 놀 수있게, 원래 있던 임시로 만들어뒀던 정보들 다 삭제 및 DB 에서 직접 받아서 쓸 수 있게 설정 완료했습니다.
하지만 한번에 해결되면 코드가 아니죠? 예외처리 해야될거 개많습니다.
이따 이슈로 한꺼번에 올리겠지만 변경 및 주의사항에 적어 두겠습니다
👨🏻💻 Test Checklist
📌 변경 및 주의 사항
우선 콘솔로그 찍히는거 이따 다 삭제해야됩니다.. 게임하다가 상대 코드를 미리 알아버리면 재미 없잖아요?
그리고 이상하게 게임이 끝났을 때 alert 가 안나옵니다. 아마도 수정본은 alert 후 navigation 으로 home 으로 보내주지 않을까 예상합니다
그리고 내가 제출하면, 제출안한 우리팀들은 전부 제출 버튼이 막히고 waiting 이 떠야되는데 지금 구현이 안됩니다.
아마 백엔드에서 이미 우리팀의 코드가 있다면 받지 않는걸로 설정하면서 WAITING (어떤 팀인지 넣어서) 이라는거를 broadcast 해주면, 같은 팀들이 그거 받아서 WAITING 뜨게 바뀌면 될거같네요...?
수정사항 있다면 알려주세요