[#9] feat: 알림 구독 설정 API - #17
Merged
Merged
Conversation
알림 설정 화면이 사용할 구독 설정(관심 유형/카테고리/출판사) 저장·조회 API를 추가한다. 알림함(NotificationsPage)은 구독 설정과 캠페인 목록으로 프런트에서 파생하므로 별도 백엔드가 필요 없다. - GET /api/me/notification-subscription : 내 구독 설정 조회(미설정 시 빈 목록) - PUT /api/me/notification-subscription : 구독 설정 업서트(회원당 1건) - NotificationSubscription 엔티티(회원당 1건, member_id 유니크)에 다중 값을 JSON 문자열로 저장 - 직렬화는 프로젝트 표준 ObjectMapper(tools.jackson, Jackson 3) 사용 Co-Authored-By: Claude Opus 4.8 <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.
📄 작업 내용
GET /api/me/notification-subscription: 내 구독 설정 조회(미설정 시 빈 목록)PUT /api/me/notification-subscription: 구독 설정 업서트(회원당 1건)✅ PR 유형
🧪 테스트 내용
🙋🏻 참고 사항
🔗 관련 이슈
resolved: #9