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: RunningRecordAddedEvent 이벤트를 수신하여 러닝 뱃지 부여 로직 추가 #291

Merged
merged 6 commits into from
Oct 30, 2024

Conversation

WonSteps
Copy link
Member

🔗 이슈 연결

🚀 구현한 API

  • x

💡 반영할 내용 및 변경 사항 요약

  • 러닝 기록 추가 시, RunningRecordAddedEvent 이벤트를 발생하도록 변경합니다.
  • RunningRecordAddedEvent 이벤트를 수신받는 Listener들을 추가합니다.
    • BadgeEventHandler: 개인기록(첫 러닝), 거리, 시간에 따른 뱃지 부여
    • MemberEventHandler: 러닝한 거리에 따라 레벨 경험치 추가
    • ScaleEventHandler: 달성한 거리 목표들 추가

🔍 리뷰 요청/참고 사항

@WonSteps WonSteps added the feature 기능 추가 label Oct 29, 2024
@WonSteps WonSteps self-assigned this Oct 29, 2024
@WonSteps WonSteps requested a review from hee9841 October 29, 2024 10:33
Copy link
Collaborator

@hee9841 hee9841 left a comment

Choose a reason for hiding this comment

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

지구한바퀴 이벤트 발생시켜서 저장하면 좋을 것 같아서 재원님 완료하면 수정할려고 했는데 이미 해주셨군요! 👍
수고하셨습니다!!

@WonSteps WonSteps merged commit 57144c6 into main Oct 30, 2024
1 check passed
@WonSteps WonSteps deleted the feature/#289/running-badge branch October 30, 2024 07:51
@WonSteps
Copy link
Member Author

뱃지에서 남은 부분이 연속, 시간 뱃지이에요
이건 슬랙에서 뱃지 이미지 관련 논의가 완료되면 작업하도록 할께요!

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