Statistics: add filters for platform

This commit is contained in:
Pieter Vander Vennet 2025-02-08 11:55:54 +01:00
parent 8658d34344
commit 3eb36b1190

View file

@ -182,6 +182,26 @@
}
]
},
{
"id": "platform",
"question": {
"en": "With what platform was the change made?"
},
"mappings": [
{
"if": "android=",
"then": {
"en": "Made on the web"
}
},
{
"if": "android=yes",
"then": {
"en": "Made with the android app"
}
}
]
},
{
"id": "version",
"question": {
@ -403,6 +423,28 @@
}
]
},
{
"id": "platform",
"options": [
{
"question": {
"en": "All platforms"
}
},
{
"question": {
"en": "Made with Android"
},
"osmTags": "android=yes"
},
{
"question": {
"en": "Made on the web"
},
"osmTags": "android="
}
]
},
{
"id": "added-image",
"options": [