Commit Graph

18 Commits

Author SHA1 Message Date
97ab6c1b9a Enhancement: Multi-shift taxis, vehicle type, accessibility flag and filter label update 2026-03-03 10:40:04 -05:00
e9b5acdc48 feat: auto-geolocation improves, fix route stops query and map soft-reset 2026-03-02 09:58:29 -05:00
fb57f13d62 fix: recarga total de mapa, corregir 400 bus_stops y flicker de mensaje de buses 2026-03-02 09:35:43 -05:00
355bee84e3 Sort bus schedules chronologically by departure time 2026-03-01 09:44:32 -05:00
a8eaad7f35 perf: complete performance audit optimizations 2026-02-26 22:17:56 -05:00
1f0229461b chore: build and UI fixes 2026-02-26 20:58:10 -05:00
34a73f0f94 fix(admin): nav issues and blank screens fix 2026-02-26 16:20:59 -05:00
10cb37c866 fix(coupons): remove duplicate business cols from coupons in PromoterDashboard and CouponsView 2026-02-26 15:36:32 -05:00
23f8438456 fix(business): prevent 'image' column mismatch in Supabase insert/update 2026-02-26 15:25:08 -05:00
6303aa4b35 fix: back buttons missing router instance mapping and fix array structure in supabase route stops fetch 2026-02-25 23:38:05 -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
7cd97365f2 🚀 Feat(Core): Migración oficial y total B a Supabase (Auth, DB, APIs) + Eliminación de Backend Python y Fixes Firebase + Soporte Vite Vercel 2026-02-25 21:01:18 -05:00
dc827bcbf4 fix: manejar error 401 automaticamente y agregar migracion de columnas routes 2026-02-25 19:49:29 -05:00
9b9d788ca7 Add backend error logging and increase frontend timeout 2026-02-25 11:49:42 -05:00
6d4f50cafb feat: habilitar set completo de APIs de Google Maps y actualizar llaves funcionales para produccion 2026-02-24 10:46:17 -05:00
33154169c8 feat: redesign Login/Register with HUD aesthetic and Google Auth integration 2026-02-22 15:31:02 -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