diff --git a/.gitattributes b/.gitattributes index a128b0d9a..98cd847a0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -40,8 +40,9 @@ *.jpg binary *.gif binary *.pdf binary +*.xlsx binary # Annoying product-updates zip files product-updates/knowledge-center/FTANF_2009.zip binary eol=lf product-updates/knowledge-center/SSPMOE_2009.zip binary eol=lf -product-updates/knowledge-center/ftanf.zip binary eol=lf \ No newline at end of file +product-updates/knowledge-center/ftanf.zip binary eol=lf diff --git a/product-updates/img/feedback-reports/download.png b/product-updates/img/feedback-reports/download.png index 189aba953..d71290441 100644 Binary files a/product-updates/img/feedback-reports/download.png and b/product-updates/img/feedback-reports/download.png differ diff --git a/product-updates/img/feedback-reports/feedback-email.png b/product-updates/img/feedback-reports/feedback-email.png new file mode 100644 index 000000000..da05f6371 Binary files /dev/null and b/product-updates/img/feedback-reports/feedback-email.png differ diff --git a/product-updates/knowledge-center/Reference TANF & SSP WPR & TL Feedback Reports.xlsx b/product-updates/knowledge-center/Reference TANF&SSP WPR&TL Feedback_Reports_2026-2-11.xlsx similarity index 91% rename from product-updates/knowledge-center/Reference TANF & SSP WPR & TL Feedback Reports.xlsx rename to product-updates/knowledge-center/Reference TANF&SSP WPR&TL Feedback_Reports_2026-2-11.xlsx index 55ba55116..317fe24e9 100644 Binary files a/product-updates/knowledge-center/Reference TANF & SSP WPR & TL Feedback Reports.xlsx and b/product-updates/knowledge-center/Reference TANF&SSP WPR&TL Feedback_Reports_2026-2-11.xlsx differ diff --git a/product-updates/knowledge-center/about-email-notifications.html b/product-updates/knowledge-center/about-email-notifications.html index 7eadbb3a9..650e1a529 100644 --- a/product-updates/knowledge-center/about-email-notifications.html +++ b/product-updates/knowledge-center/about-email-notifications.html @@ -11,10 +11,17 @@ - + + @@ -257,6 +264,17 @@

Account is Deactivated

+ +

Feedback Report Available

+

You'll be notified any time OFA uploads Feedback Reports concerning your TANF submissions. Read more about Feedback Reports

+ + Feedback Report Available Email notification example. A new Feedback Report is available for Colorado for Fiscal Year 2025 (reflects data submitted through 02/02/2026)
+
+The report was uploaded on 02/11/2026. Please review the feedback and, if needed, resubmit complete and accurate data. + +

Not seeing email notifications?

diff --git a/product-updates/knowledge-center/complete-resubmissions.html b/product-updates/knowledge-center/complete-resubmissions.html index ce94604ca..bb494d1f9 100644 --- a/product-updates/knowledge-center/complete-resubmissions.html +++ b/product-updates/knowledge-center/complete-resubmissions.html @@ -11,11 +11,18 @@ - + + diff --git a/product-updates/knowledge-center/components/desktop-navigation.html b/product-updates/knowledge-center/components/desktop-navigation.html index dae9af97f..e418b690b 100644 --- a/product-updates/knowledge-center/components/desktop-navigation.html +++ b/product-updates/knowledge-center/components/desktop-navigation.html @@ -71,8 +71,10 @@ - - +

  • + Feedback Reports +
  • +
  • diff --git a/product-updates/knowledge-center/components/desktop-navigation.js b/product-updates/knowledge-center/components/desktop-navigation.js index a56ab4ce5..1396dfcb4 100644 --- a/product-updates/knowledge-center/components/desktop-navigation.js +++ b/product-updates/knowledge-center/components/desktop-navigation.js @@ -1,7 +1,7 @@ // /components/navigation.js class SiteNav extends HTMLElement { connectedCallback() { - fetch('components/desktop-navigation.html') + fetch(`components/desktop-navigation.html?v=${Date.now()}`) .then(res => res.text()) .then(html => { this.innerHTML = html; diff --git a/product-updates/knowledge-center/components/mobile-navigation.html b/product-updates/knowledge-center/components/mobile-navigation.html index 2676160ae..044b578e8 100644 --- a/product-updates/knowledge-center/components/mobile-navigation.html +++ b/product-updates/knowledge-center/components/mobile-navigation.html @@ -49,7 +49,10 @@
  • - +
  • + Feedback Reports +
  • +
  • diff --git a/product-updates/knowledge-center/components/mobile-navigation.js b/product-updates/knowledge-center/components/mobile-navigation.js index 367f6b86b..79c6d2ea0 100644 --- a/product-updates/knowledge-center/components/mobile-navigation.js +++ b/product-updates/knowledge-center/components/mobile-navigation.js @@ -1,7 +1,7 @@ // /components/mobile-navigation.js class MobileNav extends HTMLElement { connectedCallback() { - fetch('components/mobile-navigation.html') + fetch(`components/mobile-navigation.html?v=${Date.now()}`) .then(res => res.text()) .then(html => { this.innerHTML = html; diff --git a/product-updates/knowledge-center/create-new-login.html b/product-updates/knowledge-center/create-new-login.html index f5d7fc0a1..0b23314be 100644 --- a/product-updates/knowledge-center/create-new-login.html +++ b/product-updates/knowledge-center/create-new-login.html @@ -11,10 +11,17 @@ - + + diff --git a/product-updates/knowledge-center/existing-login.html b/product-updates/knowledge-center/existing-login.html index df8ad5fb3..122165abc 100644 --- a/product-updates/knowledge-center/existing-login.html +++ b/product-updates/knowledge-center/existing-login.html @@ -11,10 +11,17 @@ - + + diff --git a/product-updates/knowledge-center/exporting-complete-data-using-ftanf.html b/product-updates/knowledge-center/exporting-complete-data-using-ftanf.html index bbee130f0..8e2b4794a 100644 --- a/product-updates/knowledge-center/exporting-complete-data-using-ftanf.html +++ b/product-updates/knowledge-center/exporting-complete-data-using-ftanf.html @@ -11,11 +11,18 @@ - + - + diff --git a/product-updates/knowledge-center/faq.html b/product-updates/knowledge-center/faq.html index 6f661699f..5f16f54cb 100644 --- a/product-updates/knowledge-center/faq.html +++ b/product-updates/knowledge-center/faq.html @@ -11,10 +11,17 @@ - + + diff --git a/product-updates/knowledge-center/feedback-reports.html b/product-updates/knowledge-center/feedback-reports.html index 7834f120d..62575bc06 100644 --- a/product-updates/knowledge-center/feedback-reports.html +++ b/product-updates/knowledge-center/feedback-reports.html @@ -185,7 +185,7 @@

    Viewing Feedback Reports

    OFA produces feedback reports cumulatively throughout each fiscal year. These include Work Participation Rate (WPR), Time Limit reports, and others which have traditionally been shared via email.

    -

    In the interest of improved data security and accessibility, all reporting will now be delivered via TDP. This guide provides instructions on how to access, understand and address feedback reports. If you believe you should have access to Feedback Reports but do not, please reach out to tanfdata@acf.hhs.gov.

    +

    In the interest of improved data security and accessibility, all reporting will now be delivered via TDP. This guide provides instructions on how to access, understand and address feedback reports. If you believe you should have access to Feedback Reports but do not, please reach out to tanfdata@acf.hhs.gov. Please note that Feedback Reports for Tribal TANF partners is in development and coming soon.

    @@ -215,7 +215,7 @@

    Search for the reporting period to view

    Download and view report files

    - To access the report files, Click on the zip file link in the 'Files' column to view the feedback files associated within that reporting fiscal quarter. Each file is titled in accordance with your FIPS code. + To access the report files, Click on the zip file link in the 'Files' column to download the feedback files associated with the selected fiscal year. Each file is titled in accordance with your FIPS or tribe code.

    Table showing feedback reports generated for the selected fiscal year with the final column with the report download link emphasized @@ -224,10 +224,11 @@

    Download and view report files

  • -

    TDP will also alert and link you to feedback reports from the submission history section of a reporting period you're viewing in the Data Files tab.

    +

    TDP will send you a notification email when Feedback Reports are uploaded and link you to the reports from the submission history section of a reporting period you're viewing in the Data Files tab.

    Informational banner above TANF Submission History reading: Feedback Reports Available as of 12/1/2021. Please review the feedback (link) and if needed, resubmit complete and accurate data +
    @@ -235,7 +236,7 @@

    Understanding Feedback Reports

    Each ZIP file contains multiple feedback reports for the preliminary work participation rate and time limit calculations. Please refer to the most recently produced report for the most up-to-date feedback about your data. For examples of each type of feedback report and explanations of error flags please refer to the downloadable workbook below.

    If you have any questions or require assistance, please contact Yun.Song@acf.hhs.gov and copy TANFData@acf.hhs.gov.

    - Download Workbook + Download Workbook

    Report types included in the workbook

    diff --git a/product-updates/knowledge-center/fra-error-reports.html b/product-updates/knowledge-center/fra-error-reports.html index 8de36c842..a7db26ee1 100644 --- a/product-updates/knowledge-center/fra-error-reports.html +++ b/product-updates/knowledge-center/fra-error-reports.html @@ -11,10 +11,18 @@ - + + + diff --git a/product-updates/knowledge-center/give-feedback.html b/product-updates/knowledge-center/give-feedback.html index 572de1a90..29b529f6c 100644 --- a/product-updates/knowledge-center/give-feedback.html +++ b/product-updates/knowledge-center/give-feedback.html @@ -13,9 +13,17 @@ - + +