-
Notifications
You must be signed in to change notification settings - Fork 1
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
#92 [refactor] GET - 임시저장된 글 조회 시 글감 리스트 반환 #106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
작업하느라 고생하셨습니다 🤍
코멘트 확인해주세요!
post.getTitle(), | ||
post.getContent(), | ||
getCleanContent(post.getContent()), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1
임시 저장된 것을 조회할 때는 설정한 html 태그를 적용한 상태로 보여줘야 하지 않을까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
헉 맞네요 예리한 지적 감사합니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿 -! 머지하고 브랜치 삭제해주세요!
✒️ 관련 이슈번호
Key Changes 🔑
클라분들께서 글감 리스트와 해당 글감이 선택되었는지 여부를 반환해 달라고 요청하셔서 해당 로직을 구현하였습니다.