You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently each method in the BudgetSheet class makes a new get request to Google Sheets. We should instead use a single batch get request during app startup to retrieve as much data as possible and cache it for a specified time.
The text was updated successfully, but these errors were encountered:
Currently each method in the
BudgetSheet
class makes a new get request to Google Sheets. We should instead use a single batch get request during app startup to retrieve as much data as possible and cache it for a specified time.The text was updated successfully, but these errors were encountered: