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

SubReview 기능 구현 #84

Open
Sith-call opened this issue Jul 7, 2022 · 2 comments
Open

SubReview 기능 구현 #84

Sith-call opened this issue Jul 7, 2022 · 2 comments
Assignees
Labels
implementation Implement something to make (API, Database Schema, etc...)

Comments

@Sith-call
Copy link
Member

COMMENT

프론트엔드 작업 이후에 진행하겠습니다.

@Sith-call Sith-call self-assigned this Jul 7, 2022
@Sith-call Sith-call added the implementation Implement something to make (API, Database Schema, etc...) label Jul 7, 2022
@DPS0340
Copy link
Contributor

DPS0340 commented Jul 13, 2022

백엔드 작업은 제가 맡기로 합의했습니다!

@DPS0340 DPS0340 self-assigned this Jul 13, 2022
@DPS0340
Copy link
Contributor

DPS0340 commented Jul 13, 2022

서브리뷰 API

API 엔드포인트

/api/v1/review/${reviewId}/subreview POST

API 파라미터

리뷰와 동일한 필드 Request Body + 기존 리뷰 FK Path Params (무결성 확인 필요)

구현 특이사항

Abstract Entity 패턴을 사용해서 리뷰, 서브리뷰를 작성하면 코드 중복이 줄어들 듯 함.
기존의 리뷰 코드를 재사용하여 작성하려고 함.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
implementation Implement something to make (API, Database Schema, etc...)
Projects
Development

No branches or pull requests

2 participants