forecasting/backend/jobs
jtricerolph 4137813fc7 Use central Anthropic key for AI insights; add update-check banner
AI insights now fetches the Claude API key from the central settings
service instead of storing its own encrypted copy, so wages and other
apps can share the same key. Also wires up the update-available banner
using the existing version-check hook pattern.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-24 20:43:03 +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 Use central Anthropic key for AI insights; add update-check banner 2026-07-24 20:43:03 +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