db.json based on backend implementation
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user