[feature] 한국어 라우팅 추가 수정#1266
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. Warning
|
| Cohort / File(s) | Summary |
|---|---|
에러 바운더리 래핑 frontend/src/App.tsx |
'/clubDetail/@:clubName' 라우트를 ContentErrorBoundary로 감싸서 에러 처리 개선. |
URL 인코딩 frontend/src/pages/ApplicationFormPage/ApplicationFormPage.tsx, frontend/src/pages/MainPage/components/ClubCard/ClubCard.tsx |
네비게이션 시 clubDetail.name과 club.name을 encodeURIComponent로 인코딩하여 특수문자 포함된 클럽명 처리. |
Estimated code review effort
🎯 2 (Simple) | ⏱️ ~8 minutes
Possibly related PRs
- [release] FE v1.1.20 #1116: 클럽 상세 라우팅 및 관련 네비게이션 수정으로 동일한 파일들(App.tsx, ClubCard)의 라우팅 로직 변경.
- [feature] 동아리 한글 표시 이름 추가 -FE #1233: 동일한 '@:clubName' 라우트 처리 및 네비게이션 링크 수정으로 직접적 연관성 있음.
- [feature] 앱 버전 관리를 위해 웹뷰 라우터를 분리한다 #1114: 동일한 frontend 파일들(App.tsx, ApplicationFormPage, ClubCard)의 클럽 상세 라우팅 및 네비게이션 로직 수정.
Suggested reviewers
- seongwon030
- oesnuj
✨ Finishing Touches
- 📝 Generate docstrings (stacked PR)
- 📝 Generate docstrings (commit on current branch)
🧪 Generate unit tests (beta)
- Create PR with unit tests
- Post copyable unit tests in a comment
- Commit unit tests in branch
feature/add-korean-routing
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 @coderabbitai help to get the list of available commands and usage tips.
📝작업 내용
한국어 라우팅 URI 인코딩 추가
에러바운더리 추가
중점적으로 리뷰받고 싶은 부분(선택)
논의하고 싶은 부분(선택)
🫡 참고사항
Summary by CodeRabbit
Bug Fixes