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

[fix] 특정 유저의 북마크 조회 API에 로그인 유저 ID 포함 #283

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

EunjiShin
Copy link
Member

📌 개요 (필수)


🔨 작업 사항 (필수)

  • 로그인 유저와 요청 유저 사이의 관계를 기반으로, 북마크 공개 범위 필터링 로직 추가
    • 로그인 유저 == 요청 유저 : 전체공개, 비공개, 친구 공개 모두 리턴
    • 로그인 유저와 요청 유저가 친구 : 전체공개, 비공개 리턴
    • 로그인 유저와 요청 유저가 남 : 전체공개 리턴

⚡️ 관심 리뷰 (선택)

  • 특별히 확인 받고 싶은 내용을 적어주세요.

🌱 연관 내용 (선택)

  • 관련 있는 내용, 또는 앞으로 고려할 내용을 적어주세요.

@EunjiShin EunjiShin self-assigned this Sep 27, 2023
@EunjiShin EunjiShin added 🐛 Bug 버그 ✨ Feature 기능 개발 labels Sep 27, 2023
@github-actions
Copy link

Test Results

14 tests   14 ✔️  3s ⏱️
  7 suites    0 💤
  7 files      0

Results for commit f3e6725.

@ww8007 ww8007 self-requested a review September 27, 2023 19:07
Copy link
Member

@ww8007 ww8007 left a comment

Choose a reason for hiding this comment

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

@ww8007 ww8007 merged commit 48f8976 into develop Sep 27, 2023
3 checks passed
@ww8007 ww8007 deleted the fix/277/user-bookmark-find branch September 27, 2023 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 버그 ✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[fix] 특정 유저의 북마크 조회 API에 로그인 유저 ID 포함
2 participants