From fbf7e83b496ecea024743bf4e0124b98fcda5c5d Mon Sep 17 00:00:00 2001 From: Marek Baczynski Date: Sun, 12 Nov 2017 20:33:43 +0100 Subject: [PATCH] reseted the test setup for now --- MealHistory.json | 2 +- People.json | 10 +++++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/MealHistory.json b/MealHistory.json index 7d64082..7945f5b 100644 --- a/MealHistory.json +++ b/MealHistory.json @@ -1 +1 @@ -[{"mid": 1, "date": "8-10-2017", "accounted": "yes", "kuk": "Marek", "eaters": ["Davide", "Sven", "Wille"], "flavorText": ""}, {"mid": 2, "date": "today", "accounted": "yes", "kuk": "Davide", "eaters": ["Marek", "Sven", "Wille", "Ahmed"], "flavorText": ""}, {"mid": 3, "date": "such food", "accounted": "no", "kuk": "Sven", "eaters": ["Davide", "Ahmed"], "flavorText": ""}] \ No newline at end of file +[{"mid": 1, "date": "22-10-2017", "accounted": "yes", "kuk": "Davide", "eaters": ["Marek", "David", "Wille", "Sven"], "flavorText": "Pizza"}] \ No newline at end of file diff --git a/People.json b/People.json index f2ca656..3fd3b29 100644 --- a/People.json +++ b/People.json @@ -1 +1,9 @@ -[{"kukPoints": -23, "name": "Marek", "password":"yes"}, {"kukPoints": 46, "name": "Ahmed", "password":"yes"}, {"kukPoints": 0, "name": "David", "password":"yes"}, {"kukPoints": -9, "name": "Sven", "password":"yes"}, {"kukPoints": 43, "name": "Wille", "password":"yes"}, {"kukPoints": -57, "name": "Davide", "password":"yes"}] \ No newline at end of file +[ + {"password": "yes", "kukPoints": 20, "name": "Marek", "id": "Marek"}, + {"password": "yes", "kukPoints": 0, "name": "Ahmed", "id": "Ahmed"}, + {"password": "yes", "kukPoints": 20, "name": "David", "id": "David"}, + {"password": "yes", "kukPoints": 20, "name": "Sven", "id": "Sven"}, + {"password": "yes", "kukPoints": 20, "name": "Wille", "id": "Wille"}, + {"password": "yes", "kukPoints": -80, "name": "Davide", "id": "Davide"}, + {"password": "yes", "kukPoints": 0, "name": "Paul", "id": "Paul"} +] \ No newline at end of file