Skip to content
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

Mc 561 standardize locations #226

Merged
merged 2 commits into from
Dec 17, 2024
Merged

Mc 561 standardize locations #226

merged 2 commits into from
Dec 17, 2024

Conversation

maxachis
Copy link

@maxachis maxachis commented Dec 17, 2024

Fixes

Description

  • Standardizes location information across multiple endpoints, such that location information is listed the same way every time.
  • This listing is as follows:
{
  "id": number
  "type": "string",
  "state_iso": "string",
  "county_fips": "string",
  "locality_name": "string",
  "state_name": "string",
  "county_name": "string"
}

Testing

  • Run tests in tests directory, and confirm all function as expected
  • Inspect API and confirm presence of expected changes.

Performance

  • Impact marginal

Docs

  • Documentation updated

Breaking Changes

  • The following endpoints have been updated:
  • /search/follow GET
  • /typeahead/agencies GET
  • /typeahead/locations GET
  • /data-requests GET
  • /data-requests/{resource_id}/related-locations GET
  • /locations/{resource_id}/data-requests GET
  • /user/data-requests GET

@maxachis maxachis merged commit 7776923 into dev Dec 17, 2024
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant