docs: Marquer la tâche #15 comme terminée
Tâche #15: Nouveau membre non synchronisé - ✅ Terminé 26/01 Solutions implémentées: - Sécurité: Password supprimé de la réponse API - Synchronisation: Auto-création ope_users lors création membre - API retourne id, ope_user_id et username - Flutter récupère et sauvegarde correctement les données dans Hive - Optimisation: operation_id stocké en session (évite requête SQL) - Fallback SQL si operation_id absent de la session
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// ⚠️ AUTO-GENERATED FILE - DO NOT EDIT MANUALLY
|
||||
// This file is automatically generated by deploy-app.sh script
|
||||
// Last update: 2026-01-26 16:48:32
|
||||
// Last update: 2026-01-26 17:20:35
|
||||
// Source: ../VERSION file
|
||||
//
|
||||
// GEOSECTOR App Version Service
|
||||
@@ -8,10 +8,10 @@
|
||||
|
||||
class AppInfoService {
|
||||
// Version number (format: YY.MM.DDNN - auto-incremented on each DEV deploy)
|
||||
static const String version = '26.01.2605';
|
||||
static const String version = '26.01.2606';
|
||||
|
||||
// Build number (version without dots: YYMMDDNN)
|
||||
static const String buildNumber = '26012605';
|
||||
static const String buildNumber = '26012606';
|
||||
|
||||
// Full version string (format: vYY.MM.DDNN+YYMMDDNN)
|
||||
static String get fullVersion => 'v$version+$buildNumber';
|
||||
|
||||
Reference in New Issue
Block a user