-
Notifications
You must be signed in to change notification settings - Fork 0
[feat] 알림센터 알림 or 푸시알림 클릭 시 BE 로직 구현 #309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
seongjunnoh
merged 29 commits into
develop
from
feat/#308-notification-redirect-data-storage
Sep 23, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
543820f
[chore] notifications table 구조 변경을 위한 sql 파일 추가 (#308)
seongjunnoh c9165c1
[feat] NotificationJpaEntity 에 추가할 data 및 컨버터 추가 (#308)
seongjunnoh f51edcc
[refactor] 수정된 notification 구조에 따라 jpa, 도메인 엔티티 및 mapper 코드 수정 (#308)
seongjunnoh 75d058a
[rename] 피드 관련 알림 처리하는 메서드 네이밍 수정 (#308)
seongjunnoh 100eb32
[refactor] fcm 푸시 알림을 위한 이벤트 퍼블리시 시에 notificationId 추가 및 리다이렉트를 위한 다른…
seongjunnoh c352794
[refactor] 알림 동기 처리 executor 코드 수정 (#308)
seongjunnoh 22ecd82
[refactor] FeedNotificationOrchestratorSyncImpl 코드 수정 (#308)
seongjunnoh 3480f73
[refactor] FeedNotificationOrchestratorSyncImpl 의 테스트 코드 수정 (#308)
seongjunnoh 698c5c7
[refactor] RoomNotificationOrchestratorSyncImpl 코드 수정 (#308)
seongjunnoh cd275df
[refactor] RoomNotificationOrchestratorSyncImpl 의 테스트 코드 수정 (#308)
seongjunnoh 6929522
[refactor] fcm 푸시알림을 위한 이벤트 퍼블리시 관련 코드 수정 (#308)
seongjunnoh b8b456c
[refactor] fcm 푸시알림을 위한 이벤트 리스너 관련 코드 수정 (#308)
seongjunnoh 9b22d5a
[refactor] fcm 푸시알림을 위한 이벤트 리스너 관련 테스트 코드 수정 (#308)
seongjunnoh d957988
[feat] 알림 읽음 처리 api controller 구현 (#308)
seongjunnoh b04aebb
[feat] 알림 읽음 처리 api use case 구현 (#308)
seongjunnoh 7359995
[feat] 알림 읽음 처리 api 영속성 코드 구현 (#308)
seongjunnoh dc5c3b1
[feat] 알림 관련 error code 추가 (#308)
seongjunnoh d81ed04
[feat] 알림 읽음 처리 api 관련 스웨거 ResponseDescription 추가 (#308)
seongjunnoh 792edd2
[test] 알림 읽음 처리 api 통합 테스트 코드 추가 (#308)
seongjunnoh c1ef1b6
[test] Notification 도메인 엔티티 단위 테스트 코드 추가 (#308)
seongjunnoh 91f312a
[move] PlatformType enum 에 정적 팩토리 메서드 추가 및 패키지 구조 이동 (#308)
seongjunnoh af90d6b
[refactor] 기존 fcm 토큰 등록 api 의 request body 유효성 검증 강화 (#308)
seongjunnoh 4c2778a
[refactor] PlatformType 패키지 구조 이동에 따른 import 문 수정 (#308)
seongjunnoh 1f061a3
[refactor] MessageRoute 수정 및 패키지 이동 (#308)
seongjunnoh 4b6e9c5
Merge remote-tracking branch 'origin' into feat/#308-notification-red…
seongjunnoh 7459b5f
[rename] 네이밍 수정 (#308)
seongjunnoh 48394c0
[refactor] request dto bean validation error message 추가 (#308)
seongjunnoh 8d4ba69
[move] PlatformType enum 패키지 이동 (#308)
seongjunnoh 57f9970
[docs] api 명세 추가 (#308)
seongjunnoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오호 피드 게시물일때 이름을 좀더 명확하게 수정하셨군욧 좋네요