-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathqueues-test.json
More file actions
80 lines (80 loc) · 3.21 KB
/
queues-test.json
File metadata and controls
80 lines (80 loc) · 3.21 KB
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
{
"queues": {
"b555e232-6756-4816-89fe-f6f690e8ab5b": {
"shortCode": "BACN",
"name": "Breakfast Queue",
"details": "Join this queue to get bacon",
"type": "automated",
"gap": 15,
"queueStart": "2013-10-27T09:00:00",
"messages": {
"holding" : "Someone told us you want to wait for bacon. That's cool, you're a bit strange though.",
"joined" : "Thanks for joining the Breakfast queue. We'll let you know when it's your turn for food.",
"servicing" : "Hey it's time to go get that bacon butty or other breakfast sandwich. Go go go!",
"serviced" : "We hope you enjoyed the bacon butty!"
},
"users": {
"2013-10-26T17:36:00": {
"userId": "ecc9d67b-0b05-4439-ac21-a4040893e198",
"status": "waiting"
},
"2013-10-26T17:40:00": {
"userId": "0e5d2d51-2bf7-4c1e-9d1a-952710f70725",
"status": "holding"
},
"2013-10-26T17:41:00": {
"userId": "d9e468d5-65f9-4d88-a2a3-220e5e476366",
"status": "waiting"
},
"2013-10-26T17:42:00": {
"userId": "578b4d5e-84be-4e5d-bc62-046102fa3cdd",
"status": "waiting"
}
}
},
"c10b59c4-f203-471d-a4b6-e3cefe3d1d2e": {
"shortCode": "HELI",
"name": "Helicopter Queue",
"details": "Join this queue to fly a Helicopter",
"type": "managed",
"messages": {
"holding" : "You're wanting to wait for the Helicopter? That's cool with us.",
"joined" : "Thanks for your interest in flying our Helicopter. We'll let you know when it's free.",
"servicing" : "The Helicopter is now free! Come have a play with it!",
"serviced" : "Team Kill Screen would like to thank you for flying Team Kill Screen Airlines."
},
"users": {
"2013-10-26T17:36:00": {
"userId": "ecc9d67b-0b05-4439-ac21-a4040893e198",
"status": "waiting"
},
"2013-10-26T17:40:00": {
"userId": "0e5d2d51-2bf7-4c1e-9d1a-952710f70725",
"status": "holding"
}
}
}
},
"users": {
"ecc9d67b-0b05-4439-ac21-a4040893e198": {
"fullName": "Bob Blue",
"mobile": "44551234567890",
"registrationTextSent" : true
},
"0e5d2d51-2bf7-4c1e-9d1a-952710f70725": {
"fullName": "Alice White",
"mobile": "44551234567891",
"registrationTextSent" : true
},
"578b4d5e-84be-4e5d-bc62-046102fa3cdd": {
"fullName": "Carl Green",
"mobile": "44551234567890",
"registrationTextSent" : true
},
"d9e468d5-65f9-4d88-a2a3-220e5e476366": {
"fullName": "Dan Reed",
"mobile": "44551234567890",
"registrationTextSent" : true
}
}
}