Added description, add extra filters

This commit is contained in:
Robin van der Linde 2022-07-10 19:43:35 +00:00 committed by GitHub
parent 4b1a6fe32d
commit a6583f9934
2 changed files with 34 additions and 2 deletions

View file

@ -186,6 +186,38 @@
"osmTags": "status=9" "osmTags": "status=9"
} }
] ]
},
{
"id": "parent-name",
"options": [
{
"osmTags": "parentName~i~.*{search}.*",
"fields": [
{
"name": "search"
}
],
"question": {
"en": "Challenge name contains {search}"
}
}
]
},
{
"id": "parent-id",
"options": [
{
"osmTags": "parentId={search}",
"fields": [
{
"name": "search"
}
],
"question": {
"en": "Challenge ID matches {search}"
}
}
]
} }
] ]
} }

View file

@ -1,10 +1,10 @@
{ {
"id": "maproulette", "id": "maproulette",
"title": { "title": {
"en": "MapRoulette Test" "en": "MapRoulette Tasks"
}, },
"description": { "description": {
"en": "MapRoulette Test" "en": "Theme showing MapRoulette tasks, allowing you to search, filter and fix them."
}, },
"version": "1.0.0", "version": "1.0.0",
"hideFromOverview": true, "hideFromOverview": true,