User Story
As a User, I shouldn't have to make sure that someone logged into the app on a day that has a menu item I want.
Implementation Details
Add to the startup runner code that automatically calculates and downloads the current month's available MenuItems.
Implementation Notes
- You may run into rate limits: be sure to handle backing off if the UCSB API hands you a 429.
- You should also gracefully handle an API key not being set and not blindly fire off several dozen requests with an empty value.
User Story
As a User, I shouldn't have to make sure that someone logged into the app on a day that has a menu item I want.
Implementation Details
Add to the startup runner code that automatically calculates and downloads the current month's available MenuItems.
Implementation Notes