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

[Refactor] 댓글 및 게시물 본인작성 여부 확인 필드 추가 및 좋아요 여부 확인 필드 추가 #52

Merged
merged 8 commits into from
Feb 3, 2025

Conversation

chanmin-00
Copy link
Member

#️⃣연관된 이슈

Close #51

📝작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

댓글 반환 필드 수정

  • isAuthor : 댓글 본인 작성 여부 확인 필드 추가
  • isLiked : 좋아요를 누른 댓글인지 확인할 수 있는 필드 추가

게시물 상세조회 시 반환 필드 수정

  • isScraped : 스크랩한 게시물인지 확인할 수 있는 필드 추가
  • isLiked : 좋아요한 게시물인지 확인할 수 있는 필드 추가
  • isAuthor : 자신이 작성한 게시물인지 확인할 수 있는 필드 추가

대댓글 추가 api 버그 수정

  • 자신이 작성한 댓글만 답글을 추가할 수 있게 되는 오류 수정

💬리뷰 요구사항(선택)

리뷰어가 특별히 봐주었으면 하는 부분이 있다면 작성해주세요

ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요?

- isAuthor (본인 댓글 작성 여부)
- isLiked (좋아요 누른 댓글 여부)
- isLiked (게시물 좋아요 여부)
- isAuthor (본인 작성 여부)
- isLiked (게시물 좋아요 여부)
- isAuthor (본인 작성 여부)
- isLiked (게시물 좋아요 여부)
- isAuthor (본인 작성 여부)
- 본인 작성 게시물 여부 추가
- 본인이 좋아요 누른 게시물 여부 추가
@chanmin-00 chanmin-00 added 🐛 Bug 버그 발생 ♻️ Refactor 코드 리팩토링 labels Feb 3, 2025
@chanmin-00 chanmin-00 requested a review from chaen-ing February 3, 2025 13:32
@chanmin-00 chanmin-00 self-assigned this Feb 3, 2025
Copy link
Member

@chaen-ing chaen-ing left a comment

Choose a reason for hiding this comment

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

확인했습니다 수고하셨어요~💯

@chanmin-00 chanmin-00 merged commit ae02451 into develop Feb 3, 2025
@chanmin-00 chanmin-00 deleted the refactor/comment-#51 branch February 6, 2025 12:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Bug 버그 발생 ♻️ Refactor 코드 리팩토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 게시물 댓글 목록 전달 인자 수정
2 participants