Skip to content

Commit

Permalink
fix: Mise à jour des stats de l'app
Browse files Browse the repository at this point in the history
  • Loading branch information
benguedj committed Mar 1, 2023
1 parent 14ee9d4 commit eb73cb1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pages/stats.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function Stats() {
}
})}
</SimpleLayout>
<SimpleLayout title="Statistiques du test EPDS">
{/* <SimpleLayout title="Statistiques du test EPDS">
{stats_blues.kpis.map((kpi) => {
switch (kpi.affichage) {
case "graphWithOneLine":
Expand All @@ -122,7 +122,7 @@ export default function Stats() {
return <Graph3 kpi={kpi} />;
}
})}
</SimpleLayout>
</SimpleLayout> */}
</ContentLayout>
);
}
14 changes: 11 additions & 3 deletions stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,25 @@ kpis:
20-06-2022 : 107706
27-06-2022 : 108837
04-07-2022 : 110147
28-07-2022 : 114494
28-08-2022 : 119902
28-09-2022 : 128068
28-10-2022 : 136486
28-11-2022 : 142247
28-12-2022 : 147401
28-01-2023 : 153579
28-02-2023 : 157811

- titre: Partages d'articles depuis l'application
affichage: chiffreCle
valeur: 2205
valeur: 4137

- titre: Partages d'événements depuis l'application
affichage: chiffreCle
valeur: 165
valeur: 302

- titre: Temps moyen sur l'app
affichage: chiffreCle
valeur: 2min43
valeur: 2min49


0 comments on commit eb73cb1

Please sign in to comment.