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.
CheckList
gap
를 이용하여 flex 컨테이너 내 자식 요소간의 간격을 제어하였나요? (iOS 14 미지원으로 gap -> space-x, space-y 적용)작업 이유
작업 사항
1️⃣ 피드 작성, 수정 mock api 구현
피드 작성, 수정 mock api를 구현해두었습니다!
2️⃣ 피드 mock api Request DTO 위치 조정
기존 mocks/handlers/feed.ts에 존재하는 신고하기의 request dto와 이번에 제작된 작성&수정의 request dto를 entities/feed/model/types.ts 로 이동시켰습니다.
이후, 실제 API request 코드 작성 시에도 사용될 타입이기 때문에 해당근거로 다음과 같은 위치로 이동을 시켜두었던 것 같습니다!
리뷰어가 중점적으로 확인해야 하는 부분
발견한 이슈
X