Skip to content

Commit

Permalink
Merge pull request #143 from CityOfPhiladelphia/main
Browse files Browse the repository at this point in the history
adds General Food Site category for new point
  • Loading branch information
ajrothwell authored Sep 18, 2024
2 parents 730c1c4 + 87a685f commit e98a4ae
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ExpandCollapseContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

<div class="column is-6">
<div
v-if="item.attributes.category"
v-if="item.attributes.category && item.attributes.category !== 'General Food Site'"
class="columns is-mobile"
>
<div class="column is-1">
Expand Down
1 change: 0 additions & 1 deletion src/data-sources/covid-free-meal-sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export default {
type: 'http-get',
dependent: 'none',
resettable: false,
// url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_2_0_FOR_TESTING/FeatureServer/0/query',
url: 'https://services.arcgis.com/fLeGjb7u4uXqeF9q/arcgis/rest/services/COVID19_FreeMealSites_3_0_PUBLICVIEW/FeatureServer/0/query',
options: {
params: {
Expand Down
4 changes: 4 additions & 0 deletions src/i18n/en-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ export default {
Availability of food will vary based on donations. \
Visit each Community Refrigerator website for more details.',
},
'General Food Site': {
name: 'General Food Site',
},
},
},
generalMealSites: {
Expand Down Expand Up @@ -273,5 +276,6 @@ export default {
"Open on first and third Monday of the month": "Open on first and third Monday of the month",
"Open on third Saturday of the month": "Open on third Saturday of the month",
"Open on second and fourth Wednesday of the month": "Open on second and fourth Wednesday of the month",
"Open on second and fourth Saturdays of the month": "Open on second and fourth Saturdays of the month",
},
};
1 change: 1 addition & 0 deletions src/i18n/es-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,6 @@ export default {
"Open on first and third Monday of the month": "Abierto el primer y tercer lunes de cada mes",
"Open on third Saturday of the month": "Abierto el tercer sábado de cada mes",
"Open on second and fourth Wednesday of the month": "Abierto el segundo y cuarto miércoles de cada mes",
"Open on second and fourth Saturdays of the month": "Abierto el segundo y cuarto sábado del mes",
},
};
1 change: 1 addition & 0 deletions src/i18n/fr-fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,6 @@ export default {
"Open on first and third Monday of the month": "Ouvert le premier et le troisième lundi du mois",
"Open on third Saturday of the month": "Ouvert le troisième samedi du mois",
"Open on second and fourth Wednesday of the month": "Ouvert les deuxième et quatrième mercredis du mois",
"Open on second and fourth Saturdays of the month": "Ouvert les deuxième et quatrième samedis du mois",
},
};
1 change: 1 addition & 0 deletions src/i18n/ru-ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,5 +243,6 @@ export default {
"Open on first and third Monday of the month": "Открыто в первый и третий понедельник месяца",
"Open on third Saturday of the month": "Открыто в третью субботу месяца",
"Open on second and fourth Wednesday of the month": "Открыто во вторую и четвертую среду месяца",
"Open on second and fourth Saturdays of the month": "Открыто во вторую и четвертую субботу месяца",
},
};
1 change: 1 addition & 0 deletions src/i18n/vi-vn.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,6 @@ export default {
"Open on first and third Monday of the month": "Mở cửa vào thứ Hai đầu tiên và thứ ba của tháng",
"Open on third Saturday of the month": "Mở cửa vào thứ bảy thứ ba của tháng",
"Open on second and fourth Wednesday of the month": "Открыто во вторую и четвертую среду месяца",
"Open on second and fourth Saturdays of the month": "Mở cửa vào thứ bảy thứ hai và thứ tư trong tháng",
},
};
1 change: 1 addition & 0 deletions src/i18n/zh-cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,5 +244,6 @@ export default {
"Open on first and third Monday of the month": "在每月的第一个和第三个星期一开放",
"Open on third Saturday of the month": "每月第三个星期六开放",
"Open on second and fourth Wednesday of the month": "每月第二和第四个星期三开放",
"Open on second and fourth Saturdays of the month": "每月第二和第四个星期六开放",
},
};
1 change: 1 addition & 0 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -714,6 +714,7 @@ pinboard({
'Nutritional Development Services': 'foodSites',
'Small Things Philly': 'foodSites',
'Community Refrigerators': 'foodSites',
'General Food Site': 'foodSites',
'STP': 'generalMealSites',
'Office of Homeless Services': 'generalMealSites',
'Broad Street Ministry': 'generalMealSites',
Expand Down

0 comments on commit e98a4ae

Please sign in to comment.