-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: MongoDB 연동 및 초기 클래스 추가 * fix: owne -> owner * feat: 알림에서 사용할 Enum 타입 구현 * feat: Notification 관련 예외 처리 추가 * feat: 알림 엔티티 구현 * fix: 알림 도메인 수정, 하위 알림 추가 * feat: 예외 메시지 및 에러코드 추가 * feat: 몽고DB 관련 config 추가 * chore: 몽고DB Q도메인 생성 옵션 추가 * fix: 몽고DB config 트랜잭션 옵션 추가 * feat: 사용자 알림 목록 조회 구현 * feat: 알림 저장하는 공통 서비스 구현 * feat: 게시글에 댓글이 달렸을 때 알림 구현 * fix: 날짜 format 수정 * refactor: 알림 호출 이벤트 기반으로 변경 * fix: message enum으로 관리하도록 수정 * feat: 대댓글이 달렸을 때 알림 전송 구현 * fix: 알림 데이터 구조 변경 * feat: 알림 Object id -> Auto Increasement의 Long 타입 id로 수정 * feat: createAt 현재시간으로 저장되도록 수정 * refactor: NotificationSequence -> AutoIncrementSequence * fix: 알림 조회 Cursor 기반 페이지네이션으로 변경 * test: 알림 조회 Controller 테스트 구현 * feat: 새로운 알림이 왔는지 확인하는 기능 구현 * fix: 새로운 알림 확인 결과 dto로 감싸서 응답 * test: 새로운 알림 확인 Controller 테스트 구현 * docs: API 문서 알림 반영 * docs: API 문서 최신화 v2 * refactor: 알림 이벤트 호출 로직 분리 * fix: 불필요한 쿼리문 삭제
- Loading branch information
Showing
35 changed files
with
1,838 additions
and
864 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
== 알림 | ||
|
||
=== 알림 목록 조회 | ||
operation::notification/get-notifications-by-cursor[snippets='http-request,http-response,cookie,response-fields'] | ||
|
||
=== 새로운 알림 확인 | ||
operation::notification/check-notification[snippets='http-request,http-response,cookie,response-fields'] |
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
Oops, something went wrong.