ltbxd-actorle/src/Repository
thibaud-leclere 6edc122ff6 fix: address code review issues
- Rename `read` column to `is_read` (PostgreSQL reserved word)
- Wrap navbar + modal in parent div for Stimulus controller scope
- Set temporary filePath before first flush in ImportController
- Use RETURNING clause for atomic incrementProcessedBatches
- Return proper empty 204 response in NotificationController

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-29 10:27:57 +02:00
..
.gitignore init 2026-01-13 13:59:05 +01:00
ActorRepository.php Generate grid 2026-01-31 16:17:24 +01:00
ImportRepository.php fix: address code review issues 2026-03-29 10:27:57 +02:00
MovieRepository.php Add db, sync movies command 2026-01-14 00:54:49 +01:00
MovieRoleRepository.php Add actors and their roles 2026-01-15 20:35:39 +01:00
NotificationRepository.php feat: add Notification entity 2026-03-29 10:16:29 +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