Skip to content

Refactor/#91 QA 진행#97

Merged
dev-domo merged 10 commits intodevfrom
refactor/#91-pan
Dec 30, 2025
Merged

Refactor/#91 QA 진행#97
dev-domo merged 10 commits intodevfrom
refactor/#91-pan

Conversation

@dev-domo
Copy link
Collaborator

✅ PR 타입

  • refactor: 코드 리펙토링

🪾 반영 브랜치

refactor/#91-pan -> dev

✨ 변경 사항

  • 홈 미션 뷰 슬라이드 동작 수정
  • 날씨 텍스트 마진 조정
  • 로그인 모달 확인 버튼 클릭 시 로그인 뷰컨트롤러로 이동
  • 메인 큐에서 이벤트 푸시 알림 토글 업데이트
  • 미션 셀 레이아웃 제약 수정

📂 관련 이슈

#91

@dev-domo dev-domo self-assigned this Dec 29, 2025
@dev-domo dev-domo added the enhancement New feature or request label Dec 29, 2025
@gemini-code-assist
Copy link

Summary of Changes

Hello @dev-domo, 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은 주로 QA 피드백에 따른 리팩토링 및 UI 조정을 포함합니다. 주요 변경 사항으로는 로그인 만료 시 사용자 경험을 개선하기 위해 로그인 화면으로 직접 이동하도록 한 점, 홈 헤더의 날씨 정보 표시를 위한 레이아웃 및 정렬을 개선한 점, 그리고 시나리오 아이템 뷰가 다양한 표시 요구사항을 충족할 수 있도록 유연성을 높인 점 등이 있습니다. 또한, 잠재적인 UI 스레딩 문제를 해결하고 로그인 만료 처리 로직을 중앙 집중화하여 네트워크 요청 처리를 간소화했습니다.

Highlights

  • 로그인 만료 처리 개선: 로그인 만료 모달 확인 시, 단순히 모달을 닫는 대신 로그인 화면으로 직접 이동하도록 변경하여 사용자 경험을 향상했습니다.
  • 홈 UI 조정: 홈 헤더의 날씨 텍스트를 중앙 정렬하고 좌우 패딩을 늘렸으며, 홈 화면의 모달 뷰(UserScenarioModalView)의 높이 관리 방식을 개선했습니다.
  • 시나리오 아이템 뷰 유연성 증대: ScenarioItemView에 isNeedSubtitle 속성을 추가하여 서브타이틀의 조건부 표시 및 타이틀 레이블의 정렬을 유연하게 제어할 수 있도록 리팩토링했습니다.
  • 홈 뷰모델 로직 개선: 날씨 텍스트 생성 로직을 makeNoWeatherDataStringmakeWeatherDataString 헬퍼 메서드로 분리하고, 날씨 텍스트에 줄 간격과 중앙 정렬을 적용하여 가독성을 높였습니다.
  • UI 업데이트 스레드 안전성 확보: 설정 화면에서 이벤트 푸시 알림 토글 업데이트가 메인 스레드에서 안전하게 이루어지도록 수정했습니다.
  • 프로토콜 정리: NetworkRequestable 프로토콜에서 중복된 presentLoginExpired 메서드를 제거하여 로그인 만료 처리 로직을 TokenReissuer에서 중앙 집중화했습니다.

🧠 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.

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

@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

이번 PR은 QA 과정에서 발견된 여러 이슈들을 수정하고 코드를 리팩토링하는 내용을 담고 있습니다. 홈 화면의 미션 뷰 슬라이드 동작이 더 안정적이고 직관적으로 개선되었고, 토큰 만료 시 로그인 화면으로 이동하는 로직이 중앙에서 관리되도록 변경된 점이 인상적입니다. 또한, 이벤트 푸시 알림 토글 업데이트가 메인 스레드에서 안전하게 처리되도록 수정된 부분도 중요한 개선입니다. 전반적으로 코드의 안정성과 가독성을 높이는 좋은 변경이라고 생각합니다. 몇 가지 코드 개선 제안을 포함했으니 확인 부탁드립니다.

@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@dev-domo dev-domo merged commit 6aba8d2 into dev Dec 30, 2025
5 of 6 checks passed
@dev-domo dev-domo deleted the refactor/#91-pan branch December 30, 2025 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant