Add auto-update strategies for current balance on manual accounts #2460
Reference in New Issue
Block a user
Delete Branch "zachgoll/maybe-909-intelligent-current-balance-updating"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Extracts some of the logic I had in #2449 to provide "intelligent" / "auto update" strategies when a user attempts to update the balance on a manual account.
Manual accounts do not manage the
current_anchorvaluation (otherwise, user would need to continually update it, which is bad UX). Instead, we use a combination of "auto-update strategies" to set the current balance according to the user's intent.this seems to have fixed https://github.com/maybe-finance/maybe/issues/2461 for me / cc: @jakubkottnauer