Khanhtran47 / Sora

A web app for exploring movies, tv shows and anime built with Remix and NextUI
https://sorachill.vercel.app/
GNU General Public License v3.0
452 stars 184 forks source link

Discover page #74

Closed Khanhtran47 closed 2 years ago

Khanhtran47 commented 2 years ago

@ctuanle Filter movie and tv with discover api

https://developers.themoviedb.org/3/discover/movie-discover https://developers.themoviedb.org/3/discover/tv-discover

Khanhtran47 commented 2 years ago

TODO for filter component: add select year, user score, runtime (advanced)

Khanhtran47 commented 2 years ago

@ctuanle m thử lm cái filter ni nha, t qua lm bên cái search

ctuanle commented 2 years ago

@ctuanle m thử lm cái filter ni nha, t qua lm bên cái search

@Khanhtran47 gọi api á ?

Khanhtran47 commented 2 years ago

@ctuanle m thử lm cái filter ni nha, t qua lm bên cái search

@Khanhtran47 gọi api á ?

@ctuanle ừ call api (thay api movie list hiện tại bằng api discover movie đồ rứa sau thay mấy cái query của link url fetch để filter), t nghĩ là xài useFetcher của remix đồ để call lại, mé hơi rắc rối thiệt -.-

ctuanle commented 2 years ago

@ctuanle ừ call api (thay api movie list hiện tại bằng api discover movie đồ rứa sau thay mấy cái query của link url fetch để filter), t nghĩ là xài useFetcher của remix đồ để call lại, mé hơi rắc rối thiệt -.-

@Khanhtran47 okay để t thử 🤖

Khanhtran47 commented 2 years ago

@ctuanle ừ call api (thay api movie list hiện tại bằng api discover movie đồ rứa sau thay mấy cái query của link url fetch để filter), t nghĩ là xài useFetcher của remix đồ để call lại, mé hơi rắc rối thiệt -.-

@Khanhtran47 okay để t thử 🤖

@ctuanle hoặc khi filter thì m chuyển route sang 1 trang index ứng với cái filter luôn, k bt đk

Khanhtran47 commented 2 years ago

@ctuanle à cái select từ cái dropdown lấy value hơi ngu tý 😅 https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/values

ctuanle commented 2 years ago

hoặc khi filter thì m chuyển route sang 1 trang index ứng với cái filter luôn, k bt đk

@Khanhtran47 trang index ở đây là gì nhỉ, như movies/discover?filter_query_bla hay movies/index

à cái select từ cái dropdown lấy value hơi ngu tý 😅

😅

Khanhtran47 commented 2 years ago

hoặc khi filter thì m chuyển route sang 1 trang index ứng với cái filter luôn, k bt đk

@Khanhtran47 trang index ở đây là gì nhỉ, như movies/discover?filter_query_bla hay movies/index

à cái select từ cái dropdown lấy value hơi ngu tý 😅

😅

@ctuanle kiểu movies/discover?sort=...?genre=...?...=... dạng rứa nếu m chuyển route còn muốn giữ nguyên route thì xài useFetcher

ctuanle commented 2 years ago

@Khanhtran47 oke