-
Notifications
You must be signed in to change notification settings - Fork 0
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
[기능 구현] 신규 가게 등록 기능 구현(issue#71) #77
Conversation
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
Codecov Report
@@ Coverage Diff @@
## develop #77 +/- ##
=============================================
+ Coverage 94.87% 95.19% +0.32%
- Complexity 239 258 +19
=============================================
Files 52 60 +8
Lines 585 645 +60
Branches 27 31 +4
=============================================
+ Hits 555 614 +59
- Misses 17 18 +1
Partials 13 13
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
코드 리뷰 부탁드립니다! 🙇🏻♂️🙇🏻♂️
mealkitary-api/src/main/kotlin/com/mealkitary/common/utils/HttpResponseUtils.kt
Show resolved
Hide resolved
...pplication/src/main/kotlin/com/mealkitary/shop/application/port/input/RegisterShopRequest.kt
Show resolved
Hide resolved
...y-application/src/main/kotlin/com/mealkitary/shop/application/service/RegisterShopService.kt
Show resolved
Hide resolved
mealkitary-domain/src/main/kotlin/com/mealkitary/shop/domain/shop/Shop.kt
Show resolved
Hide resolved
mealkitary-domain/src/main/kotlin/com/mealkitary/shop/domain/shop/factory/ShopFactory.kt
Show resolved
Hide resolved
...sistence-spring-data-jpa/src/test/kotlin/com/mealkitary/PersistenceIntegrationTestSupport.kt
Show resolved
Hide resolved
...idator/adapter-simple-brn-validator/src/main/kotlin/com/mealkitary/brn/SimpleBrnValidator.kt
Show resolved
Hide resolved
수고하셨습니다~~!! |
구현 요약
신규 가게 등록 기능을 구현했습니다.
연관 이슈
#71