슬랙 알림 로직 분리 및 유동적 알림 설정 가능하도록 변경 완료 #386
Merged
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.
Summary
슬랙 알림 로직을 도메인 서비스로부터 분리하고, 알림 설정을 데이터베이스에서 관리하여 재배포 없이 알림을 ON/OFF할 수 있도록 개선했습니다. 또한, 알림 설정을 조회하고 변경할 수 있는 API를 추가했습니다. 발행-구독 패턴을 사용하여 시스템 간 결합도를 낮추고 확장성을 높였습니다.
Tasks
ETC
발행-구독 패턴(Publisher-Subscriber Pattern)을 도입하여 시스템의 결합도를 낮추고, 확장성과 유연성을 높였습니다. 이를 통해 알림 설정을 실시간으로 관리할 수 있어, 애플리케이션 재배포 없이도 설정을 동적으로 조정할 수 있습니다.
자세한 내용은 이슈를 확인해주세요.
Screenshot