Skip to content

refactor : 플레이스 이미지 추가 및 주석 수정#102

Merged
wonee1 merged 1 commit intodevelopfrom
refactor/#101-place-img
Jul 29, 2025
Merged

refactor : 플레이스 이미지 추가 및 주석 수정#102
wonee1 merged 1 commit intodevelopfrom
refactor/#101-place-img

Conversation

@wonee1
Copy link
Collaborator

@wonee1 wonee1 commented Jul 29, 2025

#️⃣연관된 이슈

#101

📝작업 내용

1. /api/posts/mypage 응답 플레이스 이미지 추가

희소식(게시글) 마이페이지 목록 조회 시 장소 이미지와 장소 이름을 함께 반환하도록 PostDto에 다음 필드를 추가하였습니다:

  • placeName: 장소 이름
  • placeImg: 장소 대표 이미지 (TEXT URL)

2. /api/comments/mypage 응답 플레이스 이미지, 이름 추가

내가 작성한 댓글 및 대댓글 조회 시, 해당 게시글의 장소 정보(placeName, placeImg)도 함께 포함되도록 CommentResultDto 구조를 확장하였습니다:

  • placeName: 장소 이름
  • placeImg: 장소 이미지 URL

스크린샷 (선택)

💬리뷰 요구사항(선택)

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

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

@wonee1 wonee1 linked an issue Jul 29, 2025 that may be closed by this pull request
2 tasks
@wonee1 wonee1 merged commit d6fb389 into develop Jul 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor : 플레이스 이미지 연결 추가

1 participant