Skip to content

[FIX#313] 문의채널 링크 수정#314

Merged
HongGeonUi merged 1 commit into
mainfrom
fix#313
Jan 25, 2026
Merged

[FIX#313] 문의채널 링크 수정#314
HongGeonUi merged 1 commit into
mainfrom
fix#313

Conversation

@HongGeonUi

@HongGeonUi HongGeonUi commented Jan 25, 2026

Copy link
Copy Markdown
Collaborator

📝 작업 내용

  • 카카오톡 채널 톡 / 인스타그램 DM 으로 바로 연결되도록 링크 수정

🎯 관련 이슈

Closes #313

🔄 변경사항

👀 리뷰 포인트

📱 스크린샷/영상

Before

After

Summary by CodeRabbit

릴리스 노트

  • 수정 사항
    • Kakao 채널 접속 링크 업데이트
    • Instagram 메시지 수신 주소 업데이트

✏️ Tip: You can customize this high-level summary in your review settings.

@HongGeonUi HongGeonUi self-assigned this Jan 25, 2026
@HongGeonUi HongGeonUi added ♻️ refactor 리팩토링 FE 프론트엔드 labels Jan 25, 2026
@vercel

vercel Bot commented Jan 25, 2026

Copy link
Copy Markdown

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

Project Deployment Review Updated (UTC)
youthit Ready Ready Preview, Comment Jan 25, 2026 11:00am

@coderabbitai

coderabbitai Bot commented Jan 25, 2026

Copy link
Copy Markdown

Walkthrough

문의 채널 링크를 직접 대화로 연결되도록 업데이트했어. 카카오톡은 chat 엔드포인트 추가, 인스타그램은 DM 직연결 URL로 변경. 구조와 타입은 그대로야.

Changes

Cohort / File(s) 변경 요약
문의 채널 URL 업데이트
fe/src/constants/shared/_inquiry-channel.ts
Kakao: /chat 경로 추가로 카톡 채팅 직연결
Instagram: ig.me/m/ 형식으로 DM 직연결 URL 변경

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1
❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Description check ❓ Inconclusive PR 설명이 기본 구조를 따르고 있으나, 변경사항 섹션이 비어있고 리뷰 포인트 섹션도 미완성 상태다. 작업 내용과 관련 이슈는 명시되어 있다. 변경사항 섹션에 URL 변경 상세 내용을 기술하고, 리뷰 포인트를 추가로 작성하거나 불필요하면 명확히 표시해주면 좋을 것 같아.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed PR 제목이 변경 사항을 명확하게 반영하고 있으며, 이슈 번호 참조와 간단한 한국어 설명으로 핵심 변경 내용(문의 채널 링크 수정)을 잘 전달한다.
Linked Issues check ✅ Passed 코드 변경이 이슈 #313의 요구사항을 충족한다. 카카오톡 채널과 인스타그램 DM으로 직접 연결되도록 링크가 수정되었으며, 필요한 작업이 완료되었다.
Out of Scope Changes check ✅ Passed 변경사항이 명확하게 이슈 #313의 범위 내에 있다. 오직 문의 채널 URL만 수정되었으며, 구조나 다른 기능적 변경은 없다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

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.

❤️ Share

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

@github-actions

Copy link
Copy Markdown

🔨 빌드 상태: 성공! ✅

프론트엔드 빌드가 성공적으로 완료되었습니다! 🎉

✅ 체크 완료

  • 🔨 Frontend Build: 성공

📊 상세 정보

  • Commit: 2a7b666
  • Branch: fix#313
  • 빌드 완료 시간: 2026. 1. 25. 오후 8:01:38

🚀 빌드에 문제가 없습니다. 머지 가능합니다!

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@fe/src/constants/shared/_inquiry-channel.ts`:
- Around line 11-17: The instagram entry's url ("ig.me/m/youthvoice_my") under
the instagram object in _inquiry-channel.ts is redirecting to a login page;
reproduce the issue by testing that instagram.url with a logged-in Instagram
account on mobile (in-app and mobile browser) and desktop (logged-in browser) to
confirm whether it opens the DM screen directly, then if it does not, replace
instagram.url with a working direct-DM/username URL or platform-intent URL that
opens DMs for logged-in users (or add a note/comment fallback) and ensure the
instagram object and its url property are updated accordingly.

Comment thread fe/src/constants/shared/_inquiry-channel.ts
@HongGeonUi
HongGeonUi merged commit 56e6fef into main Jan 25, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FE 프론트엔드 ♻️ refactor 리팩토링

Projects

None yet

Development

Successfully merging this pull request may close these issues.

문의 연결링크 수정

1 participant