No description
Find a file
jtricerolph bd9ddbeda9 Switch Directors Forecast to use forecasting API instead of direct DB
Replace queryForecast/forecast-db.js with fetch() calls to the
forecasting app's public API (/forecasting/api/public/forecast/revenue
and /forecast/rooms). This removes the need for cross-DB grants and the
FORECAST_DATABASE_URL — all data comes from FORECASTING_API_KEY +
FORECASTING_URL. The DOW-history algorithm is also removed since the
covers model in the forecasting API already handles dry/wet future
forecasts.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-20 10:36:08 +00:00
backend Switch Directors Forecast to use forecasting API instead of direct DB 2026-07-20 10:36:08 +00:00
frontend Add Directors Forecast interactive report section 2026-07-20 10:24:47 +00:00
docker-compose.yml Switch Directors Forecast to use forecasting API instead of direct DB 2026-07-20 10:36:08 +00:00