fix(dashboard): display company name instead of ID in health score overview

This commit is contained in:
selfrelease
2026-07-19 21:39:49 +08:00
parent 4980ebcd30
commit 8138fb5540
4 changed files with 20 additions and 11 deletions
+1
View File
@@ -9,6 +9,7 @@ class HealthScoreResponse(BaseModel):
id: str
company_id: str
company_name: str | None = None
total_score: float
financial_score: float | None = None
operational_score: float | None = None