Skip to content

[#409] 프로모션 팝업 및 이벤트 툴팁 비활성화#410

Merged
Hrepay merged 1 commit intodevelopfrom
fix/#409
Apr 1, 2026
Merged

[#409] 프로모션 팝업 및 이벤트 툴팁 비활성화#410
Hrepay merged 1 commit intodevelopfrom
fix/#409

Conversation

@Hrepay
Copy link
Copy Markdown
Member

@Hrepay Hrepay commented Mar 30, 2026

#️⃣ 관련 이슈

Resolved #409

💡작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

  • 팝업과 툴팁을 주석 처리했습니다.

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

  • 추후에 쓰일 수도 있기에 주석처리 하였습니다.

@Hrepay Hrepay requested a review from wjdalswl March 30, 2026 16:29
@Hrepay Hrepay self-assigned this Mar 30, 2026
@gemini-code-assist
Copy link
Copy Markdown

Summary of Changes

Hello, 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은 프로모션 팝업과 이벤트 툴팁 기능을 일시적으로 비활성화합니다. 관련 코드 호출을 주석 처리하여 사용자 인터페이스에서 해당 기능들이 더 이상 나타나지 않도록 하였으며, 이는 향후 재활성화를 염두에 둔 조치입니다.

Highlights

  • 프로모션 팝업 비활성화: HomeViewController에서 프로모션 팝업을 표시하는 presentPromotionPopupIfNeeded() 호출을 주석 처리하여 비활성화했습니다.
  • 이벤트 툴팁 비활성화: CustomTabBarContainerController에서 이벤트 배지 설정 및 업데이트 관련 메서드(setupEventBadgeIfNeeded(), updateEventBadgePosition()) 호출을 주석 처리하여 이벤트 툴팁 기능을 비활성화했습니다.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

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.


코드 숨겨두니, 미래 위해 잠시 쉬네, 다시 빛날 날.

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

이번 풀 리퀘스트는 프로모션 팝업 및 이벤트 배지 관련 로직을 주석 처리하여 비활성화하는 변경 사항을 포함하고 있습니다. 리뷰어는 코드의 유지보수성을 높이기 위해 단순히 코드를 주석 처리하는 대신 기능 플래그(Feature Flag)를 사용하여 기능을 제어할 것을 권장하고 있습니다.

Copy link
Copy Markdown
Contributor

@wjdalswl wjdalswl left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!!☺️

@Hrepay Hrepay merged commit 7fd5950 into develop Apr 1, 2026
@Hrepay Hrepay deleted the fix/#409 branch April 1, 2026 01:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Fix] 나아돼 이벤트 팝업/툴팁 제거

2 participants