Skip to content

Dev#237

Open
sohyun119 wants to merge 592 commits intomainfrom
dev
Open

Dev#237
sohyun119 wants to merge 592 commits intomainfrom
dev

Conversation

@sohyun119
Copy link
Member

main

  • main 브랜치입니다. 런칭중인 서비스가 해당 브랜치에 올라갑니다.

dev (default)

  • 현재 개발중인 브랜치입니다. 해당 브랜치에서 Issue 생성 시 파생된 브랜치에서 개발이 이루어집니다.
  • Issue 생성 시 파생된 브랜치에서 작업이 끝나면 dev 브랜치로 PR 요청 후 merge를 진행합니다.

⭐️ 저희 처음 정했던 브랜치 룰인데,
1차 적으로 끝낸 코드는 main에 저장 후 dev에서 다시 개발 하여 2차로 마무리하면 좋을 것 같습니다..!

우선 main하고 dev는 계속 삭제하지 말아주세요....🙇‍♀️

sohyun119 and others added 30 commits March 23, 2025 03:27
✨feat [#149] :ShippingManager Entity 생성 및 업체 배송 담당자 할당
✨ feat [#148] : Product->Company Id 조회 기능 추가
- CRUD 통함 테스트 코드 작성
- BaseEntity 적용오류 수정
…eignclient

✨ feat[#132] : Order 검색 기능 추가
@sohyun119 sohyun119 self-assigned this Mar 28, 2025
jin2304 and others added 24 commits April 1, 2025 18:39
 - 상품에서 재고 관련 기능을 재고 엔티티로 분리
-기존에는 상품 서비스에서 재고 감소 및 증가를 로직 수행
-리펙터링 후 재고 서비스를 따로 분리하여, 재고 감소 및 증가처리 로직 수행
- ai 연동을 위한 환경변수 설정
- createProduct 메서드에서 userId 파라미터 제거
- Product 엔티티가 DTO에 의존하지 않도록 수정
- 도메인 계층이 프레젠테이션 계층에 의존하지 않도록 DDD 원칙 준수
- Product 엔티티가 DTO에 의존하지 않도록 수정
- 도메인 계층이 프레젠테이션 계층에 의존하지 않도록 DDD 원칙 준수
- Product.of(CreateProductResponseDto) 메서드 제거
- ResponseDto → Entity 변환은 일반적인 흐름에 적합하지 않아 제거
- 필요 시 명확한 목적과 사용처를 기반으로 재도입 예정
♻️ refactor[#242] : 상품 api 및 dto 리펙터링
- 시스템 로직 작동확인 및 일부코드 수정
- 배송-> 주문 feignclient 전달로직이 구현안된것을 확인
- SlackService 코드 일부수정
@coderabbitai
Copy link

coderabbitai bot commented Apr 13, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai plan to trigger planning for file edits and PR creation.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants