1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00
Maybe/app
Josh Pigford b84a33c09d
Refactor transaction enrichment to support batch processing (#1803)
* Refactor transaction enrichment to support batch processing

- Add method to enrich transactions in batches
- Implement job scheduling for unenriched transactions
- Improve logging and error handling for transaction enrichment

* Re-enable enrichment

* Fix transaction enrichment query to use correct table references

- Update queries to explicitly join and reference account_entries and account_transactions tables
- Remove unnecessary name presence check before enrichment
- Improve query precision for unenriched transaction selection

* Optimize transaction enrichment query joins

- Refactor database joins to use explicit table references
- Improve query performance for unenriched transaction selection
- Ensure correct table aliasing in enrichment methods

* Remove deprecated data enrichment job and method

- Delete EnrichDataJob as it's no longer used
- Remove `enrich_data_later` method from Account model
- Update Account::Syncer to directly call `enrich_data` instead of scheduling a job
2025-02-05 10:34:28 -06:00
..
assets Make tags scrollable 2025-01-21 12:42:51 -05:00
channels/application_cable Initial commit 2024-02-02 09:05:04 -06:00
controllers Fix budget allocation forms from resetting and clearing data on slow networks (#1804) 2025-02-05 09:09:38 -05:00
helpers Fix: make date format year consistent overall #1712 (#1726) 2025-02-03 11:19:56 -05:00
javascript Fix budget allocation forms from resetting and clearing data on slow networks (#1804) 2025-02-05 09:09:38 -05:00
jobs Refactor transaction enrichment to support batch processing (#1803) 2025-02-05 10:34:28 -06:00
mailers Allow users to update their email address (#1745) 2025-01-31 11:29:49 -06:00
models Refactor transaction enrichment to support batch processing (#1803) 2025-02-05 10:34:28 -06:00
views Fix budget allocation forms from resetting and clearing data on slow networks (#1804) 2025-02-05 09:09:38 -05:00