-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Description
We need to figure out the flow of updating transactions for users. We get three different types of transactions:
added: the newest transactionsmodified: transactions that have finally been posted to an accountremoved: transactions that have been refunded, etc.
My thoughts:
- Will be fired off in a taskiq background task (i.e. by running
await sync_transactions(...)) addedtransactions should just be pushed to databasemodifiedtransactions should probably just update corresponding transactions that are persisted in postgresremoved-- plaid suggests two ways: 1) remove from the database 2) tag as removed- I think we should just go with strategy 1 for now
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels