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

* Update /data-sources POST to enable linking agency ids. #174

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

maxachis
Copy link

@maxachis maxachis commented Nov 14, 2024

Fixes

Description

  • Update /data-sources POST to enable linking agency ids.
  • Update corresponding tests
  • LIBTYFI: Correct bug in DatabaseClient.get_data_sources_for_map()

Testing

  • Run tests in tests directory; confirm all function as expected
  • Inspect API to confirm presence of linked_agency_ids key.

Performance

  • Additional network calls added to /data-sources POST logic: O(n) where n is number of agency ids included.

Docs

  • API documentation updated

Breaking Changes

  • No breaking changes.

* Updatet corresponding tests
* LIBTYFI: Correct bug in `DatabaseClient.get_data_sources_for_map()`
@maxachis maxachis merged commit bdd0fdb into dev Nov 14, 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