ltbxd-actorle/src/Repository
thibaud-leclere 369893a77e refactor: track import progress per film instead of per batch
Replace batch-level progress (processedBatches/totalBatches) with
film-level progress (processedFilms/totalFilms) for smoother UI updates.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 19:30:15 +02:00
..
.gitignore init 2026-01-13 13:59:05 +01:00
ActorRepository.php Generate grid 2026-01-31 16:17:24 +01:00
AwardRepository.php feat: add Award entity and repository 2026-04-01 14:23:23 +02:00
AwardTypeRepository.php feat: add AwardType entity and repository 2026-04-01 14:22:33 +02:00
GameRepository.php feat: add Game and GameRow repositories 2026-03-30 19:43:39 +02:00
GameRowRepository.php feat: add Game and GameRow repositories 2026-03-30 19:43:39 +02:00
ImportRepository.php refactor: track import progress per film instead of per batch 2026-04-01 19:30:15 +02:00
MovieRepository.php Add db, sync movies command 2026-01-14 00:54:49 +01:00
MovieRoleRepository.php feat: add findOneRandomByActor to MovieRoleRepository 2026-03-30 22:31:07 +02:00
UserMovieRepository.php feat: add UserMovie join entity 2026-03-29 10:10:27 +02:00
UserRepository.php feat: add User entity with email/password/roles 2026-03-28 13:15:40 +01:00