Skip to content

[Feat] MyBusiness 페이지 구현 (개인정보 조회 및 파트너 목록 관리)#17

Merged
BaeSeong-min merged 45 commits into
developfrom
feat/#15
May 11, 2026
Merged

[Feat] MyBusiness 페이지 구현 (개인정보 조회 및 파트너 목록 관리)#17
BaeSeong-min merged 45 commits into
developfrom
feat/#15

Conversation

@BaeSeong-min

Copy link
Copy Markdown
Contributor

🔍 PR 요약

  • MyBusiness 페이지 신규 구현 (내 정보 / 내 파트너 목록 탭 구성)
  • 히어로 섹션 공통 컴포넌트(PageHero) 추출 및 재사용
  • 매칭 페이지 UX 개선 (검색 전 테이블 숨김, 로딩 스피너 추가)
  • 파비콘 추가 및 페이지 이동 시 스크롤 상단 복귀 적용

🧾 관련 이슈

🛠️ 주요 변경 사항

  • MyBusiness 페이지 신규 추가 — My Info / My Partner List 탭 전환 구조
  • SegmentedControl 컴포넌트 추가 — framer-motion 슬라이딩 인디케이터 애니메이션
  • MyInfo 탭 — 프로필 조회 전용 (수정 API 미지원으로 읽기 전용 구현)
  • MyPartnerList 탭 — 다중 선택 + 파트너 삭제, 페이지네이션
  • 헤더 마이비즈니스 링크 수정 (/overview/my-business)

🧠 의도 및 배경

  • MyBusiness 페이지가 없어 사용자가 자신의 프로필과 파트너 목록을 확인할 방법이 없었음
  • 수정 API(PUT /my-business/profile) 미지원으로 MyInfo는 조회 전용으로만 구현

BaeSeong-min and others added 30 commits May 10, 2026 16:04
Co-Authored-By: seongmin <baeseongmin000@gmail.com>
Co-Authored-By: seongmin <baeseongmin000@gmail.com>
@BaeSeong-min BaeSeong-min self-assigned this May 11, 2026
@vercel

vercel Bot commented May 11, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
k-statra-frontend Ready Ready Preview, Comment May 11, 2026 0:54am

@coderabbitai

coderabbitai Bot commented May 11, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@BaeSeong-min has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 56 minutes and 40 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: edf87186-7a7e-4028-a949-2c1440fd72ce

📥 Commits

Reviewing files that changed from the base of the PR and between 726d21e and cd09da1.

⛔ Files ignored due to path filters (1)
  • public/favicon.svg is excluded by !**/*.svg
📒 Files selected for processing (40)
  • index.html
  • src/App.jsx
  • src/apis/endpoints.ts
  • src/apis/index.ts
  • src/apis/modules/escrowPayments.ts
  • src/components/AuthDropdown.jsx
  • src/components/Header.jsx
  • src/components/LabeledInput.jsx
  • src/components/LoadingSpinner.jsx
  • src/components/PageHero.jsx
  • src/components/PartnerTable.jsx
  • src/components/PartnerTableRow.jsx
  • src/components/SegmentedControl.jsx
  • src/components/Tooltip.jsx
  • src/components/payment/EscrowInfoCard.jsx
  • src/components/payment/PartnerTableSkeleton.jsx
  • src/components/payment/RowLabel.jsx
  • src/components/payment/StepProgressBar.jsx
  • src/components/payment/WalletAddressCard.jsx
  • src/components/payment/WalletAddressField.jsx
  • src/components/payment/WalletConfirmModal.jsx
  • src/hooks/myBusiness/useMyPartners.js
  • src/hooks/myBusiness/useMyProfile.js
  • src/hooks/myBusiness/useRemovePartner.js
  • src/hooks/payments/useCreateEscrowPayment.js
  • src/hooks/payments/useMyPartners.js
  • src/hooks/payments/useWalletUser.js
  • src/lib/i18n/dict.js
  • src/pages/LoginPage.jsx
  • src/pages/Matches.jsx
  • src/pages/RegisterPage.jsx
  • src/pages/myBusiness/MyBusiness.jsx
  • src/pages/myBusiness/MyInfo.jsx
  • src/pages/myBusiness/MyPartnerList.jsx
  • src/pages/payment/CreatePayment.jsx
  • src/pages/payment/PaymentComplete.jsx
  • src/pages/payment/PaymentRequestForm.jsx
  • src/pages/payment/PaymentSelectPartner.jsx
  • src/pages/payment/PaymentVerifyInfo.jsx
  • src/router.jsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/#15

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.

@BaeSeong-min BaeSeong-min merged commit 60d6fbf into develop May 11, 2026
4 checks passed
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.

[Feat] MyBusiness 페이지 구현 (개인정보 조회 및 파트너 목록 관리)

1 participant