diff --git a/docs/Sprint-Review/sprint-91-summary.md b/docs/Sprint-Review/sprint-91-summary.md new file mode 100644 index 000000000..bfa6372a2 --- /dev/null +++ b/docs/Sprint-Review/sprint-91-summary.md @@ -0,0 +1,62 @@ +# Sprint 91 Summary + +01/17/2024 - 01/30/2024 + +Velocity (Dev): 24 + +## Sprint Goal +* Dev: + * Continue parsing engine development and begin work on enhancement tickets + * #2536 Cat 4 validation + * #1858 Secure OFA staff access to Kibana + * Unblocks #1350 when complete +* DevOps: + * #2790 - Update deployment code to support Kibana and integrate with Standing Elastic instance +* Design: + * Tie up current documentation work + * Continue refinement of research roadmap + + +## Tickets +### Completed/Merged +* [#2751 Resource Card updated with latest coding instructions](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2751) + +### Ready to Merge +* [#2772 Elastic bulk document creation](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2772) +* [#1350 Kibana access from TDP](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/1350) +* [#1858 Spike: Secure Kibana access](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/1858) +* [#2711 Catch report month / year mismatches](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2711) + + + + +### Submitted (QASP Review, OCIO Review) +* [#2790 Kibana Deployment](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2790) +* [#2681 Section 1 Validation clean-up](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2681) + + + +### Closed (not merged) +* N/A + + +--- + +## Moved to Next Sprint (In Progress, Blocked, Raft Review) +### In Progress +* [#2646 - Populate data file summary case aggregates differently per section](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2646) +* [#2820 [bug] Uncaught exception re: parsing error preventing feedback report generation](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2820) +* [#2768 Fix production OWASP scan reporting](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2768) +* [#2799 Generate error mismatching field rpt_month_year w/ header](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2799) +* [#2781 As a developer, I want to have documentation on django migration best practices](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2781) + + +### Blocked +* N/A + +### Raft Review +* [#2536 [spike] Cat 4 validation](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2536) +* [#2592 Deploy celery as a separate cloud.gov app](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2592) +* [#2746 As an STT, I need to know if there are issues with the DOBs reported in my data files](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2746) +* [#2813 Reduce dev environment count](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2813) +* [#2729 As a developer, I want to move migration commands in the pipeline to CircleCI](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2729) diff --git a/scripts/zap-scanner.sh b/scripts/zap-scanner.sh index d03259221..d66f12371 100755 --- a/scripts/zap-scanner.sh +++ b/scripts/zap-scanner.sh @@ -199,5 +199,3 @@ if [ "$ENVIRONMENT" = "nightly" ]; then echo "export ZAP_${TARGET}_FAIL_COUNT=$ZAP_FAIL_COUNT" } >> "$BASH_ENV" fi - -exit $ZAP_EXIT diff --git a/tdrs-frontend/src/components/ResourceCards/ResourceCards.jsx b/tdrs-frontend/src/components/ResourceCards/ResourceCards.jsx index a3285dbb3..96b312603 100644 --- a/tdrs-frontend/src/components/ResourceCards/ResourceCards.jsx +++ b/tdrs-frontend/src/components/ResourceCards/ResourceCards.jsx @@ -70,7 +70,7 @@ function ResourceCards() { buttonId="viewACFFormInstructions" title="ACF-199 and ACF-209 Instructions" body="Instructions and definitions for completion of forms ACF-199 (TANF Data Report) and ACF-209 (SSP-MOE Data Report)." - link="https://www.acf.hhs.gov/sites/default/files/documents/ofa/tanf_data_reports_tan_ssp_instructions_definitions.pdf" + link="https://www.acf.hhs.gov/ofa/policy-guidance/acf-ofa-pi-23-04" linkText="View ACF Form Instructions" /> diff --git a/tdrs-frontend/src/components/ResourceCards/ResourceCards.test.js b/tdrs-frontend/src/components/ResourceCards/ResourceCards.test.js index 8c833b555..1ce5da893 100644 --- a/tdrs-frontend/src/components/ResourceCards/ResourceCards.test.js +++ b/tdrs-frontend/src/components/ResourceCards/ResourceCards.test.js @@ -83,8 +83,7 @@ describe('ResourceCards', () => { it('redirects to ACF Form Instructions when View ACF Form Instructions clicked', () => { const store = mockStore(initialState) - const url = - 'https://www.acf.hhs.gov/sites/default/files/documents/ofa/tanf_data_reports_tan_ssp_instructions_definitions.pdf' + const url = 'https://www.acf.hhs.gov/ofa/policy-guidance/acf-ofa-pi-23-04' const wrapper = mount(