1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-18 20:59:39 +02:00
Maybe/app/jobs
Zach Gollwitzer 1aae00f586
perf(transactions): add kind to Transaction model and remove expensive Transfer joins in aggregations (#2388)
* add kind to transaction model

* Basic transfer creator

* Fix method naming conflict

* Creator form pattern

* Remove stale methods

* Tweak migration

* Remove BaseQuery, write entire query in each class for clarity

* Query optimizations

* Remove unused exchange rate query lines

* Remove temporary cache-warming strategy

* Fix test

* Update transaction search

* Decouple transactions endpoint from IncomeStatement

* Clean up transactions controller

* Update cursor rules

* Cleanup comments, logic in search

* Fix totals logic on transactions view

* Fix pagination

* Optimize search totals query

* Default to last 30 days on transactions page if no filters

* Decouple transactions list from transfer details

* Revert transfer route

* Migration reset

* Bundle update

* Fix matching logic, tests

* Remove unused code
2025-06-20 13:31:58 -04:00
..
application_job.rb Use Redis for ActiveJob and ActionCable (#2004) 2025-03-19 12:36:16 -04:00
assistant_response_job.rb Set AI queue 2025-03-28 13:27:50 -04:00
auto_categorize_job.rb Transaction rules engine V1 (#1900) 2025-04-18 11:39:58 -04:00
auto_detect_merchants_job.rb Transaction rules engine V1 (#1900) 2025-04-18 11:39:58 -04:00
data_cache_clear_job.rb Use Redis for ActiveJob and ActionCable (#2004) 2025-03-19 12:36:16 -04:00
destroy_job.rb Handle ITEM_NOT_FOUND errors on Plaid deletions 2025-05-25 11:52:29 -04:00
family_reset_job.rb Use Redis for ActiveJob and ActionCable (#2004) 2025-03-19 12:36:16 -04:00
import_job.rb Use Redis for ActiveJob and ActionCable (#2004) 2025-03-19 12:36:16 -04:00
import_market_data_job.rb perf(transactions): add kind to Transaction model and remove expensive Transfer joins in aggregations (#2388) 2025-06-20 13:31:58 -04:00
revert_import_job.rb Use Redis for ActiveJob and ActionCable (#2004) 2025-03-19 12:36:16 -04:00
rule_job.rb Transaction rules engine V1 (#1900) 2025-04-18 11:39:58 -04:00
security_health_check_job.rb perf(transactions): add kind to Transaction model and remove expensive Transfer joins in aggregations (#2388) 2025-06-20 13:31:58 -04:00
stripe_event_handler_job.rb New onboarding, trials, Stripe integration (#2185) 2025-05-01 16:47:14 -04:00
sync_cleaner_job.rb Handle stale syncs (#2257) 2025-05-17 18:28:21 -04:00
sync_job.rb Sync hierarchy updates (#2087) 2025-04-11 12:13:46 -04:00
user_purge_job.rb Use Redis for ActiveJob and ActionCable (#2004) 2025-03-19 12:36:16 -04:00