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 - 포인트 받기 api 추가 #125

Merged
merged 13 commits into from
May 6, 2024
Merged

Conversation

kseysh
Copy link
Member

@kseysh kseysh commented May 4, 2024

Related issue 🚀

Work Description 💚

  • 포인트 받기 api를 추가하였습니다.

PR 참고 사항

  • 포인트 사용 api PR과 연결하여 수정하였습니다.

@kseysh kseysh added 🪄 API ✨ Feat 새로운 기능 추가 👨🏻‍💻 승환 승환이가 작성한 Label labels May 4, 2024
@kseysh kseysh requested a review from jumining May 4, 2024 10:50
@kseysh kseysh self-assigned this May 4, 2024
Copy link
Collaborator

@jumining jumining left a comment

Choose a reason for hiding this comment

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

확인했습니다☺️

}

public EarnPointResponse earnPointAndChallengeEarned(Long userId, LocalDate challengeDate) {
DailyChallenge dailyChallenge = dailyChallengeService.findByChallengeDateAndUserIdOrThrowException(challengeDate, userId);
Copy link
Collaborator

Choose a reason for hiding this comment

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

재활용 해보겠습니답

@kseysh kseysh merged commit 08b7717 into develop May 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능 추가 👨🏻‍💻 승환 승환이가 작성한 Label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat - 포인트 받기 기능 개발
2 participants