-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ✏️ 확인 알림과 미확인 알림 조회 API 분리 (#161)
* rename: 미확인 알림 조회 api 메서드 명 수정 * rename: 수신한 알림 무한 스크롤 조회 api 메서드명 수정 * feat: 미확인 알림 조회 api 추가 * fix: 미확인 알림 조회 controller http method 및 경로 설정 * feat: 미확인 알림 조회 service 구현 * feat: notification list -> notification dto info list 변환 mapper 구현 * feat: 미확인 알림 조회 usecase 구현 * fix: 확인한 알림 조회 쿼리에서 is_read is null 조건 추가 * fix: 미확인 알림 조회 시, query join 되는 문제 해결 * docs: swagger operation 요약 보다 명시적으로 수정 * test: 읽음 알림 조회 repository 단위 테스트에서 read_at is not null 조건에 추가됨에 따른 테스트 수정
- Loading branch information
1 parent
8668176
commit d1ae456
Showing
9 changed files
with
69 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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