-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor/#172 알림 엔티티 구조 개선 - 알림 관련 엔티티와 알림 설정 API 개선 #173
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
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
42a193a
:recycle: refactor: OrgMemberNotificationSetting 엔티티 내부 예산 관련 필드 제거 &…
ojy0903 5c22806
:recycle: refactor: NotificationConverter 내부 OrgMemberNotificationSet…
ojy0903 dc8f64f
:recycle: refactor: 알림 요청 DTO 내부 예산 관련 필드 삭제 & 클릭 급증, 봇 클릭, 리포트 알림 필드…
ojy0903 b83c4ab
:recycle: refactor: 알림 응답 DTO 내부 예산 관련 필드 삭제 & 클릭 급증, 봇 클릭, 리포트 알림 필드…
ojy0903 3913007
:recycle: refactor: 알림 설정 Service 로직 수정
ojy0903 e1cb3c0
:art: style: Swagger Docs 수정
ojy0903 d62feea
:sparkles: feat: OrgNotificationSetting 내부 알림 종류 (클릭수 급증, 봇 클릭, 리포트 알…
ojy0903 f9737be
:sparkles: feat: 알림 요청, 응답 DTO 내부 조직 단위 외부채널 알림 설정 필드 추가
ojy0903 5ebc9b8
:sparkles: feat: 알림 종류 구분을 위한 NotificationType enum 추가
ojy0903 d6e61af
:sparkles: feat: 조직별 외부채널 알림 설정을 위한 Converter 수정
ojy0903 e436f46
:sparkles: feat: 조직별 외부채널 알림 설정 추가 & 기존 웹훅 URL 처리 로직 마이그레이션
ojy0903 fc3e4b6
:sparkles: feat: 조직별 외부채널 알림 설정 API 추가
ojy0903 25d7338
:art: style: Swagger Docs 내용 추가
ojy0903 ea761f4
:sparkles: feat: OrgMemberNotificationSetting 내부 ColumnDefault 추가 (코드래빗)
ojy0903 2624c31
:sparkles: feat: OrgNotificationSetting 내부 ColumnDefault 추가 (코드래빗)
ojy0903 d122210
Merge remote-tracking branch 'origin/develop' into refactor/#172
ojy0903 ca41677
:recycle: refactor: 엔티티 내부 봇클릭 알림 & 클릭수 알림 -> 클릭 알림으로 통일
ojy0903 644460a
:recycle: refactor: NotificationType enum 값 RAPID_CLICKS, BOT_CLICKS …
ojy0903 9e71959
:recycle: refactor: 봇 클릭, 클릭수 알림 -> 클릭 알림으로 통합에 따른 요청 & 응답 DTO 수정
ojy0903 108a5bb
:recycle: refactor: 봇 클릭, 클릭수 알림 -> 클릭 알림으로 통합에 따른 Converter 메서드 수정
ojy0903 86ff63c
:recycle: refactor: 봇 클릭, 클릭수 알림 -> 클릭 알림으로 통합에 따른 Service 메서드 수정
ojy0903 fed53b2
:art: style: Swagger Docs 수정
ojy0903 b1f2c77
:recycle: refactor: 리포트 알림 기본값 true 로 반환하도록 Converter 값 변경
ojy0903 92612c2
:sparkles: feat: 외부 알림 채널 요청 DTO 내부 URL 검증 추가
ojy0903 3432bd5
:sparkles: feat: 외부 알림 채널 웹훅 URL 관련 오류코드 추가
ojy0903 178580d
:sparkles: feat: 외부 알림 채널 웹훅 URL 관련 Service 메서드 추가
ojy0903 e1a7956
:art: style: Swagger Docs 오류코드 내용 추가
ojy0903 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
6 changes: 6 additions & 0 deletions
6
...java/com/whereyouad/WhereYouAd/domains/notification/domain/constant/NotificationType.java
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| package com.whereyouad.WhereYouAd.domains.notification.domain.constant; | ||
|
|
||
| public enum NotificationType { | ||
| CLICKS, | ||
| REPORT | ||
| } |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.