Skip to content

[Feat] 1:1 밋업 준비 중 페이지 구현 및 헤더 네비게이션 연결#19

Merged
BaeSeong-min merged 2 commits into
developfrom
feat/#18
May 11, 2026
Merged

[Feat] 1:1 밋업 준비 중 페이지 구현 및 헤더 네비게이션 연결#19
BaeSeong-min merged 2 commits into
developfrom
feat/#18

Conversation

@BaeSeong-min

Copy link
Copy Markdown
Contributor

🔍 PR 요약

  • 1:1 비즈니스 밋업 준비 중 페이지(/schedule) 구현
  • 헤더 네비게이션에 1:1 밋업 링크 추가
  • 미사용 PaymentSelectPartner 페이지 삭제

🧾 관련 이슈

🛠️ 주요 변경 사항

  • SchedulePage 구현 — "준비 중" 일러스트 + 타이틀 + 서브타이틀 (피그마 디자인 1:1 반영)
  • 페이지 파일 구조 정리 — src/pages/schedule/, 에셋 src/assets/schedule/로 디렉토리 분리
  • 헤더 네비게이션에 1:1 밋업 항목 추가 (nav_schedule i18n 키 활용)
  • /schedule 라우트 container 클래스 제외 (전체 너비 확보)
  • schedule_title, schedule_subtitle 한/영 i18n 키 추가
  • 미사용 PaymentSelectPartner.jsx 삭제

🧠 의도 및 배경

  • 헤더에 1:1 밋업 메뉴가 없어 사용자가 해당 기능으로 진입할 방법이 없었음
  • 아직 기능 개발 전 단계이므로 피그마 디자인 기준 "준비 중" 상태 페이지로 구현
  • PaymentSelectPartner는 결제 플로우 리구조화로 더 이상 사용되지 않아 정리

@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 1:23am

@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 27 minutes and 53 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: aafeb201-ee9a-4be1-a42c-a1f801ff8789

📥 Commits

Reviewing files that changed from the base of the PR and between 60d6fbf and 340eed2.

⛔ Files ignored due to path filters (1)
  • src/assets/schedule/under_construction.png is excluded by !**/*.png
📒 Files selected for processing (7)
  • src/App.jsx
  • src/components/Header.jsx
  • src/lib/i18n/dict.js
  • src/pages/SchedulePage.jsx
  • src/pages/payment/PaymentSelectPartner.jsx
  • src/pages/schedule/SchedulePage.jsx
  • src/router.jsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/#18

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 a85886b 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] 1:1 밋업 준비 중 페이지 구현 및 헤더 네비게이션 연결

1 participant