Skip to content

[FIX] 게시글 조회 시 날짜 반환#139

Merged
rhkr8521 merged 2 commits intodevelopfrom
fix/#132
Jan 2, 2025
Merged

[FIX] 게시글 조회 시 날짜 반환#139
rhkr8521 merged 2 commits intodevelopfrom
fix/#132

Conversation

@rhkr8521
Copy link
Copy Markdown
Member

📣 Related Issue

📝 Summary

  • 게시글 조회 시 해당 게시글의 생성날짜(createAt)를 반환하도록 수정하였습니다.

🙏 Question & PR point

📬 Reference

[게시글 전체조회]
image

[감상평 조회]
image

[인상깊은구절 조회]
image

Copy link
Copy Markdown
Contributor

@gogori6565 gogori6565 left a comment

Choose a reason for hiding this comment

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

PhraseArticleContentDTO 랑 PhraseArticleContentDetailDTO 의 용도 차이가 뭐에요?

@rhkr8521
Copy link
Copy Markdown
Member Author

rhkr8521 commented Jan 2, 2025

PhraseArticleContentDetailDTO의 경우 조회메서드에서 반환할때 사용하는 DTO이고 PhraseArticleContentDTO의 경우 인상깊은구절 게시글 생성시 자식 구절 리스트 추가할때 사용하는 DTO입니다!

Copy link
Copy Markdown
Contributor

@gogori6565 gogori6565 left a comment

Choose a reason for hiding this comment

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

고생하셨습니다.

@rhkr8521 rhkr8521 merged commit f9bbfc9 into develop Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FIX] 게시글 조회 시 날짜 반환

2 participants