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

커뮤니티 게시글 작성자가 로그인 된 본인으로 응답되는 버그 해결 #423

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

SongJaeHoonn
Copy link
Contributor

Summary

#422

BoardRetrievalService, DeletedBoardsRetrievalService, BoardsByCategoryRetrievalService, BoardDetailsRetrievalService에서, 작성자의 정보를 currentMemberInfo로 받는 것에서 해당 글의 작성자가 되도록 수정했습니다.

Tasks

  • BoardRetrievalService 수정
  • DeletedBoardsRetrievalService 수정
  • BoardsByCategoryRetrievalService 수정
  • BoardDetailsRetrievalService 수정

ETC

Screenshot

  • 게시글 목록, 커뮤니티 별 게시글 목록, 삭제된 게시글 목록 조회
    스크린샷 2024-07-22 125709

  • 게시글 상세 내용 조회
    스크린샷 2024-07-22 144117

@SongJaeHoonn SongJaeHoonn requested a review from limehee as a code owner July 22, 2024 05:56
@SongJaeHoonn SongJaeHoonn requested a review from mingmingmon July 22, 2024 05:58
@SongJaeHoonn SongJaeHoonn self-assigned this Jul 22, 2024
@SongJaeHoonn SongJaeHoonn added the 🐞 Bug 버그 제보 및 수정 label Jul 22, 2024
@limehee
Copy link
Collaborator

limehee commented Jul 22, 2024

빠른 버그 픽스 감사합니다. 고생 많으셨어요.

Copy link
Collaborator

@mingmingmon mingmingmon left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

@limehee limehee merged commit 874a530 into develop Jul 23, 2024
1 check passed
@limehee limehee deleted the fix/#422 branch July 23, 2024 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug 버그 제보 및 수정
Projects
None yet
Development

Successfully merging this pull request may close these issues.

커뮤니티 게시글 작성자가 로그인한 본인으로 나오는 현상
3 participants