-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Feat(#74): 알림 엔티티 구현 * Feat(#74): 알림 레포지토리 구현 * Feat(#74): NotificationInfoResDto 구현 * Feat(#74): NotificationListResDto 구현 * Feat(#74): NotificationNotFoundException 구현 * Feat(#74): service 로직 구현 * Feat(#74): controller 로직 구현 * Feat(#74): spring-boot-starter-web-services 의존성 추가 * Feat(#74): 알림-멤버 매핑 * Feat(#74): 챌린지 참여 할 때 알림가도록 추가 * Feat(#74): 챌린지 생성될때마다 알림가도록 변경 * Style(#74): RequiredArgsConstructor 어노테이션 사용하도록 변경 * Feat(#74):notificationService 추가 * Style(#74):notification 객체 생성 빌더 패턴 방식으로 변경 * Refactor(#74): emitter를 SseEmitterManager 에서 관리하도록 변경 * Style(#74): 불필요한 공백 라인 제거 * Style(#74): 줄바꿈 추가 * Style(#74): 마지막 공백 라인 추가 * Style(#74): SseEmitterManager 추가 * Fix(#74): 챌린지를_개인_대시보드에_추가할_수_있다 테스트 안되는 오류 해결 * Test(#74): NotificationServiceTest 구현 * Feat(#74): 파라미터 name 설정 * Feat(#74): JsonIgnore 어노테이션 삽입 * Feat(#74): isRead 필드 업데이트 메서드 로직 수정 * Test(#74): NotificationController 추가 * Feat(#74): JsonIgnore 어노테이션 삭제 * Fix(#74): Member 필드 삭제 * Test(#74): NotificationController 테스트 구현 * Test(#74): 문서 생성 경로 변경 * Test(#74): 알림 조회 문서 헤더 필드 생성 * Docs(#74): 알림 문서화 * Refactor(#74): 어노테이션 변경 * Refactor(#74): 팀 대시보드 초대 시 알림 메시지 전송 구현 * Refactor(#74): 매직 넘버 상수화 * Test(#74): notificationService 필드 추가 * Feat(#74): 팀원 초대 api 추가 * Refactor(#74): 쿼리스트링으로 입력받도록 변경 및 예외처리 추가 * Test(#74): 팀원 초대 테스트 * Refactor(#74): 팀 대시보드 생성 시 초대 알림 가도록 변경 * Test(#74): 팀 대시보드 생성 시 초대 알림 가도록 변경 * Fix(#74): 충돌 수정 * Refactor(#74): 메서드 분리 * Feat(): 매직 넘버 상수화 * Refactor(#127): 팀원이 팀 초대 수락하면 팀장한테 알람가도록 구현 및 팀 초대 api 로직 수정
- Loading branch information
1 parent
718f7b2
commit 9190410
Showing
3 changed files
with
29 additions
and
11 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