Conversation
develop 히스토리
Docs: GA 페이지 경로 추가
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. Walkthrough라우트 경로의 첫 세그먼트 기준으로 문서 제목 매핑 로직을 확장/갱신했고, 일부 기존 타이틀을 수정했습니다. 경로 변경 시 제목 설정과 페이지뷰 전송 흐름은 유지됩니다. 마이페이지의 버전 표시 텍스트를 1.3.0으로 변경했습니다. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor User
participant Router/Location as Router
participant Layout as Layout.tsx
participant TitleRules as Title Mapper
participant Analytics as sendPageView
User->>Router: 경로 변경
Router->>Layout: location.pathname 업데이트 감지
Layout->>TitleRules: 첫 세그먼트로 타이틀 조회
TitleRules-->>Layout: 매칭된 타이틀 또는 기본값("THIP")
Layout->>Layout: document.title 설정
Layout->>Analytics: sendPageView(pathname)
note right of Layout: 신규 세그먼트 매핑 포함<br/>(signup, post, otherfeed, myfeed, follow, today-words)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Poem
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (2)
Comment |
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.
이하동일
Summary by CodeRabbit
New Features
Chores