summaryrefslogtreecommitdiff
path: root/data/personaldb.json
diff options
context:
space:
mode:
authorWillemDalton <willemhdalton@gmail.com>2025-11-14 13:15:12 -0500
committerWillemDalton <willemhdalton@gmail.com>2025-11-14 13:15:12 -0500
commitd2b35ee84843dc74afce87c3fb8b7e5a53cd56a7 (patch)
tree7208eeb15dad1c1d42c88c4e48a83b8feed15727 /data/personaldb.json
parente7b18c044ff58001c8ac193c62ea692cb7d43505 (diff)
downloaddesignproject-design-6-d2b35ee84843dc74afce87c3fb8b7e5a53cd56a7.tar.gz
designproject-design-6-d2b35ee84843dc74afce87c3fb8b7e5a53cd56a7.tar.bz2
designproject-design-6-d2b35ee84843dc74afce87c3fb8b7e5a53cd56a7.zip
finished testing most of JSON personal database
Diffstat (limited to '')
-rw-r--r--data/personaldb.json26
1 files changed, 12 insertions, 14 deletions
diff --git a/data/personaldb.json b/data/personaldb.json
index 9b9709d..3a08057 100644
--- a/data/personaldb.json
+++ b/data/personaldb.json
@@ -61,8 +61,8 @@
"clubUsed": 2
}
],
- "swingCount": 3,
- "distance": 106
+ "distance": 106,
+ "swingCount": 3
},
{
"holeNumber": 2,
@@ -76,17 +76,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
},
{
"course": 1,
@@ -112,20 +112,19 @@
"clubUsed": 1
}
],
- "swingCount": 1,
- "distance": 204
+ "distance": 204,
+ "swingCount": 1
}
],
"currentHoleIndex": 9,
- "totalSwings": 1,
"totalDistance": 204.0,
"currentHole": {
"number": 10,
"par": 3
- }
+ },
+ "totalSwings": 1
}
- ],
- "invites": []
+ ]
},
{
"clubs": [],
@@ -134,7 +133,6 @@
"passwordHash": 389416948,
"fullName": "tyler f",
"courses": [],
- "rounds": [],
- "invites": []
+ "rounds": []
}
] \ No newline at end of file