[8주차/에반] 워크북 제출합니다#56
Merged
Merged
Conversation
YoungJJun
approved these changes
May 26, 2026
Collaborator
YoungJJun
left a comment
There was a problem hiding this comment.
8주차 피드백
-
미션 내용 중 SpringSecurity 적용 및 회원가입 API는 구현되었습니다!
email, password가 DTO에 추가된것 같은데 Converter에서 DTO → Entity 변환 과정에 builder 패턴에 email, password 모두 누락되어 있습니다. 이 부분 수정 필요할 것 같아요.
추가로 비밀번호를 BCrypt 암호화해서 저장하는 로직도 추가해야할 것 같습니다.
-
회원가입
멤버가 DB에 저장되는 로직까지는 구현된 것 같은데 정책이나 선호 음식에 대한 코드가 없습니다. 이 부분도 추가해주셔야 할 것 같아요! 그리고 많은 분들이 정책을 입력 받지만 필수 약관에 대한 동의여부를 검증하는 로직을 놓치셨는데 이 점 고려해서 구현해주시면 될 것 같아요.
-
API에 대해 필요에 따라 Public, Private 설정해주셨고 ExceptionHandling 또한 잘 구현되어서 응답또한 잘 통일될 것 같습니다.
에반 DB 구조부터 전체적으로 수정하신 것 같은데 수고하셨습니다!
이번주는 conflict로 인해 강제 머지를 시키느라 따로 수정사항만 볼 수 없어서 이번주 미션에 대해서만 피드백 드렸습니다!
다음주도 화이팅해주세요~
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.
✅ 실습 체크리스트
✅ 컨벤션 체크리스트
📌 주안점
8주차 미션 추가해서 pr 다시 올렸습니다.