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
The menu for "today" is shown all day (until midnight). When the numberOfDaysToDisplay config option is set to 1, this typically isn't the info that you're interested in (meals that already happened).
Desired behavior
When the numberOfDaysToDisplay config option is set to 1, the menu for "today" should be shown until lunchtime has ended, then the menu for tomorrow should be shown instead. We could probably switch to "tomorrow's" menu at 2pm local time.
When the numberOfDaysToDisplay config option is set to something greater than 1, we should preserve existing behavior (today's menu is shown until midnight)
The text was updated successfully, but these errors were encountered:
Current behavior
The menu for "today" is shown all day (until midnight). When the
numberOfDaysToDisplay
config option is set to1
, this typically isn't the info that you're interested in (meals that already happened).Desired behavior
When the
numberOfDaysToDisplay
config option is set to1
, the menu for "today" should be shown until lunchtime has ended, then the menu for tomorrow should be shown instead. We could probably switch to "tomorrow's" menu at 2pm local time.When the
numberOfDaysToDisplay
config option is set to something greater than 1, we should preserve existing behavior (today's menu is shown until midnight)The text was updated successfully, but these errors were encountered: