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
을 이용하여 자식 요소간의 간격을 제어하였나요? (iOS 14 미지원으로 gap -> space between 적용)작업 이유
작업 사항
Feed API와 동일한 방식으로 mock api를 작성하였습니다.
기존에 Feed API 검색어에 대한 쿼리 변수명을 Search API Spec에 나온대로 수정(
query
->target
)하였습니다.의찬님이 저번에 알려주신 es-hangul 라이브러리를 적용하려고 문서를 찾아보았는데, 현재 모킹 데이터가 한글 기반이 아닌 영어로만 이루어져있다보니 es-hangul의 장점을 극대화하기 어렵다고 판단하여 기존에 사용하고 있었던 fuse 라이브러리를 적용하였습니다.
Feed 모킹 데이터에 포함된 User 정보가 User 모킹 데이터의 인터페이스가 동일하여 Feed 모킹 데이터의 User가 User 모킹 데이터를 가르키도록 수정하였습니다.
리뷰어가 중점적으로 확인해야 하는 부분
발견한 이슈