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]회원 가입 시에 슬랙에 알림 발생 기능 개발 #91

Merged
merged 3 commits into from
Mar 18, 2024

Conversation

Hong0329
Copy link
Contributor

@Hong0329 Hong0329 commented Feb 24, 2024

📣 Related Issue

📝 Summary

  • 회원 가입시에 해당 인원의 이름과 현재 총 인원을 슬랙 알림으로 발생시키는 기능을 개발했습니다.
  • 추가적으로 액션플랜 정렬순서를 최신이 가장 위에 올라오도록 수정했습니다.

🙏 Question & PR point

📬 Reference

image
스크린샷 2024-02-28 오전 12 56 58

Copy link
Member

@yeseul106 yeseul106 left a comment

Choose a reason for hiding this comment

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

완전 !!! 고생하셨습니다아 !!!!

String slackToken;

public void sendSlackMessage(String userName, Long totalMember, String channel) {
String message = userName +"님은 " + totalMember.toString() + "번째 쑥쑥이에어 곰이 됐어요.";
Copy link
Member

Choose a reason for hiding this comment

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

요거 문구는 기존에 테스트로 보냈던 메세지에서 수정된거죠 ??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

네 맞습니당 기획측의 요구 사항에 맞게 수정했어요! string만 수정된거라 따로 테스트된 스크린샷은 없습니다ㅜㅜ

@Hong0329 Hong0329 merged commit 6965906 into develop Mar 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] 회원 가입 시에 슬랙에 알림 발생시키는 기능 개발
2 participants