-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.txt
78 lines (76 loc) · 3.28 KB
/
input.txt
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
{
"players": [
{
"PlayerId": "1528932041192",
"text": "Isabella Tran",
"group": "Gold",
"team": "",
"net": "",
"checkin": ""
}, {
"PlayerId": "1528930611651",
"text": "Isabella Tran",
"group": "Gold",
"team": "",
"net": "",
"checkin": ""
}, {
"PlayerId": "01-18-2016",
"text": "Thank You",
"group": "Gold",
"team": "1",
"net": "0",
"checkin": "true"
}, {
"PlayerId": "1528932105191",
"text": "Isabella Tran",
"group": "Gold",
"team": "",
"net": "",
"checkin": ""
}, {
"PlayerId": "1528935190778",
"text": "Isabella Tran",
"group": "Gold",
"team": "",
"net": "",
"checkin": ""
} ]
}
playerList.names = [
{playerId:'1', text:'Isabella Tran', checkin:false, group:"Gold", team:0, net:0},
{playerId:'2', text:'Kaitlin Tran', checkin:false, group:"Gold", team:0, net:0},
{playerId:'3', text:'Quoc Tran', checkin:false, group:"Silver", team:0, net:0},
{playerId:'4', text:'Jolene Do', checkin:false, group:"Silver", team:0, net:0},
{playerId:'5', text:'Diana McCaskill', checkin:false, group:"Gold", team:0, net:0},
{playerId:'6', text:'Ehlaina Mc', checkin:false, group:"Silver", team:0, net:0},
{playerId:'7', text:'Quenson Tam', checkin:false, group:"Gold", team:0, net:0},
{playerId:'8', text:'Kyla', checkin:false, group:"Silver", team:0, net:0},
{playerId:'9', text:'Gabriella Pham', checkin:false, group:"Silver", team:0, net:0},
{playerId:'10', text:'Kherlen Tamir', checkin:false, group:"Silver", team:0, net:0},
{playerId:'11', text:'Skyla Tran', checkin:false, group:"Gold", team:0, net:0},
{playerId:'12', text:'Sidney Le', checkin:false, group:"Silver", team:0, net:0},
{playerId:'13', text:'Leyton Wood', checkin:false, group:"New", team:0, net:0},
{playerId:'14', text:'Stefania Nguyen', checkin:false, group:"New", team:0, net:0},
{playerId:'15', text:'Anu Uuganbat', checkin:false, group:"New", team:0, net:0},
{playerId:'16', text:'Diana Gamboa-Hazou', checkin:false, group:"Gold", team:0, net:0},
{playerId:'17', text:'Lisa Egshiglen', checkin:false, group:"Gold", team:0, net:0},
{playerId:'18', text:'Angie Egshiglen', checkin:false, group:"Gold", team:0, net:0},
{playerId:'19', text:'QC Phan', checkin:false, group:"Silver", team:0, net:0},
{playerId:'20', text:'Mandy Le', checkin:false, group:"Gold", team:0, net:0},
{playerId:'21', text:'Elizabeth', checkin:false, group:"Silver", team:0, net:0},
{playerId:'22', text:'Valerie', checkin:false, group:"New", team:0, net:0},
{playerId:'23', text:'Richard', checkin:false, group:"New", team:0, net:0},
];
{
"PlayerId": "1",
"text": "Isabella Tran",
"group": "Gold",
"team": "0",
"net": "0",
"totalPoints": "0",
"gamePlayed": "0",
"gameWon": "0",
"gameLost": "0",
"checkin": "true"
}