diff --git a/attendance_data.json b/attendance_data.json index 7d710f2..fd1e55a 100644 --- a/attendance_data.json +++ b/attendance_data.json @@ -6,9 +6,15 @@ }, "dates": [ "08/05/25", - "5=5" + "5=5", + "22/05/25" ], "guest": "Guest", + "guestNames": { + "08/05/25": "Robert", + "5=5": "Bob", + "22/05/25": "John" + }, "players": [ "Alice", "Bob", @@ -18,8 +24,5 @@ "Frank", "Grace", "Hannah" - ], - "guestNames": { - "08/05/25": "Robert" - } + ] } \ No newline at end of file