Skip to content

Feat(#143): 진행·종료 스터디 목록 API 연동 보완 - #144

Merged
BigSangHyeok merged 1 commit into
devfrom
feat/143-study-list-status
Aug 13, 2026
Merged

Feat(#143): 진행·종료 스터디 목록 API 연동 보완#144
BigSangHyeok merged 1 commit into
devfrom
feat/143-study-list-status

Conversation

@BigSangHyeok

@BigSangHyeok BigSangHyeok commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

📌 관련 이슈

🏷️ PR 타입

  • ✨ 기능 추가 (Feature)
  • 🐛 버그 수정 (Bug Fix)
  • ♻️ 리팩토링 (Refactoring)
  • 🎨 스타일 변경 (Style)
  • ✅ 테스트 추가 (Test)
  • ⚙️ 프로젝트 초기 설정 (Chore)
  • 📝 문서 수정 (Documentation)
  • ⏪ PR 복구 (Revert)

📝 작업 내용

  • 진행·종료 스터디 목록 API를 각각 조회하도록 보완
  • 스터디 상태와 현재 주차를 화면 데이터에 반영
  • 홈 카드에 NEW 배지 적용
  • TanStack Query를 통한 목록 캐시 공유
  • 스터디 목록 조회 상태 회귀 테스트 추가

📸 스크린샷

✅ 체크리스트

  • 코드 리뷰를 받을 준비가 완료되었습니다.
  • 코드 스타일 가이드를 준수했습니다.
  • 셀프 리뷰를 완료했습니다.
  • 테스트를 작성하고 모두 통과했습니다.
  • 문서를 업데이트했습니다. (필요한 경우)
  • CI의 format, lint, build 검사를 모두 통과했습니다.
  • 최신 dev 브랜치를 현재 작업 브랜치에 반영했습니다.

🔀 Merge 규칙

  • 기능 브랜치에서 dev로 병합할 때는 Squash and merge를 사용합니다.
  • 배포 시 dev에서 main으로 병합할 때는 Create a merge commit을 사용합니다.
  • Rebase and merge는 사용하지 않습니다.
  • CI 통과와 최신 dev 반영을 확인한 후 Merge합니다.

📎 기타 참고사항

  • 백엔드의 스터디 목록 API 계약을 기준으로 구현했습니다.

@BigSangHyeok BigSangHyeok self-assigned this Aug 13, 2026
Copilot AI lite review requested due to automatic review settings August 13, 2026 03:12
@BigSangHyeok BigSangHyeok added the feature 새로운 기능 개발 label Aug 13, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@coderabbitai

coderabbitai Bot commented Aug 13, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@BigSangHyeok, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 89 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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 5d27eaca-9555-4fa8-8a24-12eaf436fb5a

📥 Commits

Reviewing files that changed from the base of the PR and between e955a53 and 2d71734.

📒 Files selected for processing (6)
  • src/pages/home/HomePage.tsx
  • src/pages/invite/hooks/useInvite.ts
  • src/pages/study/StudyPage.tsx
  • src/shared/hooks/useMyStudies.test.ts
  • src/shared/hooks/useMyStudies.ts
  • src/shared/types/stology.ts

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@mint0326 mint0326 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

확인했습니다

@BigSangHyeok
BigSangHyeok merged commit 1eff1d2 into dev Aug 13, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature 새로운 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feat] 진행·종료 스터디 목록 API 연동 보완

3 participants