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

[Feature/389] 친구 삭제 API 구현 완료 #390

Merged
merged 2 commits into from
Oct 27, 2024
Merged

[Feature/389] 친구 삭제 API 구현 완료 #390

merged 2 commits into from
Oct 27, 2024

Conversation

hosunglee222
Copy link
Member

Type of change

  • Feature : 새로운 기능 추가
  • Bug fix : 버그 수정
  • Refactor : 코드 리팩토링 작업
  • Document : 문서작업
  • Test : 테스트 코드 작성 및 테스트 작업
  • Style : 코드 스타일 및 포맷팅 작업
  • CI/CD : CI/CD 작업 수정
  • Chore : 패키지 매니저, 라이브러리 업데이트 등의 작업

PR Desciption

변경 사항 설명

  • 친구 삭제 기능을 구현했습니다.
    • 양방향 친구관계 탐색 후 삭제됩니다.
    • 즉시 삭제됩니다.

첨부 자료

image

관련 이슈

<body>
양방향 친구 관계를 입력 받고 삭제하는 로직 구현

- 관련 : #389
<body>
상대 memberID를 입력받고 양방향 데이터 탐색을 통해 관계 제거로직 구현

- 관련 : #389
@hosunglee222 hosunglee222 requested a review from joowojr October 24, 2024 10:49
@hosunglee222 hosunglee222 self-assigned this Oct 24, 2024
@hosunglee222 hosunglee222 linked an issue Oct 24, 2024 that may be closed by this pull request
8 tasks
@hosung-222 hosung-222 self-assigned this Oct 24, 2024
@github-actions github-actions bot added the ✨ feature 기능 구현 관련 label Oct 24, 2024
Copy link
Contributor

@joowojr joowojr left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@joowojr joowojr merged commit a5760d6 into dev Oct 27, 2024
3 checks passed
@hosung-222 hosung-222 deleted the feature/389 branch November 5, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature 기능 구현 관련
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 친구 삭제 기능 구현
3 participants