Skip to content

✨ Feat: 푸터 정보 업데이트#176

Merged
aahreum merged 2 commits intomainfrom
feature/footer
Oct 14, 2025
Merged

✨ Feat: 푸터 정보 업데이트#176
aahreum merged 2 commits intomainfrom
feature/footer

Conversation

@aahreum
Copy link
Member

@aahreum aahreum commented Oct 14, 2025

🔗 이슈 번호

✨ 작업한 내용

  • 푸터 정보 업데이트 (시연영상, 발표자료 추가)

@aahreum aahreum added this to the Rolling 프로젝트 milestone Oct 14, 2025
@aahreum aahreum requested a review from Greensod-96 October 14, 2025 13:20
@aahreum aahreum self-assigned this Oct 14, 2025
@aahreum aahreum added the ✨ Feature 기능 추가 label Oct 14, 2025
@vercel
Copy link

vercel bot commented Oct 14, 2025

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

Project Deployment Preview Comments Updated (UTC)
frontend Ready Ready Preview Comment Oct 14, 2025 1:21pm

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @aahreum, 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은 푸터에 표시되는 시연 영상과 발표 자료의 링크를 실제 유효한 URL로 업데이트하는 것을 목표로 합니다. 기존에 임시로 설정되어 있던 링크를 교체하고, 관련 TODO 주석을 제거하여 코드의 정확성과 유지보수성을 향상시킵니다. 이는 사용자에게 정확한 정보를 제공하고 프로젝트의 완성도를 높이는 데 기여합니다.

Highlights

  • 푸터 링크 업데이트: 푸터에 표시되는 시연 영상 및 발표 자료의 링크가 실제 유효한 URL로 업데이트되었습니다.
  • TODO 주석 제거: 더 이상 필요 없는 TODO 주석이 src/constants/footer.js 파일에서 제거되었습니다.
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.

@github-actions
Copy link

🎉 구현한 기능 Preview: https://frontend-ot3ef7dy0-fe-19-seongihuns-projects.vercel.app

@aahreum aahreum merged commit 4889485 into main Oct 14, 2025
3 checks passed
@aahreum aahreum deleted the feature/footer branch October 14, 2025 13:21
Copy link
Contributor

@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

푸터에 시연 영상과 발표 자료 링크를 업데이트하는 작업을 확인했습니다. 변경 사항은 의도한 대로 잘 적용되었습니다. 한 가지 제안 사항으로, YouTube 링크에서 불필요한 쿼리 파라미터를 제거하여 URL을 더 깔끔하게 유지하는 것을 권장합니다. 자세한 내용은 개별 댓글을 참고해주세요.

{ label: '발표자료', href: 'https://www.naver.com/' },
{
label: '시연영상',
href: 'https://youtu.be/PKDVtuITyT4?si=lbgbbDJy8Zrg2HhA',
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

YouTube URL의 si 쿼리 파라미터는 공유 시 추가되는 추적용 파라미터로, 영상 재생에 필수적이지 않습니다. 리소스에 대한 URL은 불필요한 파라미터 없이 정식(canonical) 형태로 유지하는 것이 좋습니다. 이렇게 하면 URL이 더 깔끔해지고, 나중에 발생할 수 있는 잠재적인 문제를 방지할 수 있습니다. 해당 파라미터를 제거하는 것을 제안합니다.

Suggested change
href: 'https://youtu.be/PKDVtuITyT4?si=lbgbbDJy8Zrg2HhA',
href: 'https://youtu.be/PKDVtuITyT4',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 추가

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

[✨ Feature] 푸터 정보 업데이트

2 participants