2026-02-25Development UpdateFloorv0.6.0 Floor: Supabase Backend IntegrationIntegrated the Supabase backend into the LunaPos App.Key changes:Supabase CLI setup and migration SQL creation (18 tables)RLS (Row Level Security) policies with tenant_id on all tablesTest data seeding (seed.sql: 1 store, 3 rooms, 8 tables, 6 casts, 12 menu items)Swift SDK integration (SupabaseService.swift: full query methods)SyncEngine.swift (online/offline detection via NWPathMonitor, write sync)DTOs.swift (data transfer objects for Supabase, snake_case conversion)StoreSettings.swift (dynamic store settings loaded from Supabase)Updated PriceCalculator to use StoreSettingsDevice authentication flow (JWT acquisition via device token)Swift 6 Strict Concurrency support (@MainActor usage)