-
Notifications
You must be signed in to change notification settings - Fork 0
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
refactor/post: 피드 생성 시 URL open-graph 이미지 url, 요약 상태 필드추가, 전체 피드 조회 시에도 해당 응답 키 값추가 #65
Conversation
async updatePostClassificationForAIClassification( | ||
postId: string, | ||
classificationId: string, | ||
description: string, | ||
postAiStatus: PostAiStatus, | ||
postId: string | null, | ||
classificationId: string | null, | ||
description: string | null, |
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.
postId랑 classificationId null일 경우가 궁금쓰
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.
ai요약 실패했을경우 null로 올거라 동일한 메서드 사용하면서 status만 변경할 수 있게 나머지 값들은 null도 같이 받을 수 있게 변경했어!
@ApiProperty({ required: false, description: 'URL og 이미지' }) | ||
thumbnail_img_url: string; |
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.
오잉 이거 그냥 머지했어?! ㅋㅋㅋ 미안미안 바로 바꿔서 배포하겟음!
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.
고생했어!!! 👍
PR 내용
추가 및 변경 사항
PR 중점사항
스크린샷