Refactoring
This commit is contained in:
31
unionflow-mobile-apps/test/fixtures/demandes_aide_urgentes.json
vendored
Normal file
31
unionflow-mobile-apps/test/fixtures/demandes_aide_urgentes.json
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
[
|
||||
{
|
||||
"id": "demande-urgent-1",
|
||||
"numeroReference": "REF-URG-001",
|
||||
"titre": "Urgence médicale - Accident",
|
||||
"description": "Accident grave nécessitant intervention chirurgicale immédiate",
|
||||
"typeAide": "AIDE_FINANCIERE_MEDICALE",
|
||||
"statut": "EN_ATTENTE",
|
||||
"priorite": "CRITIQUE",
|
||||
"estUrgente": true,
|
||||
"montantDemande": 1000000.0,
|
||||
"dateCreation": "2024-01-16T20:00:00Z",
|
||||
"dateModification": "2024-01-16T20:00:00Z",
|
||||
"dateLimite": "2024-01-17T08:00:00Z",
|
||||
"organisationId": "org-1",
|
||||
"demandeurId": "user-urgent-1",
|
||||
"nomDemandeur": "Urgence Patient",
|
||||
"emailDemandeur": "urgent@example.com",
|
||||
"telephoneDemandeur": "+225111222333",
|
||||
"beneficiaires": [],
|
||||
"evaluations": [],
|
||||
"commentairesInternes": [],
|
||||
"historiqueStatuts": [],
|
||||
"piecesJustificatives": [],
|
||||
"tags": ["urgent", "critique", "médical"],
|
||||
"metadonnees": {
|
||||
"urgenceLevel": "CRITIQUE",
|
||||
"timeRemaining": "12h"
|
||||
}
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user