This commit is contained in:
@@ -83,6 +83,11 @@
|
||||
"sport": "W",
|
||||
"level": "beginner",
|
||||
"country": "DE",
|
||||
"terrain": "submountains",
|
||||
"location": "Pfälzerwald",
|
||||
"transport": "public",
|
||||
"meeting_point": "hbf",
|
||||
"meeting_time": "08:00:00",
|
||||
"trainer_firstname": "Distanztrainer",
|
||||
"trainer_familyname": "für Wanderungen",
|
||||
"trainer_email": "{TRAINER_WEIT}",
|
||||
@@ -182,12 +187,19 @@
|
||||
"status_updates": ["submitted", "accepted", "published"]
|
||||
},
|
||||
{
|
||||
"title": "Geführte Familien Bergtour",
|
||||
"title": "Geführte Familien-Bergtour",
|
||||
"description": "TEST!",
|
||||
"mode": "guided",
|
||||
"sport": "B",
|
||||
"level": "family",
|
||||
"country": "AT",
|
||||
"location": "Wilder Kaiser",
|
||||
"meeting_point": "OTHER",
|
||||
"meeting_point_other": "Parkplatz Wochenbrunner Alm",
|
||||
"meeting_time": "07:30:00",
|
||||
"transport": "self",
|
||||
"accommodation": "hut",
|
||||
"meals": "vp",
|
||||
"min_participants": 2,
|
||||
"max_participants": 4,
|
||||
"registration_required": true,
|
||||
@@ -197,7 +209,75 @@
|
||||
"trainer_email": "{TRAINER_HOCH}",
|
||||
"first_day_from_today": 4,
|
||||
"last_day_from_today": 6,
|
||||
"pre_meeting_1_from_today": 3,
|
||||
"status_updates": ["submitted", "accepted", "published"]
|
||||
},
|
||||
{
|
||||
"title": "Begleitete Hochtour",
|
||||
"description": "TEST!",
|
||||
"mode": "supervised",
|
||||
"sport": "B",
|
||||
"level": "advanced",
|
||||
"country": "CH",
|
||||
"location": "Wallis",
|
||||
"min_participants": 2,
|
||||
"max_participants": 2,
|
||||
"registration_required": true,
|
||||
"deadline_from_today": 0,
|
||||
"trainer_firstname": "Höhentrainer",
|
||||
"trainer_familyname": "für Bergsteigen",
|
||||
"trainer_email": "{TRAINER_HOCH}",
|
||||
"first_day_from_today": 6,
|
||||
"alt_first_day_from_today": 8,
|
||||
"last_day_from_today": 7,
|
||||
"alt_last_day_from_today": 9,
|
||||
"pre_meeting_1_from_today": 5,
|
||||
"status_updates": ["submitted", "accepted", "published"]
|
||||
},
|
||||
{
|
||||
"title": "Familienklettertour",
|
||||
"description": "TEST!",
|
||||
"mode": "joint",
|
||||
"sport": "K",
|
||||
"level": "family",
|
||||
"country": "DE",
|
||||
"location": "Battert",
|
||||
"registration_required": true,
|
||||
"trainer_firstname": "Höhentrainer",
|
||||
"trainer_familyname": "für Klettern",
|
||||
"trainer_email": "{TRAINER_HOCH}",
|
||||
"first_day_from_today": 5,
|
||||
"status_updates": ["submitted", "accepted", "published"]
|
||||
},
|
||||
{
|
||||
"title": "Skikurs",
|
||||
"description": "TEST!",
|
||||
"mode": "training",
|
||||
"sport": "S",
|
||||
"level": "advanced",
|
||||
"country": "DE",
|
||||
"location": "Mehliskopf",
|
||||
"registration_required": true,
|
||||
"trainer_firstname": "Distanztrainer",
|
||||
"trainer_familyname": "für Ski",
|
||||
"trainer_email": "{TRAINER_WEIT}",
|
||||
"first_day_from_today": -10,
|
||||
"status_updates": ["submitted", "accepted", "published"]
|
||||
},
|
||||
{
|
||||
"title": "Skikurs",
|
||||
"description": "TEST!",
|
||||
"mode": "training",
|
||||
"sport": "S",
|
||||
"level": "advanced",
|
||||
"country": "DE",
|
||||
"location": "Mehliskopf",
|
||||
"registration_required": true,
|
||||
"trainer_firstname": "Distanztrainer",
|
||||
"trainer_familyname": "für Ski",
|
||||
"trainer_email": "{TRAINER_WEIT}",
|
||||
"first_day_from_today": 10,
|
||||
"status_updates": ["submitted", "accepted", "published", "canceled"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user