summaryrefslogtreecommitdiff
path: root/data/personaldb.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--data/personaldb.json46
1 files changed, 32 insertions, 14 deletions
diff --git a/data/personaldb.json b/data/personaldb.json
index 9b9709d..2aa4ec7 100644
--- a/data/personaldb.json
+++ b/data/personaldb.json
@@ -1,5 +1,19 @@
[
{
+ "clubs": [],
+ "nextClubId": 1,
+ "username": "test",
+ "passwordHash": 3556498,
+ "fullName": "test",
+ "courses": [
+ 999
+ ],
+ "rounds": [],
+ "invites": [],
+ "joinedTeam": null,
+ "team": null
+ },
+ {
"clubs": [
{
"id": 1,
@@ -61,8 +75,8 @@
"clubUsed": 2
}
],
- "swingCount": 3,
- "distance": 106
+ "distance": 106,
+ "swingCount": 3
},
{
"holeNumber": 2,
@@ -76,17 +90,17 @@
"clubUsed": 1
}
],
- "swingCount": 2,
- "distance": 1002
+ "distance": 1002,
+ "swingCount": 2
}
],
"currentHoleIndex": 2,
- "totalSwings": 5,
- "totalDistance": 1108.0,
"currentHole": {
"number": 3,
"par": 4
- }
+ },
+ "totalSwings": 5,
+ "totalDistance": 1108.0
},
{
"course": 1,
@@ -112,20 +126,22 @@
"clubUsed": 1
}
],
- "swingCount": 1,
- "distance": 204
+ "distance": 204,
+ "swingCount": 1
}
],
"currentHoleIndex": 9,
- "totalSwings": 1,
- "totalDistance": 204.0,
"currentHole": {
"number": 10,
"par": 3
- }
+ },
+ "totalSwings": 1,
+ "totalDistance": 204.0
}
],
- "invites": []
+ "invites": [],
+ "joinedTeam": null,
+ "team": null
},
{
"clubs": [],
@@ -135,6 +151,8 @@
"fullName": "tyler f",
"courses": [],
"rounds": [],
- "invites": []
+ "invites": [],
+ "joinedTeam": null,
+ "team": null
}
] \ No newline at end of file