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

[BE] 페어룸 종료 기능 추가 #949

Merged
merged 6 commits into from
Nov 11, 2024

Conversation

JiHyeonL
Copy link
Contributor

@JiHyeonL JiHyeonL commented Nov 4, 2024

연관된 이슈

구현한 기능

  • 페어룸 종료 api 추가
  • 페어룸 exception 중 핸들링 하지 않았던 것 핸들러에 추가
  • 페어룸이 종료되었거나 삭제되었을 때, 페어룸&투두&링크&카테고리수정&생성&삭제 방어 로직 추가
  • 문서화 완료

상세 설명

@JiHyeonL JiHyeonL self-assigned this Nov 4, 2024
@JiHyeonL JiHyeonL added the 🧑‍💻 feat 신규 기능 개발 label Nov 6, 2024
Comment on lines +123 to +128
private void checkPairRoomIsActive(final PairRoomEntity pairRoomEntity) {
if (!pairRoomEntity.isActive()) {
throw new InactivePairRoomException("종료되거나 삭제된 페어룸을 조작할 수 없습니다.");
}
}

Copy link
Member

Choose a reason for hiding this comment

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

이름이 더 예뻐졌군요! 👍

@JiHyeonL JiHyeonL merged commit 4a6bcd9 into BE/dev Nov 11, 2024
4 checks passed
@JiHyeonL JiHyeonL deleted the BE/feature/#948-complete_pair_room branch November 11, 2024 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🧑‍💻 feat 신규 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants