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] JOOQ 기반 카테고리 가게 커서 조회 #28

Merged
merged 11 commits into from
Oct 14, 2023

Conversation

dojinyou
Copy link
Member

@dojinyou dojinyou commented Oct 7, 2023

해당 PR이 어떤 것을 하나요?

  • jooq 적용
  • jooq를 이용한 customRepository 구현
  • 카테고리 기반 커서 가게 조회
  • test 구현

고민(선택)

기획 문서 혹은 태스크 관련 링크

@dojinyou dojinyou requested a review from k-kbk as a code owner October 7, 2023 11:22
@github-actions github-actions bot added the feature 기능 개발 및 테스트 작성 label Oct 7, 2023
@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #28 (8d23c5b) into main (2c0eb29) will increase coverage by 0.15%.
The diff coverage is 91.54%.

@@             Coverage Diff              @@
##               main      #28      +/-   ##
============================================
+ Coverage     89.15%   89.31%   +0.15%     
- Complexity      177      190      +13     
============================================
  Files            30       34       +4     
  Lines           332      393      +61     
  Branches         11       16       +5     
============================================
+ Hits            296      351      +55     
- Misses           26       31       +5     
- Partials         10       11       +1     
Files Coverage Δ
...mjucow/eatda/common/config/JacksonConfiguration.kt 100.00% <100.00%> (ø)
...da/domain/store/service/query/StoreQueryService.kt 100.00% <100.00%> (ø)
...w/eatda/persistence/store/StoreCustomRepository.kt 100.00% <100.00%> (ø)
...tda/persistence/store/StoreCustomRepositoryImpl.kt 100.00% <100.00%> (ø)
...mjucow/eatda/presentation/store/StoreController.kt 100.00% <100.00%> (ø)
...ow/eatda/common/config/JooqContextConfiguration.kt 95.65% <95.65%> (ø)
.../common/config/JooqToSpringExceptionTransformer.kt 16.66% <16.66%> (ø)

@dojinyou dojinyou merged commit 1c72804 into main Oct 14, 2023
5 checks passed
@dojinyou dojinyou deleted the findAllByCateogyId branch October 14, 2023 01:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 개발 및 테스트 작성 size/XL
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants