-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add importer and support for ONS data #171
Merged
Merged
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4098e81 - Browse repository at this point
Copy the full SHA 4098e81View commit details
Commits on Sep 26, 2023
-
Add source and retired columns to postcodes
- Defaults to safe values for existing postcodes - Add scopes
Configuration menu - View commit details
-
Copy full SHA for cd4ff17 - Browse repository at this point
Copy the full SHA cd4ff17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56bc518 - Browse repository at this point
Copy the full SHA 56bc518View commit details -
Add PostcodeManager and Presenters
- Manager handles creation and update of postcode records - Presenter handles rendering of OS Places API postcodes
Configuration menu - View commit details
-
Copy full SHA for 96e2a1f - Browse repository at this point
Copy the full SHA 96e2a1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb5553 - Browse repository at this point
Copy the full SHA 0bb5553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 909ab31 - Browse repository at this point
Copy the full SHA 909ab31View commit details -
Simplify OS Places client to just handling calls
- removes logic around postcode management now handled by PostcodeManager - refactors logic specific to OS Places API location sets into a new class
Configuration menu - View commit details
-
Copy full SHA for c6d69c4 - Browse repository at this point
Copy the full SHA c6d69c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 674874f - Browse repository at this point
Copy the full SHA 674874fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e381445 - Browse repository at this point
Copy the full SHA e381445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d9ee02 - Browse repository at this point
Copy the full SHA 7d9ee02View commit details -
Add rake task and workers for ONS Import
- New sidekiq queue (queue_ons) for these tasks. - DownloadWorker task retrieves an OSNPD zip file (by URL), extracts the individual CSV files to an S3 bucket, then kicks off as many ImportWorkers as needed. - ImportWorker reads a CSV file of postcodes, creating records for any postcode not already in the database.
Configuration menu - View commit details
-
Copy full SHA for fa8a743 - Browse repository at this point
Copy the full SHA fa8a743View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d83ac4 - Browse repository at this point
Copy the full SHA 4d83ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0b8ad - Browse repository at this point
Copy the full SHA fa0b8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc444ec - Browse repository at this point
Copy the full SHA bc444ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 24c6dd5 - Browse repository at this point
Copy the full SHA 24c6dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23c4f22 - Browse repository at this point
Copy the full SHA 23c4f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e848e - Browse repository at this point
Copy the full SHA d6e848eView commit details
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.