Skip to content

Commit

Permalink
allow to specify therapist offices more precisely
Browse files Browse the repository at this point in the history
  • Loading branch information
tyrasd committed Jan 26, 2023
1 parent 4796398 commit fe6bd58
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
12 changes: 12 additions & 0 deletions data/fields/healthcare_therapist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"key": "healthcare",
"type": "typeCombo",
"options": [
"physiotherapist",
"psychotherapist",
"occupational_therapist",
"speech_therapist"
],
"autoSuggestions": false,
"label": "{healthcare}"
}
8 changes: 7 additions & 1 deletion data/presets/office/therapist.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@
"tags": {
"office": "therapist"
},
"fields": [
"healthcare_therapist",
"healthcare/speciality",
"{office}"
],
"terms": [
"therapy"
],
"name": "Therapist Office"
"name": "Therapist Office",
"matchScore": 0.9
}
2 changes: 2 additions & 0 deletions interim/source_strings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2112,6 +2112,8 @@ en:
vaccination: Vaccination
# healthcare:speciality=vascular_surgery
vascular_surgery: Vascular Surgery
healthcare_therapist:
# healthcare=*
heating:
# heating=*
label: Heating
Expand Down

0 comments on commit fe6bd58

Please sign in to comment.