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: 객체에 따라 객체 푸시 알림 내용 작성 구현 #269

Merged
merged 1 commit into from
Dec 7, 2024

Conversation

ywonchae1
Copy link
Contributor

📋 상세 설명

  • 객체에 따라 객체 푸시 알림 내용을 다르게 작성하도록 구현하였습니다.
  • enum으로 관리하고 있어, 대문자로 변경되면 deserialize가 불가능하므로 그대로 소문자로 보내 주세요.
  • 탐지되는 객체 종류가 추가되면 enum에 추가해야 하므로 꼭 알려주셔야 해요.
  • dog, cat, person이 아닌 다른 문자가 들어오면 알 수 없는 물체로 변환됩니다.

📸 스크린샷

Screenshot 2024-12-07 at 16 54 29 Screenshot 2024-12-07 at 16 54 58

@ywonchae1 ywonchae1 linked an issue Dec 7, 2024 that may be closed by this pull request
@github-actions github-actions bot added the feature 기능 추가 label Dec 7, 2024
Copy link
Member

@OziinG OziinG left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@ywonchae1 ywonchae1 merged commit 434f967 into develop Dec 7, 2024
2 checks passed
@ywonchae1 ywonchae1 deleted the feature/268-push-msg branch December 7, 2024 08:35
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.

🐶 푸시 알림 내용 변경
2 participants