-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
149 lines (148 loc) · 4.86 KB
/
db.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
{
"events": [
{
"id": "1",
"organiser": "2",
"name": "Rock Conference",
"price": "£300",
"image": "https://via.placeholder.com/378x206?text=Event+Image",
"externalUrl": "https://www.eventbrite.co.uk/e/rock-the-belles-x-hiphop-hype-hoxton-tickets-61684123875",
"description": "Praesent et cursus quam. Etiam vulputate est et metus pellentesque iaculis. Suspendisse nec urna augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae",
"dateStart": "23rd of August",
"dateEnd": "25th of September",
"promoterGuidelines": "You shall not pass. Please use positive messages. Be a star. Make our brand your brand. Succeed. The world is your oyster.",
"rewardConditions": [
{
"followers": "2000 to 5000 folowers",
"reward": "£10 Amazon Voucher (UK)"
},
{
"followers": "5000 to 15000 folowers",
"reward": "£20 Amazon Voucher (UK)"
}
]
},
{
"id": "2",
"organiser": "2",
"name": "Jazz Show",
"price": "£200",
"image": "https://via.placeholder.com/378x206?text=Event+Image",
"externalUrl": "https://www.eventbrite.co.uk/e/riot-jazz-tickets-60865736055?aff=ebdssbdestsearch",
"description": "Praesent et cursus quam. Etiam vulputate est et metus pellentesque iaculis. Suspendisse nec urna augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae",
"dateStart": "26th of August",
"dateEnd": "23rd of October",
"promoterGuidelines": "You shall not pass. Please use positive messages. Be a star. Make our brand your brand. Succeed. The world is your oyster.",
"rewardConditions": [
{
"followers": "2000 to 5000 folowers",
"reward": "£10 Amazon Voucher (UK)"
},
{
"followers": "5000 to 15000 folowers",
"reward": "£20 Amazon Voucher (UK)"
}
]
}
],
"users": [
{
"id": "1",
"name": "Ale"
},
{
"id": "2",
"name": "Fran"
}
],
"promotions": [
{
"id": "1",
"rewardAwarded": "true",
"user": {
"id": "1",
"name": "Ale"
},
"event": {
"id": "1",
"organiser": "2",
"name": "Rock Conference",
"price": "£300",
"image": "https://via.placeholder.com/378x206?text=Event+Image",
"externalUrl": "https://www.eventbrite.co.uk/e/rock-the-belles-x-hiphop-hype-hoxton-tickets-61684123875",
"description": "Praesent et cursus quam. Etiam vulputate est et metus pellentesque iaculis. Suspendisse nec urna augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae",
"dateStart": "23rd of August",
"dateEnd": "25th of September",
"rewardConditions": [
{
"followers": "2000 to 5000 folowers",
"reward": "£10 Amazon Voucher (UK)"
},
{
"followers": "2000 to 5000 folowers",
"reward": "£10 Amazon Voucher (UK)"
}
]
},
"reward": {
"id": "1",
"promotionId": "1",
"name": "Amazon Voucher (UK)",
"monetaryValue": "£10",
"voucher": "123789123789123789123789"
}
},
{
"id": "2",
"rewardAwarded": "false",
"user": {
"id": "1",
"name": "Ale"
},
"event": {
"id": "1",
"organiser": "2",
"name": "Rock Conference",
"price": "£300",
"image": "https://via.placeholder.com/378x206?text=Event+Image",
"externalUrl": "https://www.eventbrite.co.uk/e/rock-the-belles-x-hiphop-hype-hoxton-tickets-61684123875",
"description": "Praesent et cursus quam. Etiam vulputate est et metus pellentesque iaculis. Suspendisse nec urna augue. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae",
"dateStart": "23rd of August",
"dateEnd": "25th of September",
"rewardConditions": [
{
"followers": "2000 to 5000 folowers",
"reward": "£10 Amazon Voucher (UK)"
},
{
"followers": "5000 to 15000 folowers",
"reward": "£20 Amazon Voucher (UK)"
}
]
},
"reward": {
"id": "2",
"promotionId": "2",
"name": "Amazon Voucher (UK)",
"monetaryValue": "£20",
"voucher": "321098321098321098321098"
}
}
],
"rewards": [
{
"id": "1",
"promotionId": "1",
"name": "Amazon Voucher (UK)",
"monetaryValue": "£10",
"voucher": "123789123789123789123789"
},
{
"id": "2",
"promotionId": "2",
"name": "Amazon Voucher (UK)",
"monetaryValue": "£20",
"voucher": "321098321098321098321098"
}
]
}