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 구현 #126

Merged
merged 8 commits into from
Mar 1, 2024
Merged

[feat] 여행 나가기 API 구현 #126

merged 8 commits into from
Mar 1, 2024

Conversation

SunwoongH
Copy link
Member

Related Issue 📌

Description ✔️

  • 여행 나가기 API를 구현하였습니다.
  • 비즈니스 로직은 다음과 같습니다. (Reference. 카카오톡 방 나가기)
  • case 1. 특정 여행에 참여자가 2명 이상이라면 나가기를 선택한 참여자의 혼자 할일을 삭제하고 공통 할일에서 배정이 취소되도록 구현하였습니다.
  • case 2. 특정 여행에 참여자가 1명 이라면 나가기를 선택한 참여자의 혼자 할일을 삭제하고 해당 여행이 삭제되도록 구현하였습니다. 또한, 특정 여행이 삭제될 때 해당 여행에 생성된 모든 할일들이 함께 삭제되도록 구현하였습니다.

Copy link
Member

@gardening-y gardening-y left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~

Copy link
Member

Choose a reason for hiding this comment

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

더 직관적인 메소드 명이라 좋은 것 같습니다!

# Conflicts:
#	doorip-api/src/main/java/org/doorip/trip/api/TripApiController.java
@SunwoongH SunwoongH merged commit 3093301 into develop Mar 1, 2024
1 check passed
@SunwoongH SunwoongH deleted the feature/123 branch July 11, 2024 04:48
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