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

Feat/#79: 학과 알림받기 구독하는 로직 추가 #80

Merged
merged 11 commits into from
Aug 21, 2023
Merged

Conversation

pp449
Copy link
Member

@pp449 pp449 commented Aug 20, 2023

🤠 개요

  • closes: Feat: 알림 구독할 수 있는 엔드포인트 생성 #79
  • 알림받을 유저 정보와 학과를 입력받아 DB 에 저장하도록 추가했어요 (POST /api/subscription/major)
  • 만약 구독 취소하는 경우 DB에 해당 컬럼을 삭제하도록 추가했어요 (DELETE /api/subscription/major)
  • 학과 이름값을 보내면 해당 학과를 구독하는 모든 유저에게 알림을 보내는 로직 추가했어요 (POST /api/subscription/push)

💫 설명

📷 스크린샷 (Optional)

@pp449 pp449 added the ✨ feat label Aug 20, 2023
@pp449 pp449 self-assigned this Aug 20, 2023
Copy link
Collaborator

@hwinkr hwinkr left a comment

Choose a reason for hiding this comment

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

✅ good, good!

@pp449 pp449 merged commit c1b2bf5 into dev Aug 21, 2023
1 check passed
@pp449 pp449 deleted the feat/#79 branch August 21, 2023 14:58
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.

Feat: 알림 구독할 수 있는 엔드포인트 생성
2 participants