- 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>
25 lines
475 B
Text
25 lines
475 B
Text
fastapi==0.109.0
|
|
uvicorn[standard]==0.27.0
|
|
sqlalchemy==2.0.25
|
|
asyncpg==0.29.0
|
|
psycopg2-binary==2.9.9
|
|
python-jose[cryptography]==3.3.0
|
|
passlib[bcrypt]==1.7.4
|
|
python-multipart==0.0.6
|
|
httpx==0.26.0
|
|
pandas==2.2.0
|
|
numpy==1.26.3
|
|
prophet==1.1.4
|
|
xgboost==2.0.3
|
|
catboost==1.2.7
|
|
shap==0.44.1
|
|
scikit-learn==1.4.0
|
|
apscheduler==3.10.4
|
|
openpyxl==3.1.2
|
|
pydantic==2.5.3
|
|
pydantic-settings==2.1.0
|
|
python-dotenv==1.0.0
|
|
python-dateutil==2.8.2
|
|
playwright>=1.40.0
|
|
anthropic>=0.42.0
|
|
holidays>=0.47
|