greatSumini / pickk-app

Next generation influence e-commerce (app)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[구현] 필터 및 10추글 구현

ybh1760 opened this issue · comments

작업할 경로
src/components/post-list/index.tsx
src/components/post-list/filter
src/modules/navigation/drawer/bottom

구현물의 기능

  1. post list 에서 필터에 의해 걸러진 데이터를 서버에서 가져온다.
  2. drawer를 만들어 필터 옵션을 보여주고, 필터옵션을 선택하면 적용될 수 있다.

주의사항/사이드이펙트 (선택)
postListScreen에서 쿼리문에 필터가 추가될 것입니다.