From 26003bc7ed5c36f4e57e8a7084c29b1091806f5e Mon Sep 17 00:00:00 2001 From: mose Date: Sat, 17 Aug 2019 05:58:31 +0800 Subject: [PATCH] put sample data --- .gitignore | 2 +- site/data/chat.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 site/data/chat.json diff --git a/.gitignore b/.gitignore index aa4ee20..570d6fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -site/data/*.json +# site/data/*.json !site/data/*.sample.json config \ No newline at end of file diff --git a/site/data/chat.json b/site/data/chat.json new file mode 100644 index 0000000..d202bae --- /dev/null +++ b/site/data/chat.json @@ -0,0 +1,26 @@ +{ + "crapauds": { + "total": 2300, + "recent": 200 + }, + "canaux": { + "total": 183, + "recent": 23, + "liste": [ + "general", + "semourais", + "cohorte-brest", + "accueil", + "right-to-repair", + "cohorte-34", + "cercle-neurodiversité", + "cercle-permaculture", + "no-gafam", + "Le LED" + ] + }, + "messages": { + "total": 23400, + "recent": 892 + } +} \ No newline at end of file