-
Notifications
You must be signed in to change notification settings - Fork 2
feat: Next app router 대상의 auto-routing 기능 구현 #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Member
Author
|
회의 때 나온 수정사항을 반영했습니다. |
Brightbong92
reviewed
Oct 4, 2025
Brightbong92
reviewed
Oct 4, 2025
Brightbong92
reviewed
Oct 4, 2025
Member
|
주석이 상세해서 좋습니다. |
5a8d2dc to
acc34d8
Compare
acc34d8 to
3e8d427
Compare
Brightbong92
approved these changes
Oct 8, 2025
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.
Overview
Next app router의 폴더 라우팅 방식을 기반으로 자동으로 라우팅 상수 파일을 만들어주는 기능을 구현하였습니다.
_로 시작하는 private 폴더는 제외합니다./src/constants/routes.ts로 생성됩니다.app/(with-layout)/repo이런 라우트가 있다면REPO: '/repo',와 같이 생성됩니다.프로젝트 구조
To Reviewers..
거의 70% 정도는 바이브 코딩해서 아마 코드에 대한 리뷰를 해주시기 어려울 수도 있을 것 같습니다..!
그래서 구조나 추가 기능 및 에로 사항에 대해서 중점적으로 말씀해 주시면 반영해 보도록 하겠습니다!
Package Scope
@mash-up-web-toolkit/auto-routingChecklist