hodgeswt / cinemadle

1 stars 0 forks source link

Cache movie list and do fuzzy-find locally #9

Closed hodgeswt closed 3 months ago

hodgeswt commented 5 months ago

Currently search box relies on TMDB api for search results, then filters those to ones in the movie list. This can result in the target movie not being searchable from the search box, so the game is unwinnable.

Storing all guesses locally and then pulling from there will ensure all options are guessable and also reduce the amount of API calls.

hodgeswt commented 3 months ago

Will implement in v3; needs to wait for further design refinement