feat: Refinamiento del tracking de analiticas y actualizacion del dashboard admin

This commit is contained in:
2026-03-04 20:36:31 -05:00
parent c376627d39
commit 4e17613d49
12 changed files with 189 additions and 62 deletions

View File

@ -57,7 +57,9 @@ const handleTaxiFilter = async () => {
const goToSchedules = (route: any) => {
analyticsService.logEvent({
event_name: 'route_selected',
item_id: route.name,
entity_type: 'route',
entity_id: route.id,
entity_name: route.name,
properties: { route_id: route.id }
})
routeStore.selectRoute(route.id, route.name)