Conversation
Feature/round2/round2
제# 다음 라인에 작성하세요
|
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 Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📌 Summary
레이어드 아키텍쳐를 기반으로 크게 interface / application / domain / infrastructure 레이어로 나눴습니다.
JPA 엔티티와 도메인 객체를 분리하였습니다.
interfaces (Controller)
application (Facade)
domain (Service + Model)
infrastructure (Repository impl, Entity)
🧭 Context & Decision
문제 정의
선택지와 결정
리뷰 포인트
✅ Checklist
🏷 Product / Brand 도메인
latest,price_asc,likes_desc) 을 고려한 조회 기능을 설계했다👍 Like 도메인
🛒 Order 도메인
🧩 도메인 서비스
🧱 소프트웨어 아키텍처 & 설계
/domain/order,/application/like등)