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

Dev test new wrappers in HMDA Analytics App for 2025 #4924

Open
2 of 3 tasks
jaredb96 opened this issue Nov 1, 2024 · 2 comments
Open
2 of 3 tasks

Dev test new wrappers in HMDA Analytics App for 2025 #4924

jaredb96 opened this issue Nov 1, 2024 · 2 comments
Assignees

Comments

@jaredb96
Copy link
Contributor

jaredb96 commented Nov 1, 2024

Devtest analytics updates

  • Add all necessary tables for 2025
  • Edit config for 2025
  • Dev test filing
@jaredb96 jaredb96 self-assigned this Nov 1, 2024
@jaredb96 jaredb96 changed the title HMDA Analytics App Unit Tests Improve HMDA Analytics App unit tests Nov 1, 2024
@jaredb96 jaredb96 changed the title Improve HMDA Analytics App unit tests Refactor and dev test HMDA Analytics app Nov 5, 2024
@jaredb96 jaredb96 changed the title Refactor and dev test HMDA Analytics app Refactor and dev test HMDA Analytics App Nov 6, 2024
@jaredb96 jaredb96 changed the title Refactor and dev test HMDA Analytics App Dev test new wrappers in HMDA Analytics App Nov 18, 2024
@jaredb96
Copy link
Contributor Author

2022 - 2025 - make sure rows in tables get updated and deleted on submission - transmittal sheet YYYY, loan application_YYYY

@jaredb96 jaredb96 changed the title Dev test new wrappers in HMDA Analytics App Dev test new wrappers in HMDA Analytics App for 2025 Dec 2, 2024
@jaredb96
Copy link
Contributor Author

jaredb96 commented Dec 2, 2024

We need these config changes to be made here, as well as the tables to be available in dev: application.conf

2025 {
      tsTableName = "transmittalsheet2024"
      tsTableName = ${?TS_TABLE_NAME_2024}
      tsTableNameQ1 = "ts2025_q1"
      tsTableNameQ1 = ${?TS_TABLE_NAME_2025_Q1}
      tsTableNameQ2 = "ts2025_q2"
      tsTableNameQ2 = ${?TS_TABLE_NAME_2025_Q2}
      tsTableNameQ3 = "ts2025_q3"
      tsTableNameQ3 = ${?TS_TABLE_NAME_2025_Q1}
      larTableName = "loanapplicationregister2025"
      larTableName = ${?LAR_TABLE_NAME_2025}
      larTableNameQ1 = "lar2025_q1"
}

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

No branches or pull requests

1 participant