staff e store

This commit is contained in:
2026-04-13 18:26:17 +02:00
parent 1ce956e1e8
commit f710183f61
6 changed files with 316 additions and 2 deletions

View File

@@ -41,6 +41,10 @@ class StoreRepository {
}
}
Future<void> updateStoreStatus(String id, bool isActive) async {
await _supabase.from('store').update({'is_active': isActive}).eq('id', id);
}
// --- LOGICA DI GIUNZIONE (Staff <-> Store) ---
// Recupera i membri assegnati a uno specifico negozio