Skip to content

feat: 유저 전체에게 알림이 가는 기능 구현#361

Merged
sangu1026 merged 4 commits intodevfrom
feature/send-alarm-to-all-user#358
May 17, 2025
Merged

feat: 유저 전체에게 알림이 가는 기능 구현#361
sangu1026 merged 4 commits intodevfrom
feature/send-alarm-to-all-user#358

Conversation

@sangu1026
Copy link
Contributor

@sangu1026 sangu1026 commented May 17, 2025

📌 관련 이슈

유저 전체에게 알림이 가는 기능 구현[#358]



🛠️ 작업 내용

  • 포스트맨으로 유저 전체에게 중요 알림을 보내는 API 구현
  • 알림 내용
{
  "to": "ExponentPushToken[xxxxxxx]",
  "title": "Important notification from Buddyya",
  "body": "이번 주말 행사 안내 📢",
  "data": {
    "feedId": 42,
    "type": "FEED"
  }
}



🎯 리뷰 포인트

  • 해당 기능이 ADMIN 유저의 여부를 확인할 필요가 있을까요?



📎 커밋 범위 링크



@sangu1026 sangu1026 linked an issue May 17, 2025 that may be closed by this pull request
1 task
@sangu1026 sangu1026 requested review from maark1106 and mangsuyo May 17, 2025 10:00
@sangu1026 sangu1026 self-assigned this May 17, 2025
@sangu1026 sangu1026 added the ✨ Feature 기능 개발 label May 17, 2025
@sangu1026 sangu1026 changed the title Feature/send alarm to all user#358 feat: 유저 전체에게 알림이 가는 기능 구현 May 17, 2025
@sangu1026 sangu1026 merged commit 8eeeee8 into dev May 17, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Feature 기능 개발

Projects

None yet

Development

Successfully merging this pull request may close these issues.

유저 전체에게 알림이 가는 기능 구현

1 participant