feat: 플랜 및 캘린더 조회 기능 추가#259
Open
junseoparkk wants to merge 28 commits into
Open
Conversation
Test Results0 tests 0 ✅ 0s ⏱️ Results for commit 4b154fd. ♻️ This comment has been updated with latest results. |
JiHongKim98
reviewed
Dec 21, 2025
JiHongKim98
left a comment
Member
There was a problem hiding this comment.
사실 회의할때 bounded context 기반으로 패키지를 분리할건지 aggregate root 기반으로 패키지를 구분할건지 준투 의견을 따른다고 이야기 했었는데, 현재 PR 리뷰를 진행하면서 느낀게 동일 bounded context 내의 aggregate root 로직들이 서로 상관되어 있는 경우가 생각보다 너무 많은 것 같아서 이거는 처음부터 합치고 가는게 좋을 것 같아요.. (스노우볼 방지..)
ex) SchedulePlanCommandService 에서의 validateGroupMember() 같은 부분 처럼 연관되어 있는 경우
그리고 mapper 로직은 mapper 클래스 안에 있는게 좋을 것 같아요..!
(코드 파편화가 점점 커다란 스노우볼이 되고 있어서 나중에 리팩토링이 어려울 것 같네유)
(코드 리뷰는 일단 인프라쪽 제외하고 진행했습니다. 수정 커밋 올라오면 인프라쪽도 한번에 리뷰할게요!)
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.
📝 개요
✨ 변경 사항
🔗 관련 이슈
ℹ️ 참고 사항
schedule이라는 네이밍을 사용하였습니다. core 에선 네이밍이 겹쳐도 패키지가 달라 괜찮지만, 컨트롤러나 JPA 관련 클래스에선 빈이 중복 등록되는 등의 문제가 있었습니다.core쪽을 중점으로 봐주시면 감사할것같습니다.