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

[add] #27 User 부분 추가 #29

Merged
merged 3 commits into from
May 20, 2024
Merged

[add] #27 User 부분 추가 #29

merged 3 commits into from
May 20, 2024

Conversation

kmjenny
Copy link
Contributor

@kmjenny kmjenny commented May 20, 2024

Related issue 🛠

Work Description ✏️

  • Room 생성 시 User 정보 가져와 Profile 생성 추가
  • 해당 생성 테스트 코드 변경
스크린샷 2024-05-20 오후 5 21 57

Uncompleted Tasks 😅

To Reviewers 📢

Copy link
Contributor

@minwoo0419 minwoo0419 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!


private final ProfileRepository profileRepository;

public Profile findByUserAndRoom(Users user, Room room) {
Copy link
Contributor

Choose a reason for hiding this comment

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

감사합니다

Copy link
Contributor

@tkdwns414 tkdwns414 left a comment

Choose a reason for hiding this comment

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

굿입니당

@kmjenny kmjenny merged commit bf59b0a into develop May 20, 2024
1 check passed
@kmjenny kmjenny deleted the add/27 branch May 20, 2024 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[add] Room 생성 API Profile 연결
3 participants