Open
Conversation
This file contains hidden or 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
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.
About this PR
⚓ Related Issue
🥥 Contents
서버쪽 Review도메인 엔드포인트들 모아놨습니다.
노션하고 서버쪽 postman 참고해서 작성했습니다.
Other information 🔥
전에 얘기했던 방향이 이게 맞을까요?
libarary로 ReviewEndpoint만 타겟으로 만들어봤습니다.
endpoint를 사용할 수 있게 연산프로퍼티로 path를 만들어봤어요
DTO는 어떻게 하는 게 좋을까요?
DTO를 엔티티로 변환하는 것은 각 모듈에서 진행할 일이겠지만, DTO 자체는 endpoint처럼 명세의 일종이니까 여기에 포함시키는게 나을 지 고민됩니다.