9521 geocode petitioner addresses#9737
Draft
zacharybrown204 wants to merge 78 commits intostagingfrom
Draft
Conversation
…m/ustaxcourt/ef-cms into 9521-geocode-petitioner-addresses
…geocodes from dwUser;
…s' into 9521-geocode-petitioner-addresses # Conflicts: # web-api/src/persistence/postgres/utils/migrate/migrations/2026-02-04T16_36_06Z-user-contact.ts
Adding a package to make calls to census geocode API Adding function to upsert into user contact table Updating backfill-user-geocodes to select data from DB and use census geocode API.
Updating it to use the updated backfill-user-geocodes and also tweaking backfill-user-geocodes.
Made some updates to export petitioner geodata so that the CSV lines up with the query data. Refactored backfill User Geocodes to its own helper because trying to import the other script was just running the script.
…moketests to deploy and test on exp env
…search smoketests to deploy and test on exp env" This reverts commit fc45ab2.
… it is deprecated
…eteer" This reverts commit 786e075.
…snt show the latest version support on website
Get distinct missing geocodes because of a data issue. Add more logging to report script
b560ee4 to
5048c4e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#9521 #9522
Database
Adding a new table to hold user address geocode data.
Geocoding
Added a script to geocode data.
Report
Added a script that can call the geocoding script, and generates a CSV report with address data compelte with geocodes.