Skip to content

[fix] 웹 동아리 신청 API 및 상세 소개 UI 수정#337

Merged
ff1451 merged 2 commits into
developfrom
336-fix-웹-동아리-신청-api-및-상세-소개-ui-수정
Jul 1, 2026

Hidden character warning

The head ref may contain hidden characters: "336-fix-\uc6f9-\ub3d9\uc544\ub9ac-\uc2e0\uccad-api-\ubc0f-\uc0c1\uc138-\uc18c\uac1c-ui-\uc218\uc815"
Merged

[fix] 웹 동아리 신청 API 및 상세 소개 UI 수정#337
ff1451 merged 2 commits into
developfrom
336-fix-웹-동아리-신청-api-및-상세-소개-ui-수정

Conversation

@ff1451

@ff1451 ff1451 commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

✨ 요약

 동아리 등록  정보 수정 요청 API 경로에 konect prefix를 반영했습니다.
동아리 상세 페이지에서 아직 지원하지 않는 활동 사진  소개 영상 카드를 제거했습니다.



😎 해결한 이슈



Summary by CodeRabbit

릴리스 노트

  • 리팩토링
    • 클럽 정보 업데이트 및 등록 요청 API 엔드포인트 경로를 업데이트했습니다.
    • 클럽 상세 페이지의 동아리 소개 UI를 단순화했습니다. 미디어 카드 관련 요소가 제거되고 소개 텍스트만 표시되도록 변경했습니다.

@ff1451 ff1451 added the 🐞 BugFix 버그 수정 label Jun 12, 2026
@ff1451 ff1451 self-assigned this Jun 12, 2026
@coderabbitai

coderabbitai Bot commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: ec955a51-ed47-4fa6-92ce-4a544381750f

📥 Commits

Reviewing files that changed from the base of the PR and between c370fe6 and 71ed147.

📒 Files selected for processing (3)
  • apps/web/src/apis/clubInformationUpdate/index.ts
  • apps/web/src/apis/clubRegistration/index.ts
  • apps/web/src/pages/ClubDetail/index.tsx

Walkthrough

동아리 등록 및 정보 수정 요청 API의 엔드포인트 경로에 konect/ 프리픽스를 추가하고, ClubDetail 페이지의 동아리 소개 영역에서 아직 지원하지 않는 미디어 카드(활동 사진, 소개 영상) UI 요소를 제거했습니다. 관련 SVG 임포트와 ReactNode 타입 의존성도 함께 정리되었습니다.

Possibly related PRs

🚥 Pre-merge checks | ✅ 4
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목이 변경사항의 핵심을 명확히 반영하고 있습니다. 웹 동아리 신청 API 경로 수정과 상세 소개 UI 변경이라는 두 가지 주요 변경사항을 간결하게 요약했습니다.
Linked Issues check ✅ Passed PR의 모든 변경사항이 #336 이슈의 목표를 충족합니다. API 경로에 konect prefix 추가, 미지원 미디어 카드 제거 등 요구사항이 완벽하게 구현되었습니다.
Out of Scope Changes check ✅ Passed 모든 변경사항이 #336 이슈의 범위 내에 있습니다. API 경로 수정과 UI 단순화만 포함되어 있으며 추가적인 범위 밖의 변경은 없습니다.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch 336-fix-웹-동아리-신청-api-및-상세-소개-ui-수정

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 and usage tips.

@ff1451 ff1451 merged commit ade560c into develop Jul 1, 2026
3 checks passed
ff1451 added a commit that referenced this pull request Jul 1, 2026
* fix: 웹 디자인 수정 (#340)

* [fix] 웹 동아리 신청 API 및 상세 소개 UI 수정 (#337)

* fix: 웹 동아리 신청 API 경로 수정

* fix: 동아리 상세 미지원 미디어 UI 제거

* [fix] 웹 페이지 반응형 레이아웃 개선 (#342)

* fix: 웹 페이지 반응형 레이아웃 개선

* refactor: InfoBadge 공유 컴포넌트 추출 및 bg-white 토큰 적용

Claude-Session: https://claude.ai/code/session_01Uph4TevGS4YtePTVFkFaoe

---------

Co-authored-by: 박성주 <145267904+ParkSungju01@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 BugFix 버그 수정

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[fix] 웹 동아리 신청 API 및 상세 소개 UI 수정

1 participant