Skip to content
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/84] 시스템 메세지 구현 #89

Merged
merged 3 commits into from
Sep 23, 2024
Merged

[Feat/84] 시스템 메세지 구현 #89

merged 3 commits into from
Sep 23, 2024

Conversation

rimi3226
Copy link
Contributor

@rimi3226 rimi3226 commented Sep 23, 2024

🚀 개요

시스템 메세지 구현

🔍 변경사항

  • 매칭 중인 사용자 수 구하는 API 추가

⏳ 작업 내용

  • matching status 변경하는 API 사용하기 전에 해당 socket이 gameMode에 있는지 확인 -> 버그 해결
  • 매칭 중인 사용자 수 구하는 API 개발

📝 논의사항

get API에서 query로 tier 붙이면 해당 Tier 에 해당하는 사용자 수를 불러옵니다. 만약 query가 없을 경우 전체 매칭 사용자 수를 가져옵니다.

@rimi3226 rimi3226 requested a review from Eunjin3395 September 23, 2024 16:23
@rimi3226 rimi3226 self-assigned this Sep 23, 2024
@rimi3226 rimi3226 linked an issue Sep 23, 2024 that may be closed by this pull request
2 tasks
Copy link
Member

@Eunjin3395 Eunjin3395 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

매칭 status 변경할 때 gameMode 값 확인해야하는건 저도 생각 못했던 부분이네요..! 고생하셨습니다!!
시스템 메시지 요청 api 저희 노션 명세서에도 추가해주시면 좋을 것 같아요!

@rimi3226 rimi3226 merged commit 417f846 into develop Sep 23, 2024
@rimi3226 rimi3226 deleted the feat/84 branch September 23, 2024 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

✨ [Feat] 매칭 시스템 메세지 보내기
2 participants