Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Step3 (DB 적용) #399

Open
wants to merge 2 commits into
base: kimbro97
Choose a base branch
from
Open

Step3 (DB 적용) #399

wants to merge 2 commits into from

Conversation

kimbro97
Copy link

SessionRepository와 SessionService를 만들어 db 적용을 구현해봤습니다
리뷰요청드립니다!!

Copy link
Contributor

@javajigi javajigi left a comment

Choose a reason for hiding this comment

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

db 적용하느라 수고했어요. 👍
피드백은 단 하나인데요.
이 단계의 가장 핵심이라 할 수 있는 부분을 고려하지 않았네요.
피드백 남긴 부분과 관련해 제대로 이해하고 구현하면 이 단계의 핵심 목표를 달성할 수 있을 것 같아요.

this.userRepository = userRepository;
}

public void enroll(long sessionId, String userId) {
Copy link
Contributor

Choose a reason for hiding this comment

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

수강 신청을 하면 Session과 NsUser의 관계가 m:n 관계이다.
이 관계를 담당할 테이블과 관련 로직이 필요하지 않을까?

수강 신청한 학생의 목록을 관리하면서 기존의 Enrollment 도메인 객체를 최대한 활용할 수 있는 방법을 찾아보는 것이 이 단계의 핵심 미션이다.
이와 관련해 어떻게 해결하는 것이 좋을지 방법을 찾아보면 좋겠다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants