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

#92 [refactor] GET - 임시저장된 글 조회 시 글감 리스트 반환 #106

Merged
merged 4 commits into from
Jan 13, 2024

Conversation

parkheeddong
Copy link
Contributor

✒️ 관련 이슈번호

Key Changes 🔑

클라분들께서 글감 리스트와 해당 글감이 선택되었는지 여부를 반환해 달라고 요청하셔서 해당 로직을 구현하였습니다.

@parkheeddong parkheeddong self-assigned this Jan 12, 2024
Copy link
Member

@sohyundoh sohyundoh left a 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()),
Copy link
Member

Choose a reason for hiding this comment

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

P1
임시 저장된 것을 조회할 때는 설정한 html 태그를 적용한 상태로 보여줘야 하지 않을까요?

Copy link
Contributor Author

@parkheeddong parkheeddong Jan 13, 2024

Choose a reason for hiding this comment

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

헉 맞네요 예리한 지적 감사합니다

Copy link
Member

@sohyundoh sohyundoh left a comment

Choose a reason for hiding this comment

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

굿 -! 머지하고 브랜치 삭제해주세요!

@parkheeddong parkheeddong merged commit 5bd9b84 into develop Jan 13, 2024
1 check passed
@parkheeddong parkheeddong deleted the feat/#92 branch January 13, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

[refactor] GET - 임시저장된 글 작성 시 글감리스트 반환
2 participants