up stats dashboard

This commit is contained in:
Tykayn 2025-06-21 12:24:06 +02:00 committed by tykayn
parent fd3827ee52
commit 711fc277be
5 changed files with 246 additions and 96 deletions

View file

@ -183,6 +183,8 @@ class PublicController extends AbstractController
'placesCount' => $stat->getPlacesCount(),
'completionPercent' => $stat->getCompletionPercent(),
'population' => $stat->getPopulation(),
'zone' => $stat->getZone(),
'osmDataDateAvg' => $stat->getOsmDataDateAvg() ? $stat->getOsmDataDateAvg()->format('Y-m-d') : null,
];
}
}