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

회원가입 시 쿠폰 발행 기능 추가 #44

Merged
merged 4 commits into from
Aug 19, 2024
Merged

Conversation

Wo-ogie
Copy link
Member

@Wo-ogie Wo-ogie commented Aug 19, 2024

Closed #42

  • 쿠폰 entity 정의 및 구현
  • 회원가입 시 쿠폰 발행 기능 추가
    • 유저가 회원가입을 하게 될 경우, 쿠폰을 세 장 지급함. 쿠폰을 지급하는 로직은 '로그인/회원가입' 도메인 기능과는 거리가 있다고 판단하여, 별도의 transaction에서 처리할 수 있도록 event를 발행하고 별도의 transaction에서 이를 처리하는 방식으로 구현하였음.

@Wo-ogie Wo-ogie added the enhancement New feature or request label Aug 19, 2024
@Wo-ogie Wo-ogie self-assigned this Aug 19, 2024
@Wo-ogie Wo-ogie merged commit 7850e4e into develop Aug 19, 2024
1 check passed
@Wo-ogie Wo-ogie deleted the feature/#42 branch August 19, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

회원가입 시 쿠폰 발행 기능 추가
1 participant