-
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
Docs : Readme 게시물 상세 조회, 공유 내용 작성 #45
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.
고생하셨습니다!
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.
LGTM!
README.md
Outdated
| content_id | string(UUID) | 이는 포스트가 속한 SNS에서 관리하는 고유 인식 값입니다. | | | ||
| type | enum | 파일 객체의 유형입니다. 가능한 값은 "facebook", "twitter", "instagram", "threads" 입니다. | 'twitter' | | ||
| title | string | 포스트 제목입니다. | 'hello, danishop!' | | ||
| content | string | 이는 포스트의 내용이며 이미지, 비디오 등을 제외한 텍스트만 포함됩니다. | 'I visited the danishop' | | ||
| hashtags | string[] | 여러 개의 해시태그가 있으므로 미래 검색을 고려하여 설계해 주십시오. | ['dani', 'danishop'] | | ||
| view_count | number | 조회수입니다. | 100 | | ||
| like_count | number | 좋아요 수입니다. | 10 | | ||
| share_count | number | 공유 수입니다. | 1 | | ||
| updated_at | Date | 포스트를 편집할 때 자동으로 기록됩니다. | | | ||
| created_at | Date | 포스트를 생성할 때 자동으로 기록됩니다. | | |
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 유형
이 PR은 어떤 종류의 변경을 가져오나요?
현재 동작은 무엇인가요?
이슈 번호: #44
새로운 동작은 무엇인가요?
이 PR은 호환성 변경을 도입하나요?
기타 정보
명석님 PR 정보(#43)를 보니 기존 마무리와 배운점 항목이 사라져있어서 작성하지 않았습니다. (충돌 방지 겸 변경 수용)