[REFACTOR/#274] 맵, 알림, 스탬프 기능 리팩토링#274
Merged
leesumin0526 merged 5 commits intodevelopfrom Feb 28, 2026
Merged
Conversation
- 기존: 전체 paper ID 기준으로 중복 제거 → 한 매장에 여러 제휴가 있어도 하나만 표시됨 - 수정: 매장별로 paper ID 중복 제거 → 각 매장의 모든 제휴가 표시됨
…into refactor/#270-map-api
…조 개선 - Notification.refId를 nullable로 변경 (STAMP 타입 등 refId 불필요한 경우 대응) - OutboxCreatedEvent에서 Notification 엔티티 참조 제거, 필요한 필드만 직접 전달 - sendIfEnabled 로직 수정 (알림 설정 활성화 또는 미설정 시 큐 전송, 비활성화 시 DB만 저장) - OutboxAfterCommitPublisher에서 refId null 처리 추가
- TemporaryQrServiceImpl에 스탬프 10의 배수(10, 20, 30...) 체크 로직 추가 - 10의 배수 달성 시 StampEventApplicant 저장 및 알림 전송 후 스탬프 초기화 - 제휴 사용 시에는 스탬프만 증가하고 이벤트 응모는 QR 인증 시에만 처리
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.
#️⃣연관된 이슈
📝작업 내용
1. 맵 매장 조회 개선
2. 알림 시스템 리팩토링
3. 스탬프 이벤트 응모 자동화