forecasting/backend/jobs
jtricerolph 2a7ee1d6b8 Expand AI insight: fix broken competitor query, add continuity, 30-day horizon, holidays
- Fix gather_competitor_data() tier filter: it queried tier IN ('primary','secondary'),
  values that never exist (real values are 'own'/'competitor'/'market'), so the
  cheapest-competitor comparison has always silently returned nothing.
- Feed the previous insight back into the prompt so the model can note what's
  changed/resolved instead of repeating itself.
- Extend forecast horizon from 14 to 30 days; add a per-day revenue table
  alongside the existing occupancy table.
- Annotate the occupancy table with UK (England) bank holidays.
- Add a same-channel market-movement section (B.com vs B.com, rack vs rack)
  diffing rates against the last insight's snapshot, threshold £3.
- Add a parsed headline field + insight history list on the Dashboard,
  collapsed to headline/age and expandable to full content.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-24 18:03:31 +00:00
..
__init__.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
accuracy_calc.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
ai_insights.py Expand AI insight: fix broken competitor query, add continuity, 30-day horizon, holidays 2026-07-24 18:03:31 +00:00
batch_backtest.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
bookings_aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
data_sync.py Remove old Resos sync path (resos_bookings table) 2026-07-13 21:07:47 +00:00
fetch_current_rates.py NewBook credentials from central Settings service 2026-07-04 19:36:41 +00:00
forecast_daily.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
metrics_aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
pace_snapshot_v2.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
pickup_snapshot.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
resos_aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
resos_bookings_sync.py Remove local asyncio import shadowing module-level import 2026-07-13 20:36:13 +00:00
revenue_aggregation.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
scrape_booking_rates.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00
weather_sync.py Add weather sync job, API endpoints and settings UI 2026-07-13 21:10:03 +00:00
weekly_forecast_snapshot.py Forecasting app: hybrid port to HNF stack 2026-07-04 18:49:34 +00:00