feat(notification): 알림 리스트 화면 추가 (#33)#54
Merged
Conversation
- 캘린더 nav 우상단 종 아이콘 → 알림 리스트 화면 push - GET /notifications (cursor 페이징) + 무한 스크롤, 빈/목록 상태, 안읽음 표시 - 알림 설정 화면을 MyPage → Notification 모듈로 이전, 알림 리스트에서 설정 진입 - 알림 화면 진입 시 커스텀 탭바 숨김 - 다크모드 아이콘 가시성: renderingMode(.template) 적용 - CalendarGrid 스냅샷 baseline 재기록(종 아이콘 추가), 유닛 테스트 6종 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…mment truncation Generated Common.xcconfig wrote raw https:// which xcconfig parses as a comment, truncating BASE_URL to "https:" and causing CannotFindHost at runtime. Switch printf to single quotes so the \$() trick survives into the file, matching the local Common.xcconfig convention.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
개요
캘린더 nav 우상단 종 아이콘 → 알림 리스트 화면으로 push,
GET /notifications(cursor 페이징)로 알림함을 조회합니다. Closes #33변경 사항
신규 — 알림 리스트
DoriNetwork:FetchNotificationsEndpoint(cursor:size:),NotificationItemResponse/NotificationPageResponseFeature/Notification모듈:NotificationListAPIClient(.live주입) ·NotificationListFeature(cursor 무한 스크롤) ·NotificationListView(목록/빈상태/로딩) ·NotificationRowView(제목·본문·시간·안읽음 점)@Presents notificationList+navigationDestination, nav 우상단 종 아이콘리팩터 — 알림 설정 모듈 이전
NotificationSettingsFeature/NotificationSettingsView/DoriToggleSwitch를 MyPage → Notification 모듈로 이동(알림 도메인 응집). MyPage·알림리스트가 동일 설정 화면 재사용UX
isTabBarVisible에calendar.notificationList == nil추가)renderingMode(.template)+ navforegroundStyle(.textPrimary)결정 사항 (이슈 협의)
검증
xcodebuild build(iPhone 16 / 17 Pro 26.4) BUILD SUCCEEDEDFeatureNotificationTests6/6 (첫 로드·재진입 가드·무한스크롤·hasNext 가드·에러)FeatureMyPage회귀 18/18 (이전한 설정/토글 스냅샷 포함)FeatureCalendarTests8/8 (종 아이콘 추가로 CalendarGrid baseline 재기록)GET /notifications?size=20200 + 디코딩 확인후속 (별건)
DoriToggleSwitch는 범용 컴포넌트 → 향후 DesignSystem 승격 검토🤖 Generated with Claude Code