From 7b17d9d0e3b31152f8f6bdb075742eed4e3ec846 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 17 Jul 2018 18:31:48 +0300 Subject: [PATCH] db.json based on backend implementation --- db.json | 101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 100 insertions(+), 1 deletion(-) diff --git a/db.json b/db.json index 0e0dcd2..96fdafc 100644 --- a/db.json +++ b/db.json @@ -1,3 +1,102 @@ { - + "events": [ + { + "id": 1, + "tags": [], + "visible": false, + "title": "BaseFeedBaseFeed", + "description": "wdnvsflgbkeancQN", + "content": "dsfjoisDHNDAH", + "start_time": "2018-07-10T18:46:55.924259Z", + "end_time": "2018-07-10T18:46:55.924296Z", + "signup_id": [], + "signupForm": [] + }, + { + "id": 3, + "tags": [], + "visible": false, + "title": "test", + "description": "wdnvsflgbkeancQN", + "content": "kciofdconcosnc", + "start_time": "2018-07-10T18:57:34.329387Z", + "end_time": "2018-07-10T18:57:34.329439Z", + "signup_id": [ + 1, + 2, + 3 + ], + "signupForm": [ + { + "id": 1, + "start": "2018-07-10T18:16:21.285307Z", + "end": "2018-07-10T18:16:21.285340Z", + "questions": "json" + }, + { + "id": 2, + "start": "2018-07-10T18:16:35.804521Z", + "end": "2018-07-10T18:16:35.804550Z", + "questions": "JSON" + }, + { + "id": 3, + "start": "2019-02-11T22:12:00Z", + "end": "2018-12-11T22:12:00Z", + "questions": "JSON" + } + ] + }, + { + "id": 4, + "tags": [], + "visible": false, + "title": "Illanvika", + "description": "ahiuhqiuw", + "content": "nbiufhiusaiuwad", + "start_time": "2018-07-10T18:58:00.516316Z", + "end_time": "2018-07-10T18:58:00.516346Z", + "signup_id": [ + ], + "signupForm": [ + ] + } +], + "SignupForm": [ + { + "id": 1, + "start": "2018-07-10T18:16:21.285307Z", + "end": "2018-07-10T18:16:21.285340Z", + "questions": "json" + }, + { + "id": 2, + "start": "2018-07-10T18:16:35.804521Z", + "end": "2018-07-10T18:16:35.804550Z", + "questions": "JSON" + }, + { + "id": 3, + "start": "2019-02-11T22:12:00Z", + "end": "2018-12-11T22:12:00Z", + "questions": "JSON" + } +], + "SignUp": [ + { + "id": 1, + "signupForm": 1, + "answer": "JSON1" + }, + { + "id": 2, + "signupForm": 2, + "answer": "JSON3" + }, + { + "id": 3, + "signupForm": 2, + "answer": "JSON4234" + } + ] } \ No newline at end of file