Files
movies-diary/crates/application/src/use_cases
Gabriel Kaszewski 38d13fbff1 feat: implement TMDb enrichment for movie profiles
- Add SqliteMovieProfileRepository for managing movie profiles in SQLite.
- Create TmdbEnrichmentClient to fetch movie details from TMDb API.
- Implement enrichment event handling with EnrichmentHandler.
- Introduce periodic jobs for cleaning up expired import sessions and checking for stale movie profiles.
- Update application context to include movie profile repository.
- Add API endpoint to retrieve movie profiles.
- Extend domain models with new structures for movie enrichment (Genre, Keyword, CastMember, CrewMember, MovieProfile).
- Modify event system to include MovieEnrichmentRequested event.
- Enhance tests to cover new functionality and ensure stability.
2026-05-12 13:23:41 +02:00
..
2026-05-10 21:23:56 +02:00
2026-05-10 21:23:56 +02:00
2026-05-09 20:51:29 +02:00
2026-05-10 00:41:43 +02:00
2026-05-10 00:41:43 +02:00
2026-05-09 20:51:29 +02:00
2026-05-10 21:23:56 +02:00
2026-05-10 01:15:48 +02:00
2026-05-10 21:23:56 +02:00