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

[feat] 모임 수정, 탈퇴 API 구현 #101

Merged
merged 2 commits into from
Aug 22, 2024
Merged

[feat] 모임 수정, 탈퇴 API 구현 #101

merged 2 commits into from
Aug 22, 2024

Conversation

chaewonni
Copy link
Member

Related issue 🛠

Work Description ✏️

  • 모임 수정 API 구현
  • 모임 탈퇴 API 구현

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

@chaewonni chaewonni requested a review from tkdwns414 August 22, 2024 08:57
@chaewonni chaewonni self-assigned this Aug 22, 2024
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.

수고하셨습니다!

Comment on lines +12 to +17
public void updateMeetingName(
final Meeting meeting,
final MeetingCreateDto meetingCreateDto
) {
meeting.updateMeetingName(meetingCreateDto.name());
}
Copy link
Contributor

Choose a reason for hiding this comment

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

DTO 문제는 아까 말했듯이 9월 되자마자 같이 살펴봐요!

Copy link
Member Author

Choose a reason for hiding this comment

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

넹 알겠습니다!

@chaewonni chaewonni merged commit 694ce4c into develop Aug 22, 2024
1 check passed
@chaewonni chaewonni deleted the feat/100 branch August 22, 2024 16:23
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.

[feat] 모임 수정, 탈퇴 API 구현
2 participants