Conversation
Contributor
There was a problem hiding this comment.
Code Review
이번 PR은 내일 마감되는 할 일(Todo)에 대한 로컬라이징된 푸시 알림 기능을 추가합니다. 이를 위해 푸시 알림 응답 및 도메인 엔티티에 의미 기반 내용(content)을 추가하고, 이를 파싱 및 매핑하는 로직과 테스트 코드를 작성했습니다. 리뷰어 피드백으로는 PushNotificationItem에서 할 일 제목(todoTitle)의 공백 문자열을 검사할 때, 공백만 포함된 경우를 대비해 trimmingCharacters(in: .whitespacesAndNewlines)를 사용하여 처리하도록 개선할 것을 제안했습니다.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 연관된 이슈
🎯 의도
title/body알림 문서와 공존하는 단계적 전환 기반 확보📝 작업 내용
📌 요약
todoDueTomorrow의미 기반 알림 모델과 해석·변환 경로 추가NotificationTab의 한국어·영어 알림 문구 현지화contentType의title/body대체 표시 유지pushLocalizationVersion: 1기록MARKETING_VERSION1.5 반영🔍 상세
의미 기반 알림 계약
PushNotificationContent와PushNotificationResponse.Content에todoDueTomorrow(todoTitle:)추가contentType: "todoDueTomorrow"와contentArguments.todoTitle해석contentArguments또는 빈 Todo 제목을 제목 없는 Todo로 처리contentType누락 또는 알 수 없는 값 해석 시 기존title/body사용title/body가 함께 존재하는 문서 계약 유지알림 문구 현지화
push_notification_todo_due_title추가push_notification_todo_due_tomorrow_format추가push_notification_todo_due_tomorrow_without_title추가String(localized:)를 통한 현재 앱 언어 기준NotificationTab문구 구성서버 연계
pushLocalizationVersion: 1기록languageCode미추가languageCode제거 마이그레이션 미포함DevLog_Firebase #46범위테스트 및 검증
NotificationTab의 제목 있음·제목 없음·기존 문구 처리 테스트 추가부가 변경
MARKETING_VERSION1.4 → 1.5 변경.gitignore에.superpowers/제외 규칙 추가📸 영상 / 이미지 (Optional)