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

Feature: Notification 기능 구현 #20

Closed
wants to merge 20 commits into from
Closed

Conversation

hgh1472
Copy link
Collaborator

@hgh1472 hgh1472 commented Nov 25, 2024

📢 기능 설명

알림 기능을 구현하였습니다.

  • 알림 생성
  • 알림 조회

추 후 알림 데이터를 Redis로 관리할 시, TTL을 활용하여 알림 저장 기간을 관리할 예정입니다.

연결된 issue

close: #4

✅ 체크리스트

  • PR 제목 규칙 잘 지켰는가?
  • 추가/수정사항을 설명하였는가?
  • 이슈넘버를 적었는가?

알림 생성 로직에서 편지 관련 알림과, 유저 관련 알림을 어떻게 도메인 Entity를 관리할지 고민되었는데, 해당 부분 확인해주시면 감사하겠습니다!

@hgh1472 hgh1472 self-assigned this Nov 25, 2024
@hgh1472 hgh1472 closed this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: 알림 기능 추가
1 participant