diff --git a/frontend/components/engine/results-grid.tsx b/frontend/components/engine/results-grid.tsx index 42a1895..35fae3c 100644 --- a/frontend/components/engine/results-grid.tsx +++ b/frontend/components/engine/results-grid.tsx @@ -135,10 +135,10 @@ export function ResultsGrid({ allocation, eventId, onPublished, onChanged }: Res return (
+
{isDraft ? "Draft preview" : "Published teams"}
@@ -157,25 +157,25 @@ export function ResultsGrid({ allocation, eventId, onPublished, onChanged }: Res { label: "Experience balance", value: pct(averageMetric(allocation.teams, "skill_score")) }, { label: "Strength balance", value: pct(averageMetric(allocation.teams, "role_balance_score")) }, ].map(item => ( -
{item.label}
-{item.value}
+{item.value}
Constraint warnings
-Constraint warnings
+{team.rationale.title}
-{team.rationale.summary}
+{team.rationale.title}
+{team.rationale.summary}
{team.rationale.strengths.length > 0 && ( -Why this team?
+Why this team?
This draft keeps {team.members.length} member{team.members.length !== 1 ? "s" : ""} together with {experienceSummary || "mixed experience"} and {strengthSummary || "mixed strengths"}.
@@ -111,7 +111,7 @@ export function TeamCard({ ].map(({ label, value }) => (