From 66fed9d0722cb61860e26bdf62b0b8ef5bcf4877 Mon Sep 17 00:00:00 2001 From: Parricc35 Date: Sun, 19 Feb 2023 14:00:40 +0000 Subject: [PATCH] change time to hours and minutes --- assets/group3.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/assets/group3.json b/assets/group3.json index 73b129c..e742219 100644 --- a/assets/group3.json +++ b/assets/group3.json @@ -1,14 +1,20 @@ { "group": "Gruppe 3", "HITT_time": 35, - "chess_time": 1100, // "11:00" + "chess_time": { + "hours": 8, + "minutes": 30 + }, "relapse categories": ["App stresst mich", "langeweile", "lunge bruacht es"], "mood_query": { "days": ["Montag", "Freitag"], - "time": 800, // "8:00 + "hours": 10, + "minutes": 30 + }, "sleep_query": { "days": ["Dienstag", "Samstag"], - "time": 1000 // "10:00 + "hours": 11, + "minutes": 30 } - } + }