You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We received a request to update the contact email info for MH CB 7 [email protected]. This data is meant to be maintained by the code in the db-community-profiles repo but we do update manually now because that repo is not longer used for automations.
The emails for CBs shows up in two places in the CD Profiles app:
In the email link, which gets the email address from the community_district_profiles_v202402 table in Carto
In the CB info CSV available for download
That CSV is tracked in GH here - this file was originally intended to be built with automations but we'll have to just update it manually. That file is then uploaded to digital ocean, which is where the app downloads it from (cd_administrative.csv):
Here are steps to complete that will update the contact info and make sure other recent changes are reflected in both the data coming from Carto and the downloadable CSV, while also keeping the db-community-profiles repo as something approaching a source of truth:
Update the output csvto have the correct email addresses for MH CBs 6 and 7 (see this commit for correct CB6 email. CB7 should be updated to [email protected].
Once that change is merged in, replace the file in edm-publishiing on DO with the new copy of that output CSV.
Confirm the email addresses for MH CB6 and 7 are correct in the email link as well as the downloadable CSV
The text was updated successfully, but these errors were encountered:
We received a request to update the contact email info for MH CB 7
[email protected]
. This data is meant to be maintained by the code in thedb-community-profiles
repo but we do update manually now because that repo is not longer used for automations.The emails for CBs shows up in two places in the CD Profiles app:
community_district_profiles_v202402
table in CartoThat CSV is tracked in GH here - this file was originally intended to be built with automations but we'll have to just update it manually. That file is then uploaded to digital ocean, which is where the app downloads it from (cd_administrative.csv):
Here are steps to complete that will update the contact info and make sure other recent changes are reflected in both the data coming from Carto and the downloadable CSV, while also keeping the
db-community-profiles
repo as something approaching a source of truth:The text was updated successfully, but these errors were encountered: