Open
Conversation
YoungJJun
approved these changes
Apr 13, 2026
Collaborator
There was a problem hiding this comment.
4주차 피드백
-
yml 파일 환경변수 설정하신 점 좋습니다.
-
build.gradle 파일 의존성 설정 각자 상황에 맞게 잘 수정해주셨고 주석까지 달아주셨습니다. 좋아요.
-
build.gradle 9th → 10th 도 찾으셨네요!
-
review패키지에 store가 포함되어 있어요.
-
member 패키지에 term 포함되어 있어요.
-
mission 패키지에 category 포함되어 있어요.
member 하위 term 패키지에 대해 약관은 주로 멤버랑만 연관된 경우가 많기 때문에 어느정도 이해되지만..
가게를 리뷰의 하위로 넣어주셨는데 리뷰는 멤버랑도 연관되고 가게와도 연관되기 때문에 저는 분리하는게 자연스럽지 않을까 생각했습니다.
category 또한 store에도 엮일 수 있고 (가게가 중식당, 일식당 등..) 만약 멤버의 선호 카테고리를 cateogry 클래스와 매핑 관계로 저장한다고 하면 category는 멤버에도 쓰이게 될 수 있는데 이런 부분을 고려했을 때 category가 mission 하위로 있는것도 부자연스러워 보여요.
피드백에 대한 수정은 필수가 아니지만 DB 상황 보시고 필요한 경우 DB 설계를 바꾸거나 코드를 바꾸거나 해주시면 좋을 것 같아요!
이대로 진행하다 나중에 문제가 생기면 해결하기 더 어려울 것 같아요.
수정은 5주차 PR전에만 진행 후 머지해주시면 됩니다.
에반 4주차 수고하셨습니다! 시험 잘보세요~ 🍎
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.
✅ 실습 체크리스트
✅ 컨벤션 체크리스트
📌 주안점