Add recommended sauna related fields from 'leisure=sauna' Wikipage to sauna type

This commit is contained in:
Onni Hakala 2025-08-10 12:04:51 +03:00
parent 2d53ca9b69
commit dd4d3a3e9e
No known key found for this signature in database
6 changed files with 58 additions and 1 deletions

View file

@ -0,0 +1,5 @@
{
"key": "gender_segregated",
"type": "check",
"label": "Gender separated areas or timeslots"
}

16
data/fields/sauna.json Normal file
View file

@ -0,0 +1,16 @@
{
"key": "sauna",
"type": "combo",
"label": "Sauna type",
"strings": {
"options": {
"hot": "Finnish Sauna over > 60°C",
"steam": "Steam Sauna",
"smoke": "Smoke Sauna",
"dry": "Sauna without throwing water",
"infrared": "Infrared Sauna",
"aroma": "Aroma Sauna",
"hanjeungmak": "Hanjeungmak (Korean Dry Sauna)"
}
}
}

View file

@ -0,0 +1,13 @@
{
"key": "sauna:fuel",
"type": "combo",
"label": "Sauna fuel",
"strings": {
"options": {
"electricity": "Electricity",
"gas": "Natural Gas",
"wood": "Wood",
"oil": "Fuel Oil"
}
}
}

View file

@ -0,0 +1,11 @@
{
"key": "sauna:heating",
"type": "combo",
"label": "Sauna heating method",
"strings": {
"options": {
"once": "Heated once before using",
"continuous": "Heating is continued during usage"
}
}
}

View file

@ -0,0 +1,5 @@
{
"key": "sauna:water",
"type": "check",
"label": "Throwing water on the sauna stove"
}

View file

@ -8,7 +8,14 @@
"access_simple",
"fee",
"payment_multi_fee",
"charge_fee"
"charge_fee",
"reservation",
"gender",
"gender_segregated",
"sauna",
"sauna_fuel",
"sauna_heating",
"sauna_water"
],
"moreFields": [
"{@templates/contact}",