Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

CreationController.php

Blame
    • Sofiane Lasri's avatar
      950b4a5c
      feat: add AI translation job for creation descriptions · 950b4a5c
      Sofiane Lasri authored
      - 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.
      950b4a5c
      History
      feat: add AI translation job for creation descriptions
      Sofiane Lasri authored
      - 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.