Refactoring
This commit is contained in:
90
unionflow-mobile-apps/test/fixtures/mes_demandes.json
vendored
Normal file
90
unionflow-mobile-apps/test/fixtures/mes_demandes.json
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
{
|
||||
"content": [
|
||||
{
|
||||
"id": "ma-demande-1",
|
||||
"numeroReference": "REF-ME-001",
|
||||
"titre": "Ma demande d'aide logement",
|
||||
"description": "Demande d'aide pour le loyer suite à perte d'emploi",
|
||||
"typeAide": "AIDE_FINANCIERE_LOGEMENT",
|
||||
"statut": "EN_COURS",
|
||||
"priorite": "HAUTE",
|
||||
"estUrgente": true,
|
||||
"montantDemande": 300000.0,
|
||||
"dateCreation": "2024-01-10T14:00:00Z",
|
||||
"dateModification": "2024-01-15T10:00:00Z",
|
||||
"organisationId": "org-1",
|
||||
"demandeurId": "user-1",
|
||||
"nomDemandeur": "Mon Nom",
|
||||
"emailDemandeur": "mon@example.com",
|
||||
"telephoneDemandeur": "+225123456789",
|
||||
"beneficiaires": [
|
||||
{
|
||||
"prenom": "Mon Enfant",
|
||||
"nom": "Nom",
|
||||
"age": 5
|
||||
}
|
||||
],
|
||||
"evaluations": [
|
||||
{
|
||||
"id": "eval-me-1",
|
||||
"demandeId": "ma-demande-1",
|
||||
"evaluateurId": "eval-1",
|
||||
"nomEvaluateur": "Evaluateur Social",
|
||||
"typeEvaluateur": "TRAVAILLEUR_SOCIAL",
|
||||
"dateEvaluation": "2024-01-12T09:00:00Z",
|
||||
"noteGlobale": 4.2,
|
||||
"decision": "EN_COURS",
|
||||
"commentaires": "Situation justifiée, vérifications en cours"
|
||||
}
|
||||
],
|
||||
"commentairesInternes": [],
|
||||
"historiqueStatuts": [
|
||||
{
|
||||
"ancienStatut": null,
|
||||
"nouveauStatut": "BROUILLON",
|
||||
"dateChangement": "2024-01-10T14:00:00Z",
|
||||
"utilisateurId": "user-1",
|
||||
"commentaire": "Création"
|
||||
},
|
||||
{
|
||||
"ancienStatut": "BROUILLON",
|
||||
"nouveauStatut": "EN_ATTENTE",
|
||||
"dateChangement": "2024-01-10T15:00:00Z",
|
||||
"utilisateurId": "user-1",
|
||||
"commentaire": "Soumission"
|
||||
},
|
||||
{
|
||||
"ancienStatut": "EN_ATTENTE",
|
||||
"nouveauStatut": "EN_COURS",
|
||||
"dateChangement": "2024-01-12T09:00:00Z",
|
||||
"utilisateurId": "eval-1",
|
||||
"commentaire": "Prise en charge"
|
||||
}
|
||||
],
|
||||
"piecesJustificatives": [
|
||||
{
|
||||
"id": "piece-me-1",
|
||||
"nomFichier": "attestation_pole_emploi.pdf",
|
||||
"typeDocument": {
|
||||
"code": "ATTESTATION_CHOMAGE",
|
||||
"libelle": "Attestation Pôle Emploi"
|
||||
},
|
||||
"tailleFichier": 512000,
|
||||
"dateUpload": "2024-01-10T14:30:00Z",
|
||||
"estValide": true
|
||||
}
|
||||
],
|
||||
"tags": ["logement", "urgent", "chomage"],
|
||||
"metadonnees": {}
|
||||
}
|
||||
],
|
||||
"page": {
|
||||
"number": 0,
|
||||
"size": 20,
|
||||
"totalElements": 1,
|
||||
"totalPages": 1
|
||||
},
|
||||
"first": true,
|
||||
"last": true,
|
||||
"empty": false
|
||||
}
|
||||
Reference in New Issue
Block a user