Skip to content

feat(web): 멘토 회원전환 신청 플로우 연결#518

Open
manNomi wants to merge 1 commit intomainfrom
feat/mentor-member-conversion
Open

feat(web): 멘토 회원전환 신청 플로우 연결#518
manNomi wants to merge 1 commit intomainfrom
feat/mentor-member-conversion

Conversation

@manNomi
Copy link
Copy Markdown
Contributor

@manNomi manNomi commented May 7, 2026

요약

  • 마이페이지의 멘토 회원 전환 CTA를 실제 신청 페이지로 연결했습니다.
  • 멘토 승격 요청 API를 Bruno 문서의 POST /mentees/mentor-applications multipart 형식에 맞췄습니다.
  • v1 범위로 수학 완료 사용자만 AFTER_EXCHANGE 상태로 신청할 수 있게 제한했습니다.
  • 신청 완료 화면을 관리자 검토 대기 안내로 변경했습니다.

변경 사항

  • mentorApplicationRequestpreparationStatus, universitySelectType, country, universityId, term을 담아 전송합니다.
  • 한글 국가명은 COUNTRY_CODE_MAP reverse map으로 API 국가 코드로 변환합니다.
  • 대학 선택은 선택 국가의 catalog 대학 idterm을 사용합니다.
  • 제출 중에는 신청 버튼을 비활성화하고 신청 중... 상태를 표시합니다.

검증

  • pnpm --filter @solid-connect/web run typecheck:ci
  • pnpm --filter @solid-connect/web run lint:check
  • push hook: @solid-connect/web ci:check + next build

참고

  • 로컬 Node가 repo engine(22.x)과 달라 Unsupported engine 경고는 표시됐지만 검증은 통과했습니다.

@manNomi manNomi requested review from enunsnv and wibaek as code owners May 7, 2026 14:27
@vercel
Copy link
Copy Markdown

vercel Bot commented May 7, 2026

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

Project Deployment Actions Updated (UTC)
solid-connection-web Ready Ready Preview, Comment May 7, 2026 2:29pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
solid-connect-web-admin Skipped Skipped May 7, 2026 2:29pm

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 7, 2026

Warning

Rate limit exceeded

@manNomi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 57 minutes and 31 seconds before requesting another review.

To continue reviewing without waiting, purchase usage credits 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: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: 65a693f5-0854-414b-8683-a48815f0ebe2

📥 Commits

Reviewing files that changed from the base of the PR and between 5e6e9eb and 008d099.

📒 Files selected for processing (8)
  • apps/web/src/apis/mentor/api.ts
  • apps/web/src/app/my/_ui/MyProfileContent/index.tsx
  • apps/web/src/app/my/apply-mentor/_components/CompletionScreen/index.tsx
  • apps/web/src/app/my/apply-mentor/_components/InterestCountriesScreen/index.tsx
  • apps/web/src/app/my/apply-mentor/_components/StudyStatusScreen/index.tsx
  • apps/web/src/app/my/apply-mentor/_components/UniversityScreen/index.tsx
  • apps/web/src/app/my/apply-mentor/_lib/schema.ts
  • apps/web/src/app/my/apply-mentor/page.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/mentor-member-conversion

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant