From 80eee5d51e2a3538ec5da5daff2722d182ab50fb Mon Sep 17 00:00:00 2001
From: Jean-Marie Place <jean-marie.place@univ-lille.fr>
Date: Wed, 12 Mar 2025 15:21:10 +0100
Subject: [PATCH] change Celine & Deborah

---
 README.md                    | 8 ++++----
 app/src/main/res/raw/initial | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 50603da..78b6438 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,8 @@ liste des participants
 |:-------------|-----------:|:-------------------|
 | Ahmed        |  _10.50 €_ | _37.50 - 27.00_    |
 | Bruno        | _-27.50 €_ | _37.50 + 27.50_    |
-| Celine       |  _-6.00 €_ | _37.50 - 43.50_    |
-| Déborah      |  _23.00 €_ | _37.50 - 14.50_    |
+| Marine       |  _-6.00 €_ | _37.50 - 43.50_    |
+| Yasmina      |  _23.00 €_ | _37.50 - 14.50_    |
 
 **_NOTE_** Calcul: `cumul_total / nb_participants - cumul_participant`
 
@@ -103,9 +103,9 @@ liste des opérations
 |:------------|:-------------|--------:|
 | Ahmed       | TRANSPORT    | 15.00 € |
 | Bruno       | HEBERGEMENT  | 65.00 € |
-| Celine      | TRANSPORT    | 43.50 € |
+| Marine      | TRANSPORT    | 43.50 € |
 | Ahmed       | AUTRES       | 12.00 € |
-| Déborah     | RESTAURATION | 14.50 € |
+| Yasmina     | RESTAURATION | 14.50 € |
 
 [//]: # (</div>)
 
diff --git a/app/src/main/res/raw/initial b/app/src/main/res/raw/initial
index 41c6799..938ab2b 100644
--- a/app/src/main/res/raw/initial
+++ b/app/src/main/res/raw/initial
@@ -2,14 +2,14 @@
     "participants": [
         "Ahmed",
         "Bruno",
-        "Celine",
-        "Déborah"
+        "Marine",
+        "Yasmina"
     ],
     "operations" : [
         { "participant": "Ahmed", "poste": "TRANSPORT",  "amount" = 15.0 },
         { "participant": "Bruno", "poste": "HEBERGEMENT",  "amount" = 65.0 },
-        { "participant": "Celine", "poste": "TRANSPORT",  "amount" = 43.50 },
+        { "participant": "Marine", "poste": "TRANSPORT",  "amount" = 43.50 },
         { "participant": "Ahmed", "poste": "AUTRES",  "amount" = 12.0 },
-        { "participant": "Déborah", "poste": "RESTAURATION",  "amount" = 14.5 },
+        { "participant": "Yasmina", "poste": "RESTAURATION",  "amount" = 14.5 },
     ]
 }
-- 
GitLab