인앱 알림 로직 검증 & FEEDBACK_RESOLVED 전파 수정

날짜
영향도낮음

Decisions

D1: FEEDBACK_RESOLVED 타입 3-tier 동기화

  • Context: Sprint 64에서 Identity 엔티티에 FEEDBACK_RESOLVED를 추가했으나 Gateway enum, Frontend type/아이콘에 전파되지 않아 피드백 해결 알림이 타입 불일치 + 기본 Bell 아이콘으로만 표시됨
  • Choice: Gateway enum, Frontend Notification type union, NotificationBell TYPE_ICON/TYPE_ROUTE, NotificationToast TYPE_ICON에 일괄 반영
  • Alternatives: 없음
  • Code Paths: services/gateway/src/common/types/identity.types.ts, frontend/src/lib/api.ts, frontend/src/components/layout/NotificationBell.tsx, frontend/src/components/ui/NotificationToast.tsx

Patterns

P1: NotificationType enum 추가 시 전파 체크리스트

  • Where: Identity entity → Gateway types → Frontend api.ts → NotificationBell (TYPE_ICON, TYPE_ROUTE) → NotificationToast (TYPE_ICON)
  • When to Reuse: 새 알림 타입을 추가할 때마다 5개 파일을 모두 갱신해야 함

Metrics

  • Commits: 1건, Files changed: 7개