Skip to content

Update TITLE-I endpoints to use data from 2014 to 2023. #326

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

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

sandeep-ps
Copy link
Member

@sandeep-ps sandeep-ps commented Jun 16, 2025

To review this PR, make sure you have the latest data in the local database by running the data-ingestion repository, and you can run the API using the following command:

docker build -f Dockerfile -t pdl/pdl-api . && docker run -p 5001:5000 --env DB_HOST=host.docker.internal --env DB_PASSWORD=<password> --env DB_USERNAME=postgres --name pdl-api -t -i pdl/pdl-api

The excel files in policy-design-lab/data-ingestion#71 (comment) can be used to compare the payment dollar amounts with the ones provided by the API endpoints.

Relevant Title-I Endpoints:

  1. /pdl/titles/title-i/state-distribution
  2. /pdl/titles/title-i/summary
  3. /pdl/titles/title-i/subtitles/subtitle-a/state-distribution
  4. /pdl/titles/title-i/subtitles/subtitle-a/summary
  5. /pdl/titles/title-i/subtitles/subtitle-d/state-distribution
  6. /pdl/titles/title-i/subtitles/subtitle-d/summary
  7. /pdl/titles/title-i/subtitles/subtitle-e/state-distribution
  8. /pdl/titles/title-i/subtitles/subtitle-e/summary

@sandeep-ps sandeep-ps linked an issue Jun 16, 2025 that may be closed by this pull request
@sandeep-ps sandeep-ps marked this pull request as ready for review June 16, 2025 20:50
@sandeep-ps sandeep-ps self-assigned this Jun 16, 2025
@sandeep-ps sandeep-ps changed the title Update TITLE-I endpoints to use data from 2014 to 2023 as the default. Update TITLE-I endpoints to use data from 2014 to 2023. Jun 16, 2025
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.

Update Title-I endpoints after including 2022-2023 payment data
1 participant