whisper-money/app/Jobs
Víctor Falcón 3126f1763f refactor(ai): extract the categorization backfill loop into AiCategorizer
Both backfill jobs duplicated the uncategorized-selection query and chunk loop.
Add a Transaction::scopePendingAiCategorization scope (single source of truth
for the uncategorized+plaintext predicate) and an AiCategorizer::backfill(user,
onProgress) that owns the snapshot/order/chunk loop. The onboarding and consent
jobs now delegate to it — the consent job only adds the progress callback.
2026-06-25 10:22:55 +02:00
..
Drip feat(drip): email users stuck on the paywall a day after onboarding (#562) 2026-06-19 14:11:12 +00:00
ApplySingleAutomationRuleJob.php fix: batch automation rule application (#435) 2026-05-26 10:45:37 +02:00
AssignHistoricalTransactionsToBudget.php feat: Load transactions history on budget created (#72) 2026-01-22 11:10:15 +01:00
CategorizeOnboardingTransactionsJob.php refactor(ai): extract the categorization backfill loop into AiCategorizer 2026-06-25 10:22:55 +02:00
CategorizeUncategorizedTransactionsJob.php refactor(ai): extract the categorization backfill loop into AiCategorizer 2026-06-25 10:22:55 +02:00
GenerateHistoricalLoanBalancesJob.php feat(loans): backfill historical balances on loan creation (#322) 2026-04-24 13:09:34 +01:00
GenerateHistoricalRealEstateBalancesJob.php feat(real-estate): auto-calculate revaluation % and generate historical balances (#253) 2026-04-15 12:18:33 +00:00
GenerateRuleSuggestionsJob.php feat(ai): suggest automation rules during onboarding (#523) 2026-06-13 22:51:15 +02:00
ReEvaluateTransactionRulesJob.php feat(transactions): re-add select all matching filters to bulk actions bar (#169) 2026-03-01 10:27:43 +00:00
SendDailyBankTransactionsSyncedEmailJob.php feat(settings): let users disable bank transactions email (#472) 2026-06-02 12:24:39 +02:00
SendUpdateEmailJob.php Support soft-deleted users with reusable emails (#316) 2026-04-22 11:41:41 +01:00
SyncAllBankingConnectionsJob.php refactor: centralize duplicated provider & locale keys into enums (#543) 2026-06-16 13:43:14 +00:00
SyncBankingConnectionJob.php fix(banking): handle EnableBanking expired sessions as reconnect, not error (#557) 2026-06-18 13:48:13 +00:00
SyncBinanceHistoricalBalancesJob.php feat: Add Binance integration (#131) 2026-02-18 15:23:46 +01:00