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: 마이페이지 화면에서 다른 사용자 게시물을 불러오는 이슈를 수정해요 #720

Merged
merged 1 commit into from
Dec 10, 2024

Conversation

Do-hyun-Kim
Copy link
Collaborator

🔵PR을 올리기 전 아래 사항을 확인해주세요.

  • 구현한 로직과 기능이 올바르게 작동되는지 충분히 테스트해주세요.
  • 코드의 성능이나 메모리 효율성이 적절하게 고려되었는지, 불필요한 코드가 없는지 검토해주세요.
  • 이번 PR에서 구현된 주요 기능이나 해결된 문제에 대해 자세히 서술해주세요.
    (위 내용은 지워주세요)

😽개요

  • 마이페이지 화면에서 다른 사용자의 게시물을 불러오는 이슈를 수정해요

🛠️작업 내용

  • PostListQueryDTOmemberId Parameter 추가 및 memberId 값 주입

(소제목)

  • fetchPostList 내부 PostListQueryDTOmemberId값을 전달하고 있지 않아 모든 게시물 항목을 보여주고 있었습니다.

✅테스트 케이스

  • 마이페이지 화면에서 해당 사용자의 게시물을 불러오는지 확인해요
  • 게시물 API가 정상적으로 호출하는지 확인해요

🙏🏻아래와 같이 PR을 리뷰해주세요.

  • PR 내용이 부족하다면 보충 요청해주세요.
  • 코드 스타일이 팀의 규칙에 맞게 작성되었는지, 일관성을 유지하고 있는지 확인해주세요.
  • 코드에 대한 문서화나 주석이 필요한 부분에 적절하게 작성되어 있는지 확인해주세요.
  • 구현된 로직이 효율적이고 올바르게 작성되었는지, 아키텍처를 잘 준수하고 있는지 검토해주세요.
  • 네이밍, 포매팅, 주석 등 코드의 일관성이 유지되고 있는지 확인해주세요.

Copy link
Collaborator

@akrudal akrudal left a comment

Choose a reason for hiding this comment

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

Wow...

@Do-hyun-Kim Do-hyun-Kim merged commit 82b79b7 into develop Dec 10, 2024
@Do-hyun-Kim Do-hyun-Kim deleted the fix/#719-profile-my-post-fetch-issue branch December 10, 2024 02:18
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.

2 participants