Skip to content

[#424] 만든 사람들 메뉴를 노션 페이지 웹뷰로 변경#425

Merged
Hrepay merged 4 commits into
developfrom
fix/#424
May 25, 2026
Merged

[#424] 만든 사람들 메뉴를 노션 페이지 웹뷰로 변경#425
Hrepay merged 4 commits into
developfrom
fix/#424

Conversation

@Hrepay
Copy link
Copy Markdown
Member

@Hrepay Hrepay commented May 23, 2026

#️⃣ 관련 이슈

Resolved #424

💡작업 내용

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

  • 마이 탭 "만든 사람들" → 노션 페이지 in-app 웹뷰로 교체
  • ProvisionView/ProvisionViewControllerinit(url:) 추가
  • 기존 CreatorsView/CreatorViewController는 보존, 미사용 안내 주석 추가
Simulator Screen Recording - iPhone Air - 2026-05-23 at 16 58 27

💬리뷰 요구사항(선택)

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

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

  • x

@Hrepay Hrepay requested a review from CJiu01 May 23, 2026 08:01
@Hrepay Hrepay self-assigned this May 23, 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

  • 메뉴 변경: 마이페이지의 '만든 사람들' 메뉴를 기존 로컬 뷰에서 노션 페이지를 보여주는 인앱 웹뷰로 전환했습니다.
  • 코드 구조 개선: ProvisionView와 ProvisionViewController에 URL을 인자로 받는 생성자를 추가하여 웹뷰 재사용성을 높였습니다.
  • 기존 코드 보존: 기존 CreatorsView와 CreatorViewController는 추후 복구 가능성을 고려하여 유지하고, 사용되지 않음을 알리는 주석을 추가했습니다.
New Features

🧠 You can now enable Memory (public preview) 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 the 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 counterproductive. 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

이번 풀 리퀘스트는 '만든 사람들' 화면을 기존 커스텀 뷰 대신 노션 페이지를 표시하는 인앱 웹뷰로 대체하였습니다. 이를 위해 ProvisionView와 ProvisionViewController에 URL 기반 초기화 구문을 추가하고 기존 관련 클래스들을 미사용 상태로 전환했습니다. 리뷰 피드백으로는 하드코딩된 URL을 상수로 관리할 것과, 클래스 역할을 더 잘 반영하도록 ProvisionViewController의 이름을 WebViewController 등으로 변경하는 것을 제안했습니다.

Comment thread EATSSU/App/Sources/Presentation/MyPage/ViewController/MyPageViewController.swift Outdated
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 a186f95 into develop May 25, 2026
@Hrepay Hrepay deleted the fix/#424 branch May 25, 2026 08: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