diff options
| author | WillemDalton <willemhdalton@gmail.com> | 2025-11-10 19:33:15 -0500 |
|---|---|---|
| committer | WillemDalton <willemhdalton@gmail.com> | 2025-11-10 19:33:15 -0500 |
| commit | ee0eb56a52bb0414e787cb71ef902c8fce12dda7 (patch) | |
| tree | b4f9ff40234960035b0fd5f09fddff7c2e47d5a9 /data | |
| parent | 05bf6a19f341e2b2cb2b107dea65660a08439a1c (diff) | |
| parent | 5d8330c190d736427066e3efce283258956d3dfd (diff) | |
| download | designproject-design-6-ee0eb56a52bb0414e787cb71ef902c8fce12dda7.tar.gz designproject-design-6-ee0eb56a52bb0414e787cb71ef902c8fce12dda7.tar.bz2 designproject-design-6-ee0eb56a52bb0414e787cb71ef902c8fce12dda7.zip | |
working on exporting to XML and JSON
Diffstat (limited to 'data')
| -rw-r--r-- | data/personaldb.json | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/data/personaldb.json b/data/personaldb.json index 078c1bb..86a9334 100644 --- a/data/personaldb.json +++ b/data/personaldb.json @@ -1,5 +1,15 @@ [ { + "clubs": [], + "nextClubId": 1, + "username": "test", + "passwordHash": 3556498, + "fullName": "test", + "courses": [], + "rounds": [], + "invites": [] + }, + { "clubs": [ { "id": 1, @@ -81,12 +91,12 @@ } ], "currentHoleIndex": 2, - "totalSwings": 5, + "totalDistance": 1108.0, "currentHole": { "number": 3, "par": 4 }, - "totalDistance": 1108.0 + "totalSwings": 5 }, { "course": 1, @@ -117,13 +127,14 @@ } ], "currentHoleIndex": 9, - "totalSwings": 1, + "totalDistance": 204.0, "currentHole": { "number": 10, "par": 3 }, - "totalDistance": 204.0 + "totalSwings": 1 } - ] + ], + "invites": [] } ]
\ No newline at end of file |
