alexdglover / sage

An alternative to Intuit's recently retired Mint application for tracking personal finances.
MIT License
1 stars 0 forks source link

Make statement import async #1

Open alexdglover opened 3 weeks ago

alexdglover commented 3 weeks ago

Importing statements is going to take multiple seconds, especially for larger imports or for users who have lots of categorization rules (or if the categorization implementation is slow).

Update the import statement controller to start a separate goroutine to handle the actual import, and send the user to the import submissions summary page.

alexdglover commented 2 weeks ago

going to push this out to a future release, assuming that imports continue to be reasonably performant after implementing categorization feature