Merged
Conversation
munwalk
approved these changes
Mar 24, 2026
Collaborator
munwalk
left a comment
There was a problem hiding this comment.
1주차 과제 수고하셨습니다!
키워드를 간결하게 정리하셨네요!
IA/WF 분석으로 개체를 도출한 과정이 체계적입니다! user_mission, prefer_food_category 매핑 테이블로 N:M 관계를 잘 풀어내셨고, user 테이블에서 soft delete(status, inactive_date)와 소셜 로그인(social_uid, social_type) 필드를 추가하신 점이 훌륭합니다. 리뷰답글, 문의 테이블까지 구현해서 실제 서비스처럼 설계하셨네요!
다만, 미션 명세에 "각 지역별로 가게들이 있으며"라고 되어있는데, 지역(region) 테이블이 보이지 않습니다. store 테이블에 region_id를 추가하거나 별도 region 테이블을 만들어서 지역별 가게 관리가 가능하도록 설계해주세요!
수고하셨습니다!
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.
✅ 1주차 워크북 완료 🎉
워크북을 완료한 챌린저분들, 수고 많으셨습니다!
이곳에 학습 진행 중 트러블슈팅(문제 해결 경험), 커밋별 설명, 그리고 소감을 자유롭게 남겨주세요.
서로의 경험을 공유하며 성장해봐요! 🚀
🛠️ 트러블슈팅 (Troubleshooting)
문제
원인 분석
해결 방법
📌 커밋별 설명 (Commit Log)