Skip to content

develp branch 작업내용 머지 : develop -> main#269

Merged
heeeeyong merged 4 commits intomainfrom
develop
Sep 30, 2025
Merged

develp branch 작업내용 머지 : develop -> main#269
heeeeyong merged 4 commits intomainfrom
develop

Conversation

@heeeeyong
Copy link
Collaborator

@heeeeyong heeeeyong commented Sep 30, 2025

이하동일

Summary by CodeRabbit

  • New Features

    • 라우트별 페이지 제목 매핑 확장: 회원가입, 게시글, 다른 피드, 내 피드, 팔로우, 오늘의 단어 등에서 더 정확한 제목 표시
    • 그룹 페이지 제목을 ‘THIP - 모임’에서 ‘THIP - 모임 상세 페이지’로 업데이트
    • 매칭되지 않는 경로는 기본 ‘THIP’ 제목 유지
  • Chores

    • 마이페이지 메뉴의 버전 표시를 ‘버젼 1.0.0’에서 ‘버젼 1.3.0’으로 변경

@vercel
Copy link

vercel bot commented Sep 30, 2025

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

Project Deployment Preview Comments Updated (UTC)
thip Ready Ready Preview Comment Sep 30, 2025 7:34am

@coderabbitai
Copy link

coderabbitai bot commented Sep 30, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

라우트 경로의 첫 세그먼트 기준으로 문서 제목 매핑 로직을 확장/갱신했고, 일부 기존 타이틀을 수정했습니다. 경로 변경 시 제목 설정과 페이지뷰 전송 흐름은 유지됩니다. 마이페이지의 버전 표시 텍스트를 1.3.0으로 변경했습니다.

Changes

Cohort / File(s) Summary
Page title routing updates
src/components/common/Layout.tsx
라우트→타이틀 매핑을 첫 경로 세그먼트 기준으로 재구성·확장(예: signup, post, otherfeed, myfeed, follow, today-words 추가). group 경로 타이틀을 'THIP - 모임 상세 페이지'로 변경. 경로 변경 시 document.title 설정 및 sendPageView 호출 동작은 동일.
UI label tweak
src/pages/mypage/Mypage.tsx
마이페이지 메뉴 그리드의 버전 라벨을 "버젼 1.0.0"에서 "버젼 1.3.0"으로 변경.

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)
Loading

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested labels

🌏 Deploy

Poem

귀 긴 토끼가 툭, 경로를 툭툭 찔러 보니
제목은 착, 맞춤 옷처럼 갈아입고
발자국은 톡, 페이지뷰에 남겨 두네
마이페이지엔 반짝—버젼 1.3.0!
퐁퐁 뛰다 깡총, 새 길에도 제목 안녕! 🥕✨

✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 584a6d9 and 7b9e1c8.

📒 Files selected for processing (2)
  • src/components/common/Layout.tsx (1 hunks)
  • src/pages/mypage/Mypage.tsx (1 hunks)

Comment @coderabbitai help to get the list of available commands and usage tips.

@heeeeyong heeeeyong merged commit 3778524 into main Sep 30, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants