Update v1.61.0
Improvement: Code cleanup around adding transaction
This one is a bit technical, having only changed some things behind the scenes that you may not notice. Previously, when you created a transaction, we first check if your "Payee" exists in the database yet. If no, we had to make a request to create the Payee, wait for the response, then make another request to save the Transaction. This meant 2 round trips to save a transaction. Now (technical part), the Payee is just a String on the Transaction. Meaning we can now save the Transaction with just one request, or one trip to the server. You may not notice a significant change in saving new transactions, but this sets us up nicely to add Scheduled Transactions in the future. No screenshots this time around as its just a little behind the scenes work. See you in the next update! Why are you reading all of this? Go budget! 👋