Commit Graph

11 Commits

Author SHA1 Message Date
33b344d6bd Revert logo image to SIB text as requested by client 2026-03-09 13:45:18 -05:00
8c0e683b70 Update app branding with new icono and titulosib logos 2026-03-09 12:59:10 -05:00
d5763cd6d6 Rename system to SIB: update translations, logos, views, stores and logs 2026-03-09 12:19:37 -05:00
51d390c2e1 fix(analytics): pre-cargar todos los cupones incluso con 0 interacciones en el sector comercial 2026-03-05 12:13:25 -05:00
1488af32ae feat: Rediseño de Inteligencia Comercial a formato listado con cupones integrados 2026-03-04 21:07:35 -05:00
52cc20e81b fix: Fetch completo de negocios/shuttles e integracion de cupones en analisis 2026-03-04 20:59:35 -05:00
4e17613d49 feat: Refinamiento del tracking de analiticas y actualizacion del dashboard admin 2026-03-04 20:36:31 -05:00
6ae0e7b0bf feat: optimización integral y auditoría de rendimiento SIBU 2.0.1 2026-03-01 17:35:13 -05:00
84055a25de refactor: migrate fully to Supabase, remove Firebase/Render/Python backend
- DELETED: entire backend/ (Python/FastAPI — replaced by Supabase)
- DELETED: old/ directory (obsolete code)
- DELETED: render.yaml, inject_api.py, check_tags.py, PENDING_FOR_TOMORROW.md
- DELETED: frontend/src/firebaseConfig.ts (Firebase Auth replaced by Supabase Auth)
- DELETED: frontend/src/services/apiClient.ts (HTTP client for dead backend)

- MIGRATED services to Supabase native:
  schedulesService, favoritesService, usersService,
  telemetryService (stub), reportsService, analyticsService (stub)

- MIGRATED stores/favorites.ts to Supabase direct queries
- MIGRATED views: SplashScreen, AdminTaxis, AdminDrivers, StrategicAnalytics
- MIGRATED utils/imageUrl.ts to Supabase Storage URLs

- FIXED router/index.ts: guard now uses supabase.auth.getSession()
  instead of old localStorage auth_token (fixes logout + map loading)
- FIXED AuthView.vue: removed aggressive watch({ immediate: true })
  that caused wrong redirects on map route
- FIXED SplashScreen.vue: navigate() now reads Supabase session + role
- FIXED RLS: added INSERT policy on public.users for trigger
- CONFIRMED: admin@sibu.com assigned ADMIN role in Supabase
2026-02-25 21:49:26 -05:00
568a45a109 Final production configuration: Firebase Hosting, Render Blueprint and CORS security fix 2026-02-21 14:52:49 -05:00
0c7aa53c8b Initial commit: SIBU 2.0 MISSION 2026-02-21 09:53:31 -05:00