Skip to content

[♻️ Refactor/224] 예약내역 카드 체험상세 링크 기능 추가#225

Merged
sylee86 merged 1 commit into
mainfrom
refactor/224/card-link
Jan 17, 2026
Merged

[♻️ Refactor/224] 예약내역 카드 체험상세 링크 기능 추가#225
sylee86 merged 1 commit into
mainfrom
refactor/224/card-link

Conversation

@sylee86
Copy link
Copy Markdown
Contributor

@sylee86 sylee86 commented Jan 17, 2026

✅ PR 체크리스트

  • 기능 정상 동작
  • 콘솔 에러 없음
  • UI 동작 및 반응형 레이아웃 확인

🔗 이슈 번호

  • 예약 내역 카드에 링크이동이 필요해보여 추가하였습니다.

✨ 작업한 내용

💁 리뷰 요청 / 코멘트

💡 참고사항

@sylee86 sylee86 linked an issue Jan 17, 2026 that may be closed by this pull request
1 task
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello @sylee86, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

이 PR은 예약 내역 카드에서 사용자가 해당 체험의 상세 페이지로 직접 이동할 수 있도록 링크 기능을 추가합니다. 기존에는 카드 클릭 시 아무런 동작이 없었으나, 이제는 Next.js의 Link 컴포넌트를 활용하여 각 체험의 고유 ID를 기반으로 상세 페이지로의 내비게이션을 가능하게 하여 사용자 경험을 개선합니다.

Highlights

  • 예약 카드 링크 기능 추가: ReservationCard 컴포넌트에 Next.js의 Link 컴포넌트를 적용하여 클릭 시 해당 체험의 상세 페이지로 이동하도록 기능을 추가했습니다.
  • 체험 ID 추출 및 활용: activityType 인터페이스에 id 속성을 추가하고, 예약 내역 카드에서 체험의 id를 추출하여 동적인 상세 페이지 링크를 생성하도록 구현했습니다.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

안녕하세요. 예약 내역 카드에 체험 상세 페이지로 이동하는 링크를 추가하는 변경사항을 확인했습니다. next/link를 사용하여 카드 전체를 클릭 가능하게 만들고, activityId를 동적으로 경로에 포함시킨 구현이 올바릅니다. 또한, 관련 타입 정의를 card-type.ts에 추가하여 코드의 안정성을 높인 점도 좋습니다.

한 가지 개선 제안으로, URL 경로를 직접 문자열로 작성하기보다는 경로를 관리하는 상수 파일을 만들어 사용하는 것을 고려해볼 수 있습니다. 이렇게 하면 나중에 경로 구조가 변경될 때 유지보수가 더 쉬워집니다. 관련하여 상세한 내용은 코드 리뷰 코멘트를 참고해주세요.

Comment thread src/components/Card/ReservationCard.tsx
@github-actions
Copy link
Copy Markdown

@sylee86 sylee86 self-assigned this Jan 17, 2026
@sylee86 sylee86 added 🐛 Bug 버그 발견/해결 ♻️ Refactor 코드 리팩토링 and removed 🐛 Bug 버그 발견/해결 ♻️ Refactor 코드 리팩토링 labels Jan 17, 2026
Copy link
Copy Markdown
Contributor

@eunji0124 eunji0124 left a comment

Choose a reason for hiding this comment

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

확인했습니다!

@sylee86 sylee86 merged commit 66ad86b into main Jan 17, 2026
1 check passed
@sylee86 sylee86 deleted the refactor/224/card-link branch January 17, 2026 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 Bug 버그 발견/해결

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[♻️ Refactor] 예약내역 카드 체험상세 링크 기능 추가

2 participants