summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWillemDalton <willemhdalton@gmail.com>2025-11-16 15:06:41 -0500
committerWillemDalton <willemhdalton@gmail.com>2025-11-16 15:06:41 -0500
commitaf9f559a2ee427905c39363643bac2e7878fb10c (patch)
tree7560487fc77ca78d09e79c6d981c6a522f637899 /data
parent46f827ea8cc5bb925bbe13694f8e6317d36eff5c (diff)
downloaddesignproject-design-6-af9f559a2ee427905c39363643bac2e7878fb10c.tar.gz
designproject-design-6-af9f559a2ee427905c39363643bac2e7878fb10c.tar.bz2
designproject-design-6-af9f559a2ee427905c39363643bac2e7878fb10c.zip
fixed guests viewing courses
Diffstat (limited to 'data')
-rw-r--r--data/personaldb.json32
1 files changed, 26 insertions, 6 deletions
diff --git a/data/personaldb.json b/data/personaldb.json
index 3a08057..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,
@@ -81,12 +95,12 @@
}
],
"currentHoleIndex": 2,
- "totalDistance": 1108.0,
"currentHole": {
"number": 3,
"par": 4
},
- "totalSwings": 5
+ "totalSwings": 5,
+ "totalDistance": 1108.0
},
{
"course": 1,
@@ -117,14 +131,17 @@
}
],
"currentHoleIndex": 9,
- "totalDistance": 204.0,
"currentHole": {
"number": 10,
"par": 3
},
- "totalSwings": 1
+ "totalSwings": 1,
+ "totalDistance": 204.0
}
- ]
+ ],
+ "invites": [],
+ "joinedTeam": null,
+ "team": null
},
{
"clubs": [],
@@ -133,6 +150,9 @@
"passwordHash": 389416948,
"fullName": "tyler f",
"courses": [],
- "rounds": []
+ "rounds": [],
+ "invites": [],
+ "joinedTeam": null,
+ "team": null
}
] \ No newline at end of file