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] 회원 차단 기능 추가 #455

Merged

Conversation

kmi0817
Copy link
Collaborator

@kmi0817 kmi0817 commented Apr 19, 2024

🌎 PR 요약

🌱 작업한 브랜치

📚 작업한 내용

  • 유저가 차단한 유저에 대한 정보를 저장할 테이블 생성
  • 유저 차단 API 생성 (위 테이블에 튜플 CREATE)
  • 유저가 차단한 유저의 게시글이 필터링 되도록 게시글 검색 API 수정
    • 기존 게시글 검색 필터링에 p.writer NOT IN (<blockedIds>)만 추가했습니다 :)

📍 참고 사항

관련 이슈

@kmi0817 kmi0817 added 🌟 Feature 새로운 기능 개발 시 🔐 User 로그인, 회원가입, 회원탈퇴 등 회원 관련 작업 시 📁 DB DB 관련 작업 시 labels Apr 19, 2024
@kmi0817 kmi0817 requested a review from yaongmeow April 19, 2024 14:58
@kmi0817 kmi0817 self-assigned this Apr 19, 2024
Copy link
Collaborator

@0inn 0inn left a comment

Choose a reason for hiding this comment

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

빠른 구현 감사합니다 ! ! 🙇🏻‍♀️

@yaongmeow yaongmeow merged commit 1fde35d into boostcampwm2023:be-develop May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📁 DB DB 관련 작업 시 🌟 Feature 새로운 기능 개발 시 🔐 User 로그인, 회원가입, 회원탈퇴 등 회원 관련 작업 시
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants