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

Feature: 케이크 샵 하단 탭 조회 비즈니스 구현 #36

Merged
merged 4 commits into from
May 23, 2024

Conversation

lcomment
Copy link
Collaborator

Issue Number

#23

Description

  • 케이크 샵 하단 탭 조회 비즈니스 구현

Core Code

. . .
		return queryFactory.select(Projections.constructor(CakeShopSimpleResponse.class,
				cakeShop.id,
				cakeShop.thumbnailUrl,
				cakeShop.shopName,
				cakeShop.shopBio
			))
			.from(cakeShop)
			.where(eqCakeShopId(cakeShopId))
			.fetchOne();
. . .

etc

@lcomment lcomment self-assigned this May 23, 2024
@lcomment lcomment requested a review from YongsHub May 23, 2024 09:54
@lcomment lcomment added the feature 새로운 기능 개발 label May 23, 2024
Copy link

Test Results

18 tests  +2   17 ✅ +2   2s ⏱️ ±0s
 6 suites +1    1 💤 ±0 
 6 files   +1    0 ❌ ±0 

Results for commit 82d6875. ± Comparison against base commit 92b26cf.

Copy link
Contributor

@YongsHub YongsHub left a comment

Choose a reason for hiding this comment

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

고생하셨습니다

@lcomment lcomment merged commit 44e62d7 into master May 23, 2024
2 checks passed
@lcomment lcomment deleted the feature/#23 branch May 23, 2024 23:44
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