Mise à jour : dernières modifs

This commit is contained in:
karim hassan
2025-08-24 14:49:43 +00:00
parent e3620c7f42
commit c5f16fe27b
45 changed files with 2426 additions and 552 deletions

View File

@@ -1,190 +0,0 @@
{
"config": {
"siteName": "Padel24Play — V1 (8080)",
"currency": "EUR",
"priceEur": 48,
"refundWindowHours": 48
},
"users": [
{
"email": "admin@supersunday.com",
"password": "password123",
"role": "admin",
"name": "Admin"
},
{
"email": "player@supersunday.com",
"password": "password123",
"role": "user",
"name": "Player"
}
],
"events": [
{
"id": "ss-winter-1",
"kind": "Americano",
"name": "SuperSunday — Winter Edition #1",
"date": "2025-10-05T08:00:00",
"end": "2025-10-05T11:00:00",
"location": "Sport City Woluwe"
},
{
"id": "ss-winter-2",
"kind": "Americano",
"name": "SuperSunday — Winter Edition #2",
"date": "2025-10-19T08:00:00",
"end": "2025-10-19T11:00:00",
"location": "Sport City Woluwe"
},
{
"id": "ss-winter-3",
"kind": "Americano",
"name": "SuperSunday — Winter Edition #3",
"date": "2025-11-02T08:00:00",
"end": "2025-11-02T11:00:00",
"location": "Sport City Woluwe"
},
{
"id": "ss-winter-4",
"kind": "Americano",
"name": "SuperSunday — Winter Edition #4",
"date": "2025-11-16T08:00:00",
"end": "2025-11-16T11:00:00",
"location": "Sport City Woluwe"
},
{
"id": "ss-winter-5",
"kind": "Americano",
"name": "SuperSunday — Winter Edition #5",
"date": "2025-11-30T08:00:00",
"end": "2025-11-30T11:00:00",
"location": "Sport City Woluwe"
},
{
"id": "ss-winter-6",
"kind": "Americano",
"name": "SuperSunday — Winter Edition #6",
"date": "2025-12-14T08:00:00",
"end": "2025-12-14T11:00:00",
"location": "Sport City Woluwe"
},
{
"id": "ss-winter-7",
"kind": "Americano",
"name": "SuperSunday — Winter Edition #7",
"date": "2025-12-28T08:00:00",
"end": "2025-12-28T11:00:00",
"location": "Sport City Woluwe"
},
{
"id": "ss-winter-8",
"kind": "Americano",
"name": "SuperSunday — Winter Edition #8",
"date": "2026-01-11T08:00:00",
"end": "2026-01-11T11:00:00",
"location": "Sport City Woluwe"
},
{
"id": "ss-live-now",
"kind": "Americano",
"name": "SuperSunday — LIVE (démo)",
"date": "2025-08-18T18:33:23",
"end": "2025-08-18T21:33:23",
"location": "TC Églantiers"
},
{
"id": "ss-futur-1",
"kind": "Americano",
"name": "SuperSunday — Inscription ouverte",
"date": "2025-08-28T19:03:23",
"end": "2025-08-28T22:03:23",
"location": "Sport City Woluwe"
}
],
"registrations": [
{
"id": "reg_seed_1",
"createdAt": "2025-08-18T19:03:23.597Z",
"eventId": "ss-live-now",
"player": {
"name": "SmashQueen",
"email": "smashqueen@demo.local",
"phone": "+32471000000",
"level": "Avancé"
},
"payment": "card",
"status": "confirmé",
"paymentStatus": "paid"
},
{
"id": "reg_seed_2",
"createdAt": "2025-08-18T19:03:23.600Z",
"eventId": "ss-winter-1",
"player": {
"name": "PadelKing42",
"email": "padelking42@demo.local",
"phone": "+32471000001",
"level": "Intermédiaire"
},
"payment": "paypal",
"status": "en_attente",
"paymentStatus": "pending"
},
{
"id": "reg_seed_3",
"createdAt": "2025-08-18T19:03:23.600Z",
"eventId": "ss-live-now",
"player": {
"name": "MrVibora",
"email": "mrvibora@demo.local",
"phone": "+32471000002",
"level": "Débutant"
},
"payment": "onspot",
"status": "confirmé",
"paymentStatus": "paid"
},
{
"id": "reg_seed_4",
"createdAt": "2025-08-18T19:03:23.600Z",
"eventId": "ss-winter-1",
"player": {
"name": "LaBandeja",
"email": "labandeja@demo.local",
"phone": "+32471000003",
"level": "Avancé"
},
"payment": "card",
"status": "en_attente",
"paymentStatus": "pending"
},
{
"id": "reg_seed_5",
"createdAt": "2025-08-18T19:03:23.600Z",
"eventId": "ss-live-now",
"player": {
"name": "MissChiquita",
"email": "misschiquita@demo.local",
"phone": "+32471000004",
"level": "Intermédiaire"
},
"payment": "paypal",
"status": "confirmé",
"paymentStatus": "paid"
},
{
"id": "reg_seed_6",
"createdAt": "2025-08-18T19:03:23.600Z",
"eventId": "ss-winter-1",
"player": {
"name": "VoléeMagique",
"email": "volemagique@demo.local",
"phone": "+32471000005",
"level": "Débutant"
},
"payment": "onspot",
"status": "en_attente",
"paymentStatus": "pending"
}
]
}