summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2025-11-12 12:55:12 -0500
committersowgro <tpoke.ferrari@gmail.com>2025-11-12 12:55:12 -0500
commit9a0949d31a7a0e8c9c311b07e92852cff867cc66 (patch)
treecbe0e76677152ba1d2a4959dc61c8c873cd3d4c3 /data
parenta0b662eccc6422348a1016dc71b8262eeeeee78f (diff)
downloaddesignproject-design-6-9a0949d31a7a0e8c9c311b07e92852cff867cc66.tar.gz
designproject-design-6-9a0949d31a7a0e8c9c311b07e92852cff867cc66.tar.bz2
designproject-design-6-9a0949d31a7a0e8c9c311b07e92852cff867cc66.zip
Fix some serialization stuff
Diffstat (limited to '')
-rw-r--r--data/leaguedb.json13
-rw-r--r--data/personaldb.json21
2 files changed, 29 insertions, 5 deletions
diff --git a/data/leaguedb.json b/data/leaguedb.json
new file mode 100644
index 0000000..1c3cef0
--- /dev/null
+++ b/data/leaguedb.json
@@ -0,0 +1,13 @@
+[
+ {
+ "type": "scramble",
+ "id": 1,
+ "name": "l",
+ "registrationDate": 946702800000,
+ "startDate": 946702800000,
+ "endDate": 946702800000,
+ "owner": "sowgro",
+ "participants": [],
+ "schedule": []
+ }
+] \ No newline at end of file
diff --git a/data/personaldb.json b/data/personaldb.json
index 078c1bb..9b9709d 100644
--- a/data/personaldb.json
+++ b/data/personaldb.json
@@ -82,11 +82,11 @@
],
"currentHoleIndex": 2,
"totalSwings": 5,
+ "totalDistance": 1108.0,
"currentHole": {
"number": 3,
"par": 4
- },
- "totalDistance": 1108.0
+ }
},
{
"course": 1,
@@ -118,12 +118,23 @@
],
"currentHoleIndex": 9,
"totalSwings": 1,
+ "totalDistance": 204.0,
"currentHole": {
"number": 10,
"par": 3
- },
- "totalDistance": 204.0
+ }
}
- ]
+ ],
+ "invites": []
+ },
+ {
+ "clubs": [],
+ "nextClubId": 1,
+ "username": "sowgro",
+ "passwordHash": 389416948,
+ "fullName": "tyler f",
+ "courses": [],
+ "rounds": [],
+ "invites": []
}
] \ No newline at end of file