Skip to content

[Refactor] 알림 읽음처리 & 계층구조 수정#72

Merged
jae-2024 merged 1 commit intomainfrom
Refactor/#71/notification-read
Mar 16, 2026
Merged

[Refactor] 알림 읽음처리 & 계층구조 수정#72
jae-2024 merged 1 commit intomainfrom
Refactor/#71/notification-read

Conversation

@jae-2024
Copy link
Contributor

@jae-2024 jae-2024 commented Mar 16, 2026

목적

  1. 알림 읽음 처리 API 추가
    알림 상태 변경을 위해 읽음 처리 API 추가
    PATCH /api/notifications/{notificationId}/read
  2. Controller → Repository 직접 접근 제거
    기존 구조
    Controller → Repository
    수정 후 구조
    Controller → Service → Repository
    Controller에서는 Service만 호출하도록 수정

@jae-2024 jae-2024 self-assigned this Mar 16, 2026
@jae-2024 jae-2024 added the 🔨Refactor 코드 리팩토 label Mar 16, 2026
@jae-2024 jae-2024 merged commit 1fe87d6 into main Mar 16, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔨Refactor 코드 리팩토

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

1 participant