Improve account sync performance, handle concurrent market data syncing #2236
Reference in New Issue
Block a user
Delete Branch "zachgoll/plaid-domain-improvements"
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?
The major goal of this PR is twofold:
Sync UI states
We have removed the manual "sync" button on each account because with the right orchestration of syncs, these should never be needed. There are 3 major sync types:
And there are a few important sync triggers:
Previously, the UI states for these was a bit scattered. This PR introduces some more granular UI updates to avoid disturbing the user with unnecessary sync refreshes.