You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Difficulty: Hard Location:app/src/main/java/com/example/movies_db/data/repository/MovieRepositoryImpl.kt Description:
When adding to watchlist from a search result (which might have partial data), we must:
Fetch the full movie details (runtime, tagline, complete overview) from API.
Difficulty: Hard
Location:
app/src/main/java/com/example/movies_db/data/repository/MovieRepositoryImpl.ktDescription:
When adding to watchlist from a search result (which might have partial data), we must:
All this must happen atomically or with proper error handling.