added ToDo list

This commit is contained in:
2026-04-08 16:06:46 +01:00
parent f63511aea7
commit e1eb38561a
+8
View File
@@ -118,3 +118,11 @@ pandas
* Data Processing: pandas * Data Processing: pandas
* Data Source: TMDB movie dataset * Data Source: TMDB movie dataset
---
## ToDo
* download all posters so they are Completely local instead of fetching each time as i suspect request might get blocked on too many requests
* create a python script to grab the latest tmdb DB and add new entries to the movies.db
* add indexing to speed up searches, check if theres other speed up options possible
* improve the interface, maybe make the search options a single row at the top?