feat: 내 토너먼트 플레이 유형 필터 추가 - #446
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 33 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (9)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다. |
작업 요약
전체 · 솔로플레이 · 소셜플레이필터 칩을 추가하고, 필터링을 서버playType파라미터로 처리합니다작업 세부 내용
1. 플레이 유형 필터
GET /api/v1/tournaments의playType파라미터(SOLO·SOCIAL, 생략 시 전체)를 그대로 씁니다.status와 AND 로 걸립니다.전체로 초기화됩니다Suspense key를`${tab}-${play}`로 바꿔서 필터만 바꿔도 스켈레톤이 뜹니다QUERY_KEYS.TOURNAMENT.LIST.BY_PARAMS(params)가 파라미터 객체를 그대로 받으므로playType이 자동으로 포함됩니다 — 훅과 SSR 프리페치가 같은 키를 씁니다스크린샷
2026-08-06.3.06.05.mov
연관 이슈
closes #395