whisper-money/app/Http/Controllers/Ai
Víctor Falcón 03fd41fda9 refactor(ai): move backfill kickoff into a StartCategorizationBackfill action
The consent controller owned gating, the count query, UUID generation, cache
seeding and dispatch. Extract that into an App\Actions\Ai action so the
controller just records consent and delegates, and the job-id/cache-key
contract has a single owner. Add a test covering the no-paid-plan gate path.
2026-06-25 10:24:05 +02:00
..
AiConsentController.php refactor(ai): move backfill kickoff into a StartCategorizationBackfill action 2026-06-25 10:24:05 +02:00
CategorizationController.php feat(ai): backfill uncategorized transactions when consent is granted 2026-06-25 09:31:03 +02:00
RuleSuggestionController.php feat(ai): suggest automation rules during onboarding (#523) 2026-06-13 22:51:15 +02:00