Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 Walkthrough전체 요약새로운 비즈니스 회원가입 페이지 컴포넌트를 추가하고, 기존 회원가입 페이지에서 해당 페이지로의 라우팅을 구현했습니다. 사용자가 회원가입 버튼을 클릭하면 변경 사항
예상 코드 리뷰 소요 시간🎯 2 (Simple) | ⏱️ ~10 분 연관 이슈
연관 PR
시
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
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. Comment |
Closed
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 작업 내용
📝 Description
사업자 등록번호 입력 화면(
/signup/business)을 추가했습니다.회원가입 기본 정보 입력 이후 다음 단계에서 사업자등록번호를 입력할 수 있도록 구성했고, 하단 CTA 버튼을 통해 상점 정보 등록 화면(
/signup/register)으로 이동되도록 연결했습니다./signup/register페이지로 라우팅 연결🚀 설계 의도 및 개선점
실제 서비스에서 사업자등록번호는 하이픈 없이 입력하는 경우가 많아 placeholder에 이를 명시해 입력 오류를 줄이도록 했습니다. 하단 버튼은 기존 회원가입 화면과 동일한 패턴을 유지해 흐름의 일관성을 맞췄고, 이후 상점 등록 단계로 자연스럽게 이어질 수 있도록 라우팅을 연결했습니다.
📎 기타 참고사항
/signup/register정상 이동 확인Fixes #48
Summary by CodeRabbit
새로운 기능