Skip to content

feat(host): 세션 종료 버튼 + select 기반 일괄/전체 강퇴 - #41

Merged
lsmin3388 merged 1 commit into
mainfrom
feat/host-session-ops
Jun 8, 2026
Merged

feat(host): 세션 종료 버튼 + select 기반 일괄/전체 강퇴#41
lsmin3388 merged 1 commit into
mainfrom
feat/host-session-ops

Conversation

@lsmin3388

Copy link
Copy Markdown
Contributor

백엔드 #19(세션 종료 API·일괄 강퇴 API)에 맞춘 호스트 운영 UI.

  • 세션 종료 버튼: 대기실에서 세션을 즉시 종료(확인 다이얼로그) → 대시보드로 이동
  • select 강퇴: 참가자 목록에 체크박스 + 전체 선택 + 선택 강퇴 + 전체 강퇴(확인)
  • kickParticipants API(POST .../participants/kick, 빈 배열=전체) + useKickParticipants
  • 강퇴/종료 후 서버 브로드캐스트로 목록·상태가 실시간 갱신

유령 세션 자동 종료(생성 3시간 경과)는 백엔드 스케줄러(#19)가 처리합니다.

검증

pnpm tsc --noEmit ✅ · pnpm build

- HostWaitingClient: 세션 종료 버튼(useEndSession → 대시보드, 확인 다이얼로그)
- 참가자 목록 체크박스 + 전체 선택 + 선택 강퇴 + 전체 강퇴
- kickParticipants API(POST /sessions/{id}/participants/kick, 빈 배열=전체) + useKickParticipants 훅
@lsmin3388
lsmin3388 merged commit dd9c7f7 into main Jun 8, 2026
@lsmin3388
lsmin3388 deleted the feat/host-session-ops branch June 8, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant