Conversation
…-service 🩹 fix [#42] hub-service
✨ feat [#114] : Querydsl 구현
✨feat [#149] :ShippingManager Entity 생성 및 업체 배송 담당자 할당
✨ feat [#148] : Product->Company Id 조회 기능 추가
- CRUD 통함 테스트 코드 작성
- user 엔티티수정
…into test/152-user
✨feat [#151] :ShippingManager 생성 구현
- BaseEntity 적용오류 수정
…eignclient ✨ feat[#132] : Order 검색 기능 추가
💻 README 파일 수정 완료본
🩹 fix [#231] 리포지토리 관련 에러 해결
✨feat [#238] : stock-service init 추가
- 상품에서 재고 관련 기능을 재고 엔티티로 분리
-기존에는 상품 서비스에서 재고 감소 및 증가를 로직 수행 -리펙터링 후 재고 서비스를 따로 분리하여, 재고 감소 및 증가처리 로직 수행
♻️ refactor[#240] : 상품-재고 분리
- createProduct 메서드에서 userId 파라미터 제거 - Product 엔티티가 DTO에 의존하지 않도록 수정 - 도메인 계층이 프레젠테이션 계층에 의존하지 않도록 DDD 원칙 준수
- Product 엔티티가 DTO에 의존하지 않도록 수정 - 도메인 계층이 프레젠테이션 계층에 의존하지 않도록 DDD 원칙 준수
- Product.of(CreateProductResponseDto) 메서드 제거 - ResponseDto → Entity 변환은 일반적인 흐름에 적합하지 않아 제거 - 필요 시 명확한 목적과 사용처를 기반으로 재도입 예정
♻️ refactor[#242] : 상품 api 및 dto 리펙터링
- SlackService 코드 일부수정
✨ feat[#203] Slack AI 연동
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
main
dev (default)
⭐️ 저희 처음 정했던 브랜치 룰인데,
1차 적으로 끝낸 코드는 main에 저장 후 dev에서 다시 개발 하여 2차로 마무리하면 좋을 것 같습니다..!
우선 main하고 dev는 계속 삭제하지 말아주세요....🙇♀️