-
- Downloads
feat: add AI translation job for creation descriptions
- Added `TranslateCreationJob` to handle the translation of creation descriptions from French to English using an AI provider service. - Updated the `CreationController` to dispatch the translation job when requested via a new route. - Added a button in the admin creations index view to trigger the translation process, enhancing user interaction. - Included frontend JavaScript for button state handling during the translation request.
parent
02013808
Branches
No related tags found
Showing
- app/Http/Controllers/Admin/CreationController.php 12 additions, 0 deletionsapp/Http/Controllers/Admin/CreationController.php
- app/Jobs/TranslateCreationJob.php 72 additions, 0 deletionsapp/Jobs/TranslateCreationJob.php
- resources/views/admin/creations/index.blade.php 26 additions, 0 deletionsresources/views/admin/creations/index.blade.php
- routes/web.php 2 additions, 0 deletionsroutes/web.php
app/Jobs/TranslateCreationJob.php
0 → 100644
Please register or sign in to comment