feat: WhatsApp promociones — fechas en español, status webhook y analytics inspector
- Corrige formato de fechas a español con Carbon isoFormat('D [de] MMMM')
- Webhook procesa statuses de Meta (delivered/read/failed) y actualiza pivot alumno_promocion
- Analytics: nuevas métricas de entregados/leídos, embudo de entrega, filtro por tipo
- Inspector de payload raw por log con modal y botón copiar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
"Bash(php -l app/Models/Entrega.php)",
|
||||
"Bash(php -l app/Livewire/GrupoDocente.php)",
|
||||
"Bash(composer require *)",
|
||||
"Bash(Select-String -Pattern \"entrega|Entrega\" -Context 0,0)"
|
||||
"Bash(Select-String -Pattern \"entrega|Entrega\" -Context 0,0)",
|
||||
"Bash(php -l app/Services/WhatsAppService.php)",
|
||||
"Bash(php -l app/Http/Controllers/WhatsAppWebhookController.php)",
|
||||
"Bash(php -l app/Http/Controllers/WhatsAppAnalyticsController.php)"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user