feat: add guest names and new date entry to attendance tracking system

This commit is contained in:
Greg 2025-05-10 12:40:00 +02:00
parent d120f11a7d
commit 0261350a17

View File

@ -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"
}
]
}