mejoras
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user