This commit is contained in:
lizandrogd
2026-01-21 08:28:54 -05:00
parent 7d6c3b4fb4
commit 45a11032f5
59 changed files with 315 additions and 315 deletions
+4 -4
View File
@@ -33,10 +33,10 @@ try {
// En el futuro, esto consultaría la base de datos real
$stats = [
'user_id' => $user_id,
'total_messages' => rand(10, 100),
'messages_today' => rand(0, 15),
'messages_this_week' => rand(5, 50),
'messages_this_month' => rand(20, 80),
'total_conversations' => rand(10, 100),
'conversations_today' => rand(0, 15),
'conversations_this_week' => rand(5, 50),
'conversations_this_month' => rand(20, 80),
'first_message_date' => date('Y-m-d H:i:s', strtotime('-' . rand(1, 30) . ' days')),
'last_message_date' => date('Y-m-d H:i:s', strtotime('-' . rand(1, 24) . ' hours')),
'avg_response_time' => rand(5, 120) . ' minutos',