-
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#72) #76
Conversation
메인 브랜치 반영
메인 브랜치 반영
메인 브랜치 반영
메인 브랜치 반영
[배포] 메인 브랜치 반영(PR#19)
[배포] 메인 브랜치 반영(PR#22, PR#24)
[배포] 메인 브랜치 반영(PR#27, PR#29)
[배포] 메인 브랜치 반영(PR#32)
[배포] 메인 브랜치 반영(PR#35)
[배포] v0.0.1(PR#39)
[문제] ci yml 경로 이동(hotfix)
[배포] v0.1.0(PR#43)
[배포] v0.1.1(PR#46)
[배포] 메인 브랜치 반영(PR#49)
[배포] v0.2.0(PR#52)
[배포] v0.3.0(PR#55, PR#57)
[배포] v0.3.1(PR#60)
[배포] v0.4.0(PR#63, PR#65, PR#67)
[배포] 메인 브랜치 반영(PR#73)
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 #76 +/- ##
=============================================
+ Coverage 94.61% 94.87% +0.25%
- Complexity 225 239 +14
=============================================
Files 50 52 +2
Lines 557 585 +28
Branches 26 27 +1
=============================================
+ Hits 527 555 +28
+ Misses 18 17 -1
- Partials 12 13 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@le2sky 커밋이 너무 복잡해졌네요,, 주의하겠습니다😢😢 |
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.
고생하셨습니다 따봉 백만개👍
Spring Rest Docs 코드가 누락된 것 같네요! 눈물 주륵
구현 요약
가게의 식별자를 기반으로 예약 존재 여부를 확인하고, 가게 상태를 변경하는 기능을 구현했습니다.
연관 이슈
#72