Skip to content
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

[SAMBAD-271] 알림 목록 조회 및 알림 메시지 템플릿 기능 추가 #122

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

kkjsw17
Copy link
Collaborator

@kkjsw17 kkjsw17 commented Aug 21, 2024

✔️ PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • 기능 추가
  • 버그 수정
  • 의존성, 환경 변수, 빌드 관련 코드 업데이트
  • 기타 사소한 수정

📝 개요

  • 알림 목록 조회 API를 추가합니다.
    • 비활성화된 알림도 모두 조회합니다.
  • 알림의 메시지를 구성하는 기능을 추가합니다.
    • event_message_template 테이블을 통해, 이벤트 타입 별 메시지 템플릿을 획득합니다.
    • 해당 테이블의 경우 대부분 변경이 일어나지 않는 데이터로 구성되어 있으므로, Spring Cache 기능을 도입합니다.
  • event.additional_data 칼럼을 추가합니다.
    • 해당 알림에 대해 추가적인 정보가 필요한 경우에 대응합니다.

🔗 ISSUE 링크

@kkjsw17 kkjsw17 requested review from nahyeon99 and LeeHanEum August 21, 2024 15:27
@kkjsw17 kkjsw17 self-assigned this Aug 21, 2024
Copy link

Unit Test Results

4 tests   4 ✔️  0s ⏱️
1 suites  0 💤
1 files    0

Results for commit 14f5591.

Copy link
Member

@LeeHanEum LeeHanEum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

눈이 시원해지는 코드군요 LGTM 👍

@kkjsw17 kkjsw17 merged commit a397001 into develop Aug 21, 2024
2 checks passed
@kkjsw17 kkjsw17 deleted the feature/SAMBAD-271-add_event_list_api branch August 21, 2024 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants