Merge pull request #1146 from pietervdvn/feature/organic

Feature/organic
This commit is contained in:
Pieter Vander Vennet 2022-12-03 20:41:09 +01:00 committed by GitHub
commit 68035ba16b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 236 additions and 136 deletions

View file

@ -3723,6 +3723,13 @@
"question": "No information about tactile paving"
}
}
},
"6": {
"options": {
"0": {
"question": "Has organic options"
}
}
}
}
},
@ -4116,6 +4123,20 @@
},
"question": "Does this fries shop use vegetable or animal oil for cooking?"
},
"friture-organic": {
"mappings": {
"0": {
"then": "Organic snacks are available"
},
"1": {
"then": "No organic snacks are available"
},
"2": {
"then": "Only organic snacks are available"
}
},
"question": "Does this fries shop offer organic snacks?"
},
"friture-take-your-container": {
"mappings": {
"0": {
@ -4174,6 +4195,20 @@
}
},
"question": "Does this restaurant offer a halal menu?"
},
"organic (no friture)": {
"mappings": {
"0": {
"then": "There are no organic options available"
},
"1": {
"then": "There is an organic menu"
},
"2": {
"then": "Only organic options are available"
}
},
"question": "Does this restaurant offer organic food?"
}
},
"title": {
@ -6450,6 +6485,20 @@
"render": "This is a {shop}"
}
},
"organic": {
"mappings": {
"0": {
"then": "This shop offers organic products"
},
"1": {
"then": "This shop only offers organic products"
},
"2": {
"then": "This shop does not offer organic products"
}
},
"question": "Does this shop offer organic products?"
},
"shops-name": {
"question": "What is the name of this shop?",
"render": "This shop is called <i>{name}</i>"

View file

@ -3910,6 +3910,20 @@
},
"question": "Bakt deze frituur met dierlijk vet of met plantaardige olie?"
},
"friture-organic": {
"mappings": {
"0": {
"then": "Er zijn biologische snacks aanwezig"
},
"1": {
"then": "Geen biologische snacks beschikbaar"
},
"2": {
"then": "Enkel biologische snacks zijn beschikbaar"
}
},
"question": "Heeft deze frituur biologische snacks?"
},
"friture-take-your-container": {
"mappings": {
"0": {