feat(host): 대기실 실시간 참가자 목록 + 강퇴 기능 - #39
Merged
Merged
Conversation
- HostWaitingClient: WS participants 이벤트로 실시간 참가자 목록 표시 + 각 참가자 강퇴 버튼, 인원 카운트도 목록 기준 실시간 반영
- useKickParticipant 훅 + deleteParticipant API(DELETE /sessions/{id}/participants/{pid}) — 백엔드 강퇴 API와 연동
- 강퇴 성공 시 서버 participants 브로드캐스트로 목록 자동 갱신
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.
추가
호스트 대기실에서 참가자를 실시간으로 보고 강퇴할 수 있습니다.
/topic/.../participants이벤트를 받아 닉네임 목록 표시. 인원 카운트도 목록 기준으로 실시간 갱신DELETE /sessions/{id}/participants/{pid}(백엔드 feat(ui): 퀴즈 대시보드 UI (목록, 생성, 편집, AI 생성) #17) → 서버가 갱신 목록을 브로드캐스트하여 자동 반영useKickParticipant훅 +deleteParticipantAPI검증
pnpm tsc --noEmit✅ ·pnpm build✅