feat: Complete ATLAS system installation and API fixes
## Backend Changes - Add new API endpoints: combustible, pois, mantenimiento, video, configuracion - Fix vehiculos endpoint to return paginated response with items array - Add /vehiculos/all endpoint for non-paginated list - Add /geocercas/all endpoint - Add /alertas/configuracion GET/PUT endpoints - Add /viajes/activos and /viajes/iniciar endpoints - Add /reportes/stats, /reportes/templates, /reportes/preview endpoints - Add /conductores/all and /conductores/disponibles endpoints - Update router.py to include all new modules ## Frontend Changes - Fix authentication token handling (snake_case vs camelCase) - Update vehiculosApi.listAll to use /vehiculos/all - Fix FuelGauge component usage in Combustible page - Fix chart component exports (named + default exports) - Update API client for proper token refresh ## Infrastructure - Rename services from ADAN to ATLAS - Configure Cloudflare tunnel for atlas.consultoria-as.com - Update systemd service files - Configure PostgreSQL with TimescaleDB - Configure Redis, Mosquitto, Traccar, MediaMTX ## Documentation - Update installation guides - Update API reference - Rename all ADAN references to ATLAS Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# Manual del Conductor - App ADAN
|
||||
# Manual del Conductor - App ATLAS
|
||||
|
||||
Guia completa para usar la aplicacion movil de ADAN.
|
||||
Guia completa para usar la aplicacion movil de ATLAS.
|
||||
|
||||
## Instalacion de la App
|
||||
|
||||
### Android
|
||||
|
||||
1. Abrir Play Store
|
||||
2. Buscar "ADAN Conductor"
|
||||
2. Buscar "ATLAS Conductor"
|
||||
3. Instalar la aplicacion
|
||||
4. Abrir la app
|
||||
|
||||
### iPhone
|
||||
|
||||
1. Abrir App Store
|
||||
2. Buscar "ADAN Conductor"
|
||||
2. Buscar "ATLAS Conductor"
|
||||
3. Instalar la aplicacion
|
||||
4. Abrir la app
|
||||
|
||||
@@ -238,7 +238,7 @@ La app muestra el numero de telefono de emergencia de tu empresa. Puedes tocarlo
|
||||
Si tienes problemas con el GPS:
|
||||
|
||||
1. Ir a **Configuracion** del telefono
|
||||
2. Buscar la app **ADAN**
|
||||
2. Buscar la app **ATLAS**
|
||||
3. Tocar **Permisos**
|
||||
4. Asegurar que **Ubicacion** este en **Siempre permitir**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user