Abi-Liu / Spendify

A new and improved version of my previous app, FinanceMe. This iteration utilizes new technologies such as Docker, Redis, Postgres, and Websockets
https://www.bbapi.online/
0 stars 0 forks source link

temporary fix for pagination #25

Closed Abi-Liu closed 10 months ago

Abi-Liu commented 10 months ago

This fix gets the count for transactions. Ideally, we would have a runing total for number of transactions across items, accounts and users to make the queries more efficient. Plaid currently does not give us the accountId's for removed transactions so implementing this as of now will be difficult