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] 메일링 서비스 기능 구현 #168

Merged
merged 7 commits into from
Jan 19, 2024
Merged

[feat] 메일링 서비스 기능 구현 #168

merged 7 commits into from
Jan 19, 2024

Conversation

suhhyun524
Copy link
Member

@suhhyun524 suhhyun524 commented Jan 11, 2024

💡 PR Summary - 메일링 서비스 기능 구현

📝 Description


동아리 기수 모집 알림 메일을 보내는 서비스를 구현하였습니다.
스크린샷 2024-01-12 오전 2 30 45
모집일에 ROOT 유저가 api 호출 시 위와 같은 메일이 발송됩니다.

추후 메일 본문을 수정할 예정입니다.

🌲 Working Branch


feat/recruit

📖 Related Issues


이슈 번호


@Component
@RequiredArgsConstructor
public class SubscriberHelper {
Copy link
Collaborator

@mirageoasis mirageoasis Jan 12, 2024

Choose a reason for hiding this comment

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

궁금한게 보통 helper 클래스를 만드나요? 뭔가 현재 복잡성으로는 서비스 계층에 함수를 넣으면 될 것 같은데 helper 클래스를 만드는 이유가 있나요? 코드는 이상 없습니다!

Copy link
Member Author

Choose a reason for hiding this comment

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

서비스 계층에서는 메서드만 불러와서 사용해서 코드 가독성을 높이고 싶엇습니다

@suhhyun524 suhhyun524 merged commit 084f952 into dev Jan 19, 2024
@hyunihs hyunihs deleted the feat/recruit branch August 14, 2024 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants