ATLAS Admin
255b888183
docs: Update API reference with all new endpoints
...
- Add /vehiculos/all and /vehiculos/fleet/stats documentation
- Add /conductores/all and /conductores/disponibles documentation
- Add /geocercas/all and /geocercas/geojson documentation
- Add /alertas/configuracion and /alertas/estadisticas documentation
- Add /viajes/activos and /viajes/iniciar documentation
- Add /reportes/stats, /reportes/templates, /reportes/preview documentation
- Add /reportes/programados and /reportes/programar documentation
- Add POIs endpoints documentation
- Add /configuracion endpoints documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-25 23:17:20 +00:00
ATLAS Admin
e59aa2a742
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 >
2026-01-25 03:04:23 +00:00
FlotillasGPS Developer
51d78bacf4
FlotillasGPS - Sistema completo de monitoreo de flotillas GPS
...
Sistema completo para monitoreo y gestion de flotas de vehiculos con:
- Backend FastAPI con PostgreSQL/TimescaleDB
- Frontend React con TypeScript y TailwindCSS
- App movil React Native con Expo
- Soporte para dispositivos GPS, Meshtastic y celulares
- Video streaming en vivo con MediaMTX
- Geocercas, alertas, viajes y reportes
- Autenticacion JWT y WebSockets en tiempo real
Documentacion completa y guias de usuario incluidas.
2026-01-21 08:18:00 +00:00