mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-04 17:04:53 +02:00
up stats dashboard
This commit is contained in:
parent
fd3827ee52
commit
711fc277be
5 changed files with 246 additions and 96 deletions
|
@ -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,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue