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

Bugs/epic 13898 #248

Merged
merged 3 commits into from
Sep 25, 2023
Merged

Bugs/epic 13898 #248

merged 3 commits into from
Sep 25, 2023

Conversation

TangoYankee
Copy link
Member

@TangoYankee TangoYankee commented Sep 21, 2023

Summary

Relates to labs-factfinder pr 1099

Resolve bugs associated with DHC and CCD updates

  1. Incorrect variable values:
    • Median age: The labels of the age bin variables differed between the ACS and Census. The search function to find the variables was changed from a literal match to a regex match. The age bin variables were changed from a string to a regex that would match both the ACS and Census.
    • Age dependency ratio: This was a typo in the variable name
    • Population per acre: An calculation option was used when it was inappropriate. It was removed.
  2. CCDs should not be a comparable area when viewing the data tables:
    • These options come directly from querying a table and returning all of the values.
    • CCDs were initially added to this table but have since been removed.
      • This will require running the migrations or manually removing these values from the database instances.

Tasks/Bug Numbers

API-controlled bugs enumerated on ticket AB#13898

@TangoYankee TangoYankee marked this pull request as ready for review September 22, 2023 13:42
@TangoYankee TangoYankee requested a review from a team as a code owner September 22, 2023 13:42
@TangoYankee TangoYankee merged commit f1cccc4 into develop Sep 25, 2023
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.

2 participants