demo seed change 7

This commit is contained in:
Urtzi Alfaro
2025-12-15 13:39:33 +01:00
parent 46bd4f77b6
commit 5642b5a0c0
14 changed files with 5653 additions and 780 deletions

View File

@@ -30,7 +30,8 @@ from app.api import (
production_orders_operations, # Tenant deletion endpoints
audit,
ml_insights, # ML insights endpoint
batch
batch,
sustainability # Sustainability metrics endpoints
)
from app.api.internal_alert_trigger import router as internal_alert_trigger_router
@@ -214,6 +215,7 @@ service.add_router(production_schedules.router)
service.add_router(production_operations.router)
service.add_router(production_dashboard.router)
service.add_router(analytics.router)
service.add_router(sustainability.router) # Sustainability metrics endpoints
service.add_router(internal_demo.router, tags=["internal-demo"])
service.add_router(ml_insights.router) # ML insights endpoint
service.add_router(ml_insights.internal_router) # Internal ML insights endpoint for demo cloning