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

feat#37 게시물 리포스트(인용) 기능 구현 #38

Merged
merged 2 commits into from
Nov 8, 2024
Merged

Conversation

1winhyun
Copy link
Contributor

@1winhyun 1winhyun commented Nov 7, 2024

1. 무슨 이유로 코드를 변경했나요?


게시물 리포스트(인용) 기능 구현

2. 어떤 위험이나 장애를 발견했나요?


3. 관련 스크린샷을 첨부해주세요.


![image](https://github.com/user-attachments/assets/7040f5fc-14f4-43a5-ac24-85cb2e765ee4)

4. 완료 사항


5. 추가 사항

@1winhyun 1winhyun requested review from jj0526 and soyesenna November 7, 2024 18:18
@1winhyun 1winhyun self-assigned this Nov 7, 2024
@1winhyun 1winhyun linked an issue Nov 7, 2024 that may be closed by this pull request
Copy link
Contributor

@jj0526 jj0526 left a comment

Choose a reason for hiding this comment

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

나머지는 문제 없어보입니다 수고하셨어요

.imageUrl(post.getQuotePost().getImageUrl())
.build();
}//인용한 게시물 가져오기

return new PostResponseDTO(
post.getId(),
Copy link
Contributor

Choose a reason for hiding this comment

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

글쓴이 부분이 빠졌습니다

Copy link
Contributor Author

Choose a reason for hiding this comment

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

작성자 닉네임, 태그 추가하였습니다.

@1winhyun 1winhyun merged commit a8a45df into main Nov 8, 2024
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.

[feat]#37 리포스트 기능 구현
2 participants