dahoud
|
cfec9e8a7d
|
feat(mobile): ajout champs KYC au modèle membre (T022)
Phase 4 Mobile - Section 4.2 Fiche membre KYC
Nouveaux enums :
- NiveauVigilanceKyc : SIMPLIFIE, RENFORCE
- StatutKyc : NON_VERIFIE, EN_COURS, VERIFIE, REFUSE
Modification MembreCompletModel :
- niveauVigilanceKyc (NiveauVigilanceKyc nullable)
- statutKyc (StatutKyc nullable)
- dateVerificationIdentite (DateTime nullable)
Ajouts complets :
- Champs dans constructeur (avec valeurs nullables)
- Méthode copyWith (3 nouveaux paramètres)
- Liste props Equatable (pour égalité structurelle)
- Annotations @JsonKey avec noms snake_case
Impact :
- Modèle mobile aligné avec backend MembreResponse
- Prêt pour affichage statut KYC dans fiche membre
- Conformité LCB-FT : traçabilité vérification identité
Spec : specs/001-mutuelles-anti-blanchiment/spec.md
Progression : 19/27 tâches (70%)
Signed-off-by: lions dev Team
|
2026-03-15 02:51:53 +00:00 |
|
dahoud
|
e8ad874015
|
feat: WebSocket temps réel + Finance Workflow + corrections
- Task #6: WebSocket /ws/dashboard + Kafka events (5 topics)
* Backend: KafkaEventProducer, KafkaEventConsumer
* Mobile: WebSocketService (reconnection, heartbeat, typed events)
* DashboardBloc: Auto-refresh depuis WebSocket events
- Finance Workflow: approbations + budgets (backend + mobile)
* Backend: entities, services, resources, migrations Flyway V6
* Mobile: features finance_workflow complète avec BLoC
- Corrections DI: interfaces IRepository partout
* IProfileRepository, IOrganizationRepository, IMembreRepository
* GetIt configuré avec @injectable
- Spec-Kit: constitution + templates mis à jour
* .specify/memory/constitution.md enrichie
* Templates agent, plan, spec, tasks, checklist
- Nettoyage: fichiers temporaires supprimés
Signed-off-by: lions dev Team
|
2026-03-15 02:12:17 +00:00 |
|
dahoud
|
b1957c1c81
|
feat(unionflow): ajout Spec-Kit, constitution, mission mutuelles
- Config Spec-Kit pour Spec-Driven Development
- CONSTITUTION.md + .specify/memory/constitution.md
- Commandes Cursor /speckit.*, règles projet
- Mission: associations + mutuelles d'épargne et de financement
- .gitignore: versionner config spec-kit unionflow
Made-with: Cursor
|
2026-02-27 14:41:07 +00:00 |
|