Skip to content

[Refactor] 알림(Notification) 읽음 처리 기능 및 계층 구조 개선 #71

@jae-2024

Description

@jae-2024

목적

  1. NotificationController에서 Repository를 직접 사용하여
    계층 구조(Controller → Service → Repository)가 깨져 있음
  2. 알림 읽음 처리 기능이 명확한 API로 분리되어 있지 않음
    이를 해결하기 위해 NotificationService를 중심으로 로직을 재구성하고 알림 읽음 처리 API를 추가

세부 내용 설명

GET /api/notifications/{notificationId}/read
알림 읽음 처리

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions