Conversation
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣연관된 이슈
📝작업 내용
1.
/api/posts/mypage응답 플레이스 이미지 추가희소식(게시글) 마이페이지 목록 조회 시 장소 이미지와 장소 이름을 함께 반환하도록
PostDto에 다음 필드를 추가하였습니다:placeName: 장소 이름placeImg: 장소 대표 이미지 (TEXT URL)2.
/api/comments/mypage응답 플레이스 이미지, 이름 추가내가 작성한 댓글 및 대댓글 조회 시, 해당 게시글의 장소 정보(
placeName,placeImg)도 함께 포함되도록CommentResultDto구조를 확장하였습니다:placeName: 장소 이름placeImg: 장소 이미지 URL스크린샷 (선택)
💬리뷰 요구사항(선택)