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

feat: week 4 assignment - Hyungjun #22

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: week 4 assignment - Hyungjun #22

wants to merge 1 commit into from

Conversation

jhj2075
Copy link
Contributor

@jhj2075 jhj2075 commented Jun 16, 2024

⭐ 과제 내용

  • book에 대한 각 review_id에 해당하는 review의 상세정보를 조회, 수정, 삭제하는 view 구현

✅ PR Point

  • BookReviewDetailsView 클래스
    => get_review 메소드 : 중복되는 부분 처리 및 예외 처리 후 review 객체 리턴
    => get, put, delete 메소드 : 특정 id 책의 특정 review_id를 가진 리뷰를 조회, 수정, 삭제
  • urls.py
    => review_id이 더해진 path 추가, class와 매핑

😡 트러블 슈팅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant