feat: Actualizacion sistema SIO Backend

- Nuevo modulo de historial de cambios (ServicioHistorial)
- Observer para tracking automatico de cambios en servicios
- Correccion de variables auxiliar en ServiciosController
- Actualizacion de configuraciones y migraciones
- Endpoint para consultar historial de cambios

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
SIO Admin
2026-01-17 23:01:55 +00:00
parent 51880798ca
commit de656b70a2
362 changed files with 286 additions and 11 deletions

0
routes/administrador-routes.php Normal file → Executable file
View File

3
routes/api.php Normal file → Executable file
View File

@@ -24,6 +24,9 @@ Route::post('recoverpassword', 'Auth\AuthenticateController@recoverPassword');
Route::group(['middleware'=>['jwt']],function(){
Route::post('updatepassword', 'Auth\AuthenticateController@updatePassword');
Route::post('token_firebase', 'Auth\AuthenticateController@tokenFirebase');
// Historial de cambios - sin ACL para acceso general
Route::get('atencionclientes/solicitud_servicios/{servicio_det_id}/historial', 'AtencionClientes\ServiciosController@historial');
});

0
routes/atencion-clientes-routes.php Normal file → Executable file
View File

0
routes/channels.php Normal file → Executable file
View File

0
routes/console.php Normal file → Executable file
View File

0
routes/operador-routes.php Normal file → Executable file
View File

0
routes/reportes-routes.php Normal file → Executable file
View File

0
routes/supervisor-operaciones-routes.php Normal file → Executable file
View File

0
routes/web.php Normal file → Executable file
View File