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] 홈 참가중인 챌린지 정보 조회 #147

Merged
merged 7 commits into from
Nov 9, 2022
Merged

Conversation

heoboseong7
Copy link
Collaborator

@heoboseong7 heoboseong7 commented Nov 9, 2022

Copy link
Collaborator

@Youhoseong Youhoseong left a comment

Choose a reason for hiding this comment

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

잘 봣씁니다~

@Transactional(readOnly = true)
public WeekProgressResponse getWeekProgress() {
return challengeDomainService.findCurrentChallengeParticipation(SecurityUtil.getUser())
.filter(Objects::nonNull)
Copy link
Collaborator

Choose a reason for hiding this comment

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

불필요한 필터입니다~
값이 없으면 Map을 타지않아요.

@heoboseong7 heoboseong7 merged commit 4be0a14 into main Nov 9, 2022
@Youhoseong Youhoseong deleted the issue-#129 branch April 22, 2023 21:17
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.

[Feat] 홈 참가중인 챌린지 정보 조회
2 participants