Skip to content

[준오] Chapter 6. API 설계 기초 - JPA#71

Open
OCJune wants to merge 2 commits into
juno/mainfrom
juno/#68
Open

[준오] Chapter 6. API 설계 기초 - JPA#71
OCJune wants to merge 2 commits into
juno/mainfrom
juno/#68

Conversation

@OCJune
Copy link
Copy Markdown

@OCJune OCJune commented May 10, 2026

✏️ 작업 내용

#️⃣ 연관된 이슈

closes #68


💡 함께 공유하고 싶은 부분

해당 주차를 공부하면서 함께 이야기하고 싶은 주제를 남겨주세요.

(어려웠던 부분과 해결 과정, 핵심 코드, 참고한 자료 등)


🤔 질문

해당 주차 워크북을 공부하면서 궁금했던 질문들을 남겨주세요.


✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하셨나요?
  • 이론 학습 이후 직접 실습을 해보는 시간을 가졌나요?
  • 미션을 수행하셨나요?
  • 미션을 기록하셨나요?

✅ 컨벤션 체크리스트

  • 디렉토리 구조 컨벤션을 잘 지켰나요?
  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?
  • 적절한 라벨을 설정하였나요?
  • 스터디원들에게 code review를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있는지 확인했나요?

📌 주안점

@OCJune OCJune requested a review from CokaNuri May 10, 2026 17:37
@OCJune OCJune self-assigned this May 10, 2026
@OCJune OCJune requested a review from a team May 10, 2026 17:37
@OCJune OCJune added the 🚀Week 6 6주차 워크북 미션 label May 10, 2026

return toMissionResponse(mission.getPoint());
}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MemberResDTO.SignUpRequestBody 생성하실때는 빌더 패턴 사용 안 하고 이 방식으로 하신 이유가 있으실까요?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5주차 토픽 세미나 발표를 보니 빌더 패턴 말고도 다른 방법들이 여럿 있는 것 같길래... 연습 삼아 한 번 해봤습니다

Copy link
Copy Markdown

@CokaNuri CokaNuri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

엔티티 생성 시 어노테이션 잘 사용하셨습니다.
@query 어노테이션으로 메서드를 생성하는 방식도 활용하시면 좋을 것 같습니다

@OCJune OCJune requested a review from CokaNuri May 16, 2026 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚀Week 6 6주차 워크북 미션

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants