From 2b441e166e64e398125955f15aae42330c529a2b Mon Sep 17 00:00:00 2001 From: John Mizerek Date: Tue, 3 Mar 2026 10:24:45 -0800 Subject: [PATCH] Extract business hours from Toast schedule data Parses upcomingSchedules from ROOT_QUERY.restaurantV2.schedule and formats as "Mon 7:30am-6:30pm, Tue 7:30am-6:30pm" text string that the setup wizard's parseHoursString() can consume. Co-Authored-By: Claude Opus 4.6 --- api/setup/analyzeMenuUrl.cfm | 49 ++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/api/setup/analyzeMenuUrl.cfm b/api/setup/analyzeMenuUrl.cfm index 1511a93..8c23273 100644 --- a/api/setup/analyzeMenuUrl.cfm +++ b/api/setup/analyzeMenuUrl.cfm @@ -1082,6 +1082,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +