From cb97d95cdf502acca1e626b64bc95c9b976caace Mon Sep 17 00:00:00 2001 From: DANYDHSV Date: Tue, 28 Jul 2026 14:48:23 -0600 Subject: [PATCH] =?UTF-8?q?refactor:=20dividir=20m=C3=B3dulo=20de=20instal?= =?UTF-8?q?adores=20en=202=20m=C3=B3dulos=20independientes=20(Cat=C3=A1log?= =?UTF-8?q?o=20de=20Instaladores=20CRUD=20y=20Tareas=20Activas)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public.php | 63 ++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 45 insertions(+), 18 deletions(-) diff --git a/public.php b/public.php index e73efe4a..2fea2500 100755 --- a/public.php +++ b/public.php @@ -20,11 +20,20 @@ if (isset($_GET['action']) && $_GET['action'] === 'get_modules_list') { 'key' => 'installers', 'title' => '🔧 Administrar Instaladores', 'sub' => 'SIIP WhatsApp Notifications', - 'description' => 'Gestiona los datos de los instaladores para el envío de notificaciones WhatsApp.', + 'description' => 'Alta, edición y baja del catálogo de técnicos instaladores (CRUD).', 'image' => '?action=get_image&name=installers-management.png', 'tab' => 'installers', 'plugin' => 'whatsapp' ], + [ + 'key' => 'installer-jobs', + 'title' => '📋 Tareas e Instalaciones Activas', + 'sub' => 'SIIP WhatsApp Notifications', + 'description' => 'Consulta de tareas en curso por técnico y reenvío de notificaciones WhatsApp.', + 'image' => '?action=get_image&name=installers-management.png', + 'tab' => 'installer-jobs', + 'plugin' => 'whatsapp' + ], [ 'key' => 'stripe', 'title' => '💳 Pagos SPEI / Stripe', @@ -1915,8 +1924,13 @@ $installersData = json_decode($config['installersDataWhatsApp'] ?? '{"instalador