Open
Conversation
YoungJJun
approved these changes
Apr 11, 2026
Collaborator
YoungJJun
left a comment
There was a problem hiding this comment.
4주차 피드백
- yaml 파일 환경변수 설정하신 점 좋습니다.
- gitignore에 .env파일 추가 좋아요!
- build.gradle 파일 의존성 설정 각자 상황에 맞게 잘 수정해주셨습니다!
- ReviewErrorCode가 kt확장자로 생성되어 있어요. 아마 잘못 생성하신 것 같아요.
- mission 패키지에 location, store가 포함되어 있어요.
- member 패키지에 food, term 포함되어 있어요.
→ 해당 내용은 아마 워크북대로 구현해주신 것 같습니다.
그런데 member 패키지 내부에 위치한 food는 store와 연관될 수 있어요. category를 의미하니까요.
추가로 mission 하위로 있는 location은 member와 연결될수도 있습니다! 멤버의 관심 지역을 enum으로 두지 않고 연관관계로 저장하는 경우도 있으니까요.
해당 내용은 각자 DB 설계에 따라 다를 수 있습니다.
따라서 DB설계에 따라 현재 mission, member 하위에 위치한 entity들을 각각의 domain으로 분리 추천드려요!
레오 4주차 수고하셨습니다!
피드백에 대한 수정은 필수가 아니지만 DB 상황 보시고 필요한 경우 DB 설계를 바꾸거나 코드를 바꾸거나 해주시면 좋을 것 같아요!
나중에 문제가 생기면 해결하기 더 어려워질 수 있어서용.
수정은 5주차 PR전에만 진행 후 머지해주시면 됩니다.
다시한번 시험 화이팅입니다~ 🍎
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.
✅ 실습 체크리스트
✅ 컨벤션 체크리스트