Skip to content

Commit fe6bd58

Browse files
committed
allow to specify therapist offices more precisely
1 parent 4796398 commit fe6bd58

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

data/fields/healthcare_therapist.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"key": "healthcare",
3+
"type": "typeCombo",
4+
"options": [
5+
"physiotherapist",
6+
"psychotherapist",
7+
"occupational_therapist",
8+
"speech_therapist"
9+
],
10+
"autoSuggestions": false,
11+
"label": "{healthcare}"
12+
}

data/presets/office/therapist.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@
77
"tags": {
88
"office": "therapist"
99
},
10+
"fields": [
11+
"healthcare_therapist",
12+
"healthcare/speciality",
13+
"{office}"
14+
],
1015
"terms": [
1116
"therapy"
1217
],
13-
"name": "Therapist Office"
18+
"name": "Therapist Office",
19+
"matchScore": 0.9
1420
}

interim/source_strings.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -2112,6 +2112,8 @@ en:
21122112
vaccination: Vaccination
21132113
# healthcare:speciality=vascular_surgery
21142114
vascular_surgery: Vascular Surgery
2115+
healthcare_therapist:
2116+
# healthcare=*
21152117
heating:
21162118
# heating=*
21172119
label: Heating

0 commit comments

Comments
 (0)