-
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
게시물 좋아요 API 작성 #17
Merged
Merged
게시물 좋아요 API 작성 #17
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
Related to #11
코드 작성하시느라 고생하셨습니다 ! :) |
코드 확인했습니다. 수고하셨습니다! |
추가적인 내용 (회의 정리 내용)
|
Post 모델에 대해 content_id를 uuid로 기본 설정하였습니다. |
JaeHyuckSa
reviewed
Oct 26, 2023
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 모델에 대한 getter는 django의 내장 함수로 대체 가능 - 가독성 증가 Related to #11
- 해당 프로젝트의 url format을 api/{application}/ 로 사용하기로 정함. Related to #11
- 뷰에 대한 이름 지정 - API 테스트에서 url을 reverse를 통해 가져올 수 있도록 - 추후 뷰에 대한 변경이 파급이 적도록 Related to #11
- PEP8 권장에 따른 상대경로에서 절대경로로 변경함 Related to #11
- api 문서화를 위한 swagger 적용 Related to #11
JaeHyuckSa
approved these changes
Oct 27, 2023
simseulnyang
approved these changes
Oct 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR 체크리스트
아래 항목을 확인해 주세요:
PR 유형
이 PR은 어떤 종류의 변경을 가져오나요?
현재 동작은 무엇인가요?
이슈 번호: #11
새로운 동작은 무엇인가요?
이 PR은 호환성 변경을 도입하나요?
기타 정보