-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser.json
176 lines (176 loc) · 3.32 KB
/
user.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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"email": "[email protected]",
"password": "arshad6969",
"username": "Arshad Sameemdeen",
"totalPoints": 1000,
"position": 9,
"collectables": 2,
"travelDistance": "200 KM",
"taskCompleted": 3,
"tickets": [
{
"ticketId": 1,
"from": "Paddington",
"to": "Victoria",
"departureDate": "01/05/2021",
"seats": 2,
"price": 20
},
{
"ticketId": 2,
"from": "Paddington",
"to": "Victoria",
"departureDate": "02/05/2021",
"seats": 5,
"price": 50
},
{
"ticketId": 3,
"from": "Paddington",
"to": "Victoria",
"departureDate": "01/05/2021",
"seats": 2,
"price": 20
},
{
"ticketId": 4,
"from": "Paddington",
"to": "Victoria",
"departureDate": "02/05/2021",
"seats": 5,
"price": 50
},
{
"ticketId": 5,
"from": "Paddington",
"to": "Victoria",
"departureDate": "01/05/2021",
"seats": 2,
"price": 20
},
{
"ticketId": 6,
"from": "Paddington",
"to": "Victoria",
"departureDate": "02/05/2021",
"seats": 5,
"price": 50
}
],
"coupons": [
{
"name": "Powder Monkey",
"code": "POWM2021",
"expiryDate": "02/05/2021",
"amount": 20
},
{
"name": "Ice Monkey",
"code": "POWM2022",
"expiryDate": "02/05/2021",
"amount": 18
},
{
"name": "New Monkey",
"code": "POWM2021",
"expiryDate": "02/05/2021",
"amount": 10
},
{
"name": "Awesome Monkey",
"code": "POWM2081",
"expiryDate": "02/05/2021",
"amount": 15
},
{
"name": "Old Monkey",
"code": "POWM2020",
"expiryDate": "02/05/2021",
"amount": 20
}
],
"placesUnlocked": 4,
"ranking": 4,
"upcomingHunts": [
{
"img_url": "./../../assets/images/pois/british-museum.jpg",
"name": "British Museum",
"location": "London",
"rating": 4.78,
"price": 100
},
{
"img_url": "./../../assets/images/pois/british-museum.jpg",
"name": "British Museum",
"location": "London",
"rating": 4.78,
"price": 100
}
],
"pastHunts": [
{
"img_url": "./../../assets/images/pois/british-museum.jpg",
"name": "British Museum",
"location": "London",
"rating": 4.78,
"pts": 100
},
{
"img_url": "./../../assets/images/pois/british-museum.jpg",
"name": "British Museum",
"location": "London",
"rating": 4.78,
"pts": 100
}
],
"reviews": [
{
"name": "Nasif Nuha",
"rating": 3,
"review": "Nice"
},
{
"name": "Amjad Nazar",
"rating": 2,
"review": "Good experience"
}
],
"otherUsers": [
{
"name": "John Doyle",
"points": 1500
},
{
"name": "Naruto Uzamaki",
"points": 700
},
{
"name": "Sheldon Cooper",
"points": 550
},
{
"name": "S Sulaiman",
"points": 1200
},
{
"name": "Thomas Shelby",
"points": 400
},
{
"name": "Tobey Maguire",
"points": 750
},
{
"name": "Mufthi Menk",
"points": 600
},
{
"name": "Mohomed Sameemdeen",
"points": 650
},
{
"name": "Fazal Appa",
"points": 500
}
]
}