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

Bad branch name, quick merge. #3069

Merged
merged 175 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
175 commits
Select commit Hold shift + click to select a range
828537c
- Initial commit for duplicate record manager for TANF section 1 records
elipe17 Apr 17, 2024
60cc275
- more efficient error generation
elipe17 Apr 17, 2024
49ead96
- Added a way to track precedence in the error messages to avoid gene…
elipe17 Apr 17, 2024
83b9d0b
- Fix lint
elipe17 Apr 18, 2024
a47a37d
Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …
elipe17 Apr 18, 2024
d154dd6
- Added support to delete deplicate records
elipe17 Apr 18, 2024
7f6e9b1
- add support for bulk/raw delete
elipe17 Apr 18, 2024
2d98d3a
- Update deletes on rollbacks to raw delete since it wont hurt anything
elipe17 Apr 18, 2024
3c07f99
- Updated elastic and django to support raw/bulk deleting
elipe17 Apr 19, 2024
496484e
- Updating rollback test since it is very relevant now that we are do…
elipe17 Apr 19, 2024
66b52eb
- raise log level
elipe17 Apr 19, 2024
8d9c614
- Update test
elipe17 Apr 19, 2024
399c10c
- remove import
elipe17 Apr 19, 2024
86311cb
- Update error generation to use record and schema
elipe17 Apr 19, 2024
04f05f4
- Update error precedence logic
elipe17 Apr 19, 2024
a968d0c
- fix lint
elipe17 Apr 19, 2024
21c0614
Merge branch '2842-cat-4-remaining-s2-validators' of https://github.c…
elipe17 Apr 22, 2024
f421618
- use correct method
elipe17 Apr 22, 2024
038abe0
- remove extra call to bulk create errors
elipe17 Apr 22, 2024
3211cbe
- move duplicate manager into case consistency validator
elipe17 Apr 23, 2024
9e2b9e3
- update add_record logic to include rpt_month_year
elipe17 Apr 23, 2024
5a3cba4
- Move SortedRecordSchema pairs to util
elipe17 Apr 24, 2024
a2ee10c
- remove unused import
elipe17 Apr 24, 2024
e932df7
- Update class to store records based on hash pending the section type
elipe17 Apr 24, 2024
d842733
- Update parse to leverage new data structure
elipe17 Apr 24, 2024
c6a9f17
- clearing after bulk create
elipe17 Apr 24, 2024
d228959
- Rename to be more accurate
elipe17 Apr 24, 2024
15059f6
- Updated class name
elipe17 Apr 24, 2024
3c56c8c
- Adding infrastructure to remove records from memory or the DB pendi…
elipe17 Apr 24, 2024
75d207d
- fix logic issue
elipe17 Apr 24, 2024
a90ee08
- fix logic error
elipe17 Apr 25, 2024
85d25b6
- added back list of cases
elipe17 Apr 25, 2024
d1f88ec
- fixed test_add_record
elipe17 Apr 25, 2024
db1e6ba
- Fix all case consistency tests
elipe17 Apr 25, 2024
8e92d86
- Fix most lint errors
elipe17 Apr 25, 2024
112eeb6
- remove print
elipe17 Apr 25, 2024
503a017
- update rollback logic
elipe17 Apr 25, 2024
efff54c
- Update duplicate error messages
elipe17 Apr 25, 2024
3388709
- functionized dup manager a bit
elipe17 Apr 26, 2024
30645b1
- Add test for S1 partial duplicate detection
elipe17 Apr 26, 2024
e55e88c
- fix lint
elipe17 Apr 26, 2024
785c68e
- Add section 2 tests
elipe17 Apr 26, 2024
d19de28
- Fix reference error
elipe17 Apr 26, 2024
78fbee7
- order by id
elipe17 Apr 26, 2024
0676a4b
- parametrizing batch size
elipe17 Apr 26, 2024
2e68b32
- move creation logic in parse.py
elipe17 Apr 26, 2024
2db1222
- added section 2 duplicate tests
elipe17 Apr 26, 2024
7689a6a
- Test for partial duplicates
elipe17 Apr 26, 2024
697b99d
- fix lint
elipe17 Apr 26, 2024
4fdeb66
- Fixed logic error where last case in file wouldnt be removed if it …
elipe17 Apr 27, 2024
6ed405e
- Update SortedRecords to leverage an unsorted container to make bulk…
elipe17 Apr 29, 2024
63f39fd
- naming and doc string updates
elipe17 Apr 29, 2024
edb6b20
- renaming functions
elipe17 Apr 30, 2024
74ae160
- update doc strings
elipe17 Apr 30, 2024
fb32a9f
- Add test for family affiliation negating partial duplicity
elipe17 Apr 30, 2024
607452a
- Updated to support duplicate checking on section 3/4
elipe17 Apr 30, 2024
4b2d1f6
- fix lint
elipe17 Apr 30, 2024
12d4c2e
- Update docstring
elipe17 Apr 30, 2024
7f995c3
Merge branch '2842-cat-4-remaining-s2-validators' of https://github.c…
elipe17 May 1, 2024
52f7fd8
- Update to allow all record types to have duplicate detection
elipe17 May 1, 2024
74be2a4
- add duplicate detection unit tests for all program types and record…
elipe17 May 1, 2024
4fcdf51
- fix lint
elipe17 May 1, 2024
fdba1d4
- Add cases for ssp
elipe17 May 1, 2024
6a36d2d
- Move parser fixtures to their own conftest.py
elipe17 May 1, 2024
a5dcf04
- Move conftest.py to the test folder
elipe17 May 1, 2024
114a0a2
- removing whitespace
elipe17 May 1, 2024
f71bc04
- Remove 'test' from fixture names
elipe17 May 14, 2024
b1af752
Merge branch '2842-cat-4-remaining-s2-validators' of https://github.c…
elipe17 May 14, 2024
f657be1
- Fix failing tests due to merge
elipe17 May 14, 2024
9eeda03
Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…
elipe17 May 14, 2024
9ac138e
- Update message for failing test
elipe17 May 14, 2024
eee134d
Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…
elipe17 May 14, 2024
e085c62
- Remove Vars from compose file
elipe17 May 14, 2024
5656bdc
- fixed test
elipe17 May 15, 2024
a814dc2
- linting
elipe17 May 15, 2024
ab379ce
- move partial hash checking logic to schema/fields
elipe17 May 16, 2024
0df2bfc
Merge branch '2842-cat-4-remaining-s2-validators' of https://github.c…
elipe17 May 16, 2024
062a503
Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…
elipe17 May 16, 2024
409d773
- Move fixtures to conftest.py
elipe17 May 16, 2024
141b677
- Fix failing tests
elipe17 May 16, 2024
4de2de8
Merge branch '2842-cat-4-remaining-s2-validators' of https://github.c…
elipe17 May 17, 2024
a51ad70
- fixed tests
elipe17 May 17, 2024
669a87c
Revert "- move partial hash checking logic to schema/fields"
elipe17 May 17, 2024
90356db
- Better way to do partial hash checking
elipe17 May 17, 2024
66243d6
- Moved hash generation into schema
elipe17 May 17, 2024
f3156b0
Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …
elipe17 May 17, 2024
56b31b3
- Updated error message
elipe17 May 20, 2024
7a753af
Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …
elipe17 May 20, 2024
fc084c3
Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…
elipe17 May 20, 2024
13cf281
- move fixtures to conftest
elipe17 May 20, 2024
43cd8c5
add radio button for jurisdiction type
jtimpe May 20, 2024
ac2fbc5
- fix lint
elipe17 May 20, 2024
57b82fd
Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…
elipe17 May 20, 2024
2a2b29a
- fixed tests from merge conflict
elipe17 May 20, 2024
117c60f
add tests
jtimpe May 20, 2024
7c0f4b1
Merge branch 'develop' into 2133-tribe-discoverability
jtimpe May 20, 2024
0e405be
Merge branch 'develop' into 2795-s1-duplicates
elipe17 May 20, 2024
e2dcad9
- Update error creation logging to track all errors
elipe17 May 20, 2024
0d315c7
- lint
elipe17 May 20, 2024
838b213
Merge branch 'develop' into 2795-s1-duplicates
elipe17 May 21, 2024
2c7e672
Merge branch '2795-s1-duplicates' of https://github.com/raft-tech/TAN…
elipe17 May 21, 2024
8180668
- move fixture
elipe17 May 21, 2024
083e0db
Merge pull request #2970 from raft-tech/2966-unify-duplicate-detection
elipe17 May 21, 2024
3505ee2
- Updated aggregates query to take into account cat4 errors
elipe17 May 21, 2024
89d6298
- lint
elipe17 May 21, 2024
fb8ebe0
Merge branch 'develop' into 2795-s1-duplicates
elipe17 May 21, 2024
c356f99
Merge branch 'develop' into 2133-tribe-discoverability
jtimpe May 22, 2024
c5189a6
- import as Query
elipe17 May 24, 2024
d74ffd3
Merge branch 'develop' into 2795-s1-duplicates
elipe17 May 24, 2024
ec0c736
- moved fixture to correct location
elipe17 May 24, 2024
52e43a1
- Updated cat4 duplicate errors to include fields that are duplicated
elipe17 May 24, 2024
b8e139d
- fix lint
elipe17 May 24, 2024
3263be6
- update tests
elipe17 May 24, 2024
42dac4b
Merge branch 'develop' into 2795-s1-duplicates
elipe17 May 25, 2024
1f365fb
Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …
elipe17 May 30, 2024
439f82d
- update from merge conflict
elipe17 May 30, 2024
cfda581
- Add additional exclusion criteria for necessary tests
elipe17 May 30, 2024
8db2599
Merge branch 'develop' into 2795-s1-duplicates
elipe17 May 31, 2024
d4aa531
- renamed parameters and classes to make more sense with their duties.
elipe17 May 31, 2024
2997b5a
- implement TODOs that came out of OH
elipe17 Jun 3, 2024
14555bb
Merge branch 'develop' into 2133-tribe-discoverability
jtimpe Jun 3, 2024
012f5e5
- remove todo
elipe17 Jun 3, 2024
0d93223
- fix lint
elipe17 Jun 3, 2024
73c0888
Merge branch 'develop' of https://github.com/raft-tech/TANF-app into …
elipe17 Jun 5, 2024
3a56634
- adding some generic parsing flow docs
elipe17 Jun 5, 2024
cda4f90
Merge branch 'develop' into 2795-s1-duplicates
ADPennington Jun 6, 2024
2654f3c
Merge branch 'develop' into 2133-tribe-discoverability
jtimpe Jun 11, 2024
c1e2b70
update error string
jtimpe Jun 12, 2024
eb752bd
fix tests
jtimpe Jun 12, 2024
b2e8aac
Merge branch 'develop' into 2795-s1-duplicates
ADPennington Jun 17, 2024
9a8c3e8
- Added useful debug logging to partial hash functions
elipe17 Jun 17, 2024
0fce22f
- Updated duplicate detection to allow "partial duplicates" of s3 and…
elipe17 Jun 17, 2024
610e0cd
- updated file status to be consistent with expectations
elipe17 Jun 18, 2024
c0e95bd
- Updated stt filter to display stt name instead of code to make it e…
elipe17 Jun 18, 2024
b12c695
- Remove custom filter in favor of dependency
elipe17 Jun 20, 2024
9a44080
- update doc string
elipe17 Jun 20, 2024
b829bcd
- fix lint
elipe17 Jun 20, 2024
6e3c57b
Merge branch 'develop' into 3002-dac-filtering
elipe17 Jun 20, 2024
5127bfe
- Updated case_consistency validator to track which case has been val…
elipe17 Jun 20, 2024
57d7de4
- Update tests
elipe17 Jun 20, 2024
caa6dff
- Add edge case cat4 test
elipe17 Jun 21, 2024
a4ac411
- Updated manager to correctly delete serialized records
elipe17 Jun 21, 2024
daad0a0
- Updated test
elipe17 Jun 21, 2024
89b6d66
- fix lint
elipe17 Jun 21, 2024
4a5fca9
Merge branch 'develop' into 2795-s1-duplicates
elipe17 Jun 21, 2024
cd9f441
- Add elastic specific exception handling
elipe17 Jun 21, 2024
d6ad86f
- add extra case to file for duplicate detection
elipe17 Jun 21, 2024
324266b
- Added creation of LogEntry objects in exception blocks
elipe17 Jun 21, 2024
a1589e2
- Updated fiscal year filter to not list `All` twice
elipe17 Jun 21, 2024
733b991
- fix lint
elipe17 Jun 21, 2024
0eedd85
- Add line number to duplicate error ParserError objects
elipe17 Jun 24, 2024
4dcdf83
- Remove dup test class
elipe17 Jun 24, 2024
12c90c7
- fix lint
elipe17 Jun 24, 2024
32abfe9
Merge branch 'develop' into 2133-tribe-discoverability
ADPennington Jun 26, 2024
9511668
- Updated based on review feedback
elipe17 Jun 26, 2024
33931d3
- Update tests
elipe17 Jun 26, 2024
c6ec73d
- fix lint
elipe17 Jun 26, 2024
14ca954
don't show jurisdiction type for acf users
jtimpe Jun 26, 2024
4316a8f
Merge pull request #2999 from raft-tech/2133-tribe-discoverability
jtimpe Jun 26, 2024
c503e1d
Merge branch 'develop' into 2795-s1-duplicates
elipe17 Jun 27, 2024
6197661
Merge branch 'develop' into 3002-dac-filtering
elipe17 Jun 27, 2024
35adb87
Merge pull request #2956 from raft-tech/2795-s1-duplicates
elipe17 Jun 27, 2024
4c5ae11
Merge branch 'develop' into 3002-dac-filtering
elipe17 Jun 27, 2024
0ec6fc2
Create sprint-99-summary.md (#3038)
robgendron Jun 28, 2024
3097e58
Create sprint-100-summary.md (#3039)
robgendron Jun 28, 2024
b5f8bd7
#3021 Adds FAQ update & release notes (#3040)
reitermb Jul 2, 2024
8a0d217
Merge branch 'develop' into 3002-dac-filtering
ADPennington Jul 2, 2024
4e28533
2693 cat2 messaging cleanup (#2963)
jtimpe Jul 3, 2024
001873d
2687 Added email text for sendgrid (#3050)
raftmsohani Jul 3, 2024
c39438a
- Added missing territories
elipe17 Jul 5, 2024
d8fcc54
Merge branch 'develop' into 3002-dac-filtering
elipe17 Jul 5, 2024
410ce8f
Merge pull request #3037 from raft-tech/3002-dac-filtering
elipe17 Jul 8, 2024
50e08ac
adding placeholder for action to table
andrew-jameson Jul 10, 2024
45038eb
Frontpage link
andrew-jameson Jul 10, 2024
a32b73b
Update TDP-environments-README.md
andrew-jameson Jul 10, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Our vision is to build a new, secure, web-based data reporting system to improve
|**Frontend Coverage**| [![Codecov-Frontend-Dev](https://codecov.io/gh/raft-tech/TANF-app/branch/develop/graph/badge.svg?flag=dev-frontend)](https://codecov.io/gh/raft-tech/TANF-app?flag=dev-frontend) | [![Codeco-Frontend-HHS](https://codecov.io/gh/HHS/TANF-app/branch/main/graph/badge.svg?flag=main-frontend)](https://codecov.io/gh/HHS/TANF-app?flag=main-frontend) | [![Codeco-Frontend-HHS](https://codecov.io/gh/HHS/TANF-app/branch/master/graph/badge.svg?flag=master-frontend)](https://codecov.io/gh/HHS/TANF-app?flag=master-frontend)
|**Backend Coverage**| [![Codecov-Backend-Dev](https://codecov.io/gh/raft-tech/TANF-app/branch/develop/graph/badge.svg?flag=dev-backend)](https://codecov.io/gh/raft-tech/TANF-app/branch/develop?flag=dev-backend)| [![Codecov-Backend-HHS]( https://codecov.io/gh/HHS/TANF-app/branch/main/graph/badge.svg?flag=main-backend)](https://codecov.io/gh/HHS/TANF-app/branch/main?flag=main-backend) | [![Codecov-Backend-HHS]( https://codecov.io/gh/HHS/TANF-app/branch/master/graph/badge.svg?flag=master-backend)](https://codecov.io/gh/HHS/TANF-app/branch/master?flag=master-backend)

[Link to Current Deployments](https://github.com/raft-tech/TANF-app/blob/feat/1860/docs/Technical-Documentation/TDP-environments-README.md#development)
*Due to limitations imposed by Github and occasional slow server response times, some badges may require a page refresh to load.*

*TDP is subject to the **[ACF Privacy Policy](https://www.acf.hhs.gov/privacy-policy)** and **[HHS Vulnerability Disclosure Policy](https://www.hhs.gov/vulnerability-disclosure-policy/index.html)***.
Expand Down
90 changes: 90 additions & 0 deletions docs/Sprint-Review/sprint-100-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# sprint-100-summary
5-22-2024 - 6-4-2024
**Dev:**

_**Starting 4.0 Enhancement Work & Post-Parity Clean Up**_ 

* Access Request Emails #2687
* 10 day Account Deactivation Warning #2697
* As tech lead, I need the STT filter for search\_indexes to be updated #2950
* As a data analyst I want to be notified of approaching data deadlines #2473
* As tech lead, I need the sftp file transfer feature to be deprecated #2991
* DAC Datafile Parser Errors Filtering #3001
* As tech lead, I need the sftp file transfer feature to be deprecated #2991
* As tech lead, I need the `validate__FAM_AFF__HOH__Fed_Time` validator updated #2992
* As sys admin, I want to be able to reparse datafile sets #2978\


**DevOps:**

_Successful deployments across environments and pipeline stability investments_

* Application health monitoring #831
* should `SENDGRID_API_KEY` be added to deploy.backend.sh script #2677
* Spike - remove sleep from zap scanner#2946

**Design:**

_Finishing feedback on reviews and targeting final parsing language refinement_

* Finalize Error Report Guide #2847
* Finalize Friendly Name Changes #2801
*  research spike on-deck pending close-out of the above #2909
* Category 3 error messages clean-up #2792 - stretch 



## Tickets

### Completed/Merged

* [#2677 add `SENDGRID_API_KEY` to deploy.backend.sh](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2677)
* [#2688 TANF Section 2 validation clean-up](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2688)
* [#2697 10 day account deactivation warning](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2697)
* [#2749 As tech lead, I need validation checks to be consistent with FTANF validation checks](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2749)
* [#2901 As an admin user, I want to be able to programmatically access to backend API](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2901)
* [#2946 Spike - remove sleep from zap scanner](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2946)
* [#2992 As tech lead, I need the `validate__FAM_AFF__HOH__Fed_Time` validator updated](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2992)
* [#3001 DAC Datafile Parser Errors Filtering](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/3001)
* [#3000 \[Design Deliverable\] TDP Poster for summer 2024 conferences](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/3000)
### Submitted (QASP Review, OCIO Review)

* [#2795 As tech lead, I need TDP to detect duplicate records within a file and not store them in the db. ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2795)
* [#2693 \[Error Audit\] Category 2 error messages clean-up ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2693)
* [#2801 Friendly name cleanup ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2801)
* [#2847 \[Design Deliverable\] Error Report Knowledge Center Explainer](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2847)
* [#2897 As a data analyst I want finalized language and guidance resources in Submission History & Error Reports ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2897)

### Ready to Merge

*

### Closed (Not Merged)

*

### Moved to Next Sprint 

**In Progress** 

* [#831 \[Spike\] As a Tech Lead, I want to get alerts when there is a backend or frontend error that affects an STT user ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/831)
* [#2133 \[Dev\] Enhancement for Request Access form (Tribe discoverability) ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2133)
* [#2473 As a data analyst I want to be notified of approaching data deadlines](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2473)
* [#2697 10 day account deactivation warning ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2697)
* [#2909 \[Research Spike\] OOtB OFA Kibana Experience & DIGIT Data Access](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2909)
* [#2950 As tech lead, I need the STT filter for search\_indexes to be updated ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2950)
* [#2954 Extend SESSION\_COOKIE\_AGE](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2954)
* [#2978 As sys admin, I want to be able to reparse datafile sets](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2978)
* [#2980 As a developer I want to test django-508 repo](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2980)
* [#2991 As tech lead, I need the sftp file transfer feature to be deprecated](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2991)
* [#3004 Implement (small) data lifecycle (backup/archive ES)](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/3004)
* [#3008 As a software engineer, I want to be able to test django-admin-508](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/3008)
* [#3021 \[Design Deliverable\] Updated KC Release Notes & Update Indicator FAQ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/3021)

#### Blocked

*

**Raft Review**

* [#2883 Pre-Made Reporting Dashboards on Kibana](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2883)
95 changes: 95 additions & 0 deletions docs/Sprint-Review/sprint-99-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# sprint-99-summary
5-8-2024 - 5-21-2024
## Sprint Goals

### Dev:

_Support closing out (14) tickets in review & continue progress on Parity_

* \#2950 \[Django A11Y] \[Spike] Multiple filter option 
* \#2509 Notification Submission Email  
* \#2688 TANF Section 2 validation clean-up 
* \#2795 \[Spike] - As tech lead, I need TDP to detect duplicate records within a file and not store them in the db. 
* \#2949 As tech lead, I need the DAC CSV export file naming conventions to include fiscal period and datetime 
* \#2950 As tech lead, I need the STT filter for search\_indexes to be updated 
* \#2693 \[WIP] Category 2 error messages clean-up 

### DevOps:

_Successful deployments across environments and pipeline stability investments_

* \#2870 ES re-indexing automation 
* \#831 Application health monitoring 

### **Design:**

_Close out (4) in-review items and refine Research & Design tickets for New Data Requirements & Django Admin Experience roadmap epics_

* \#2473 Email notification template supporting (due date reminders) 
* \#2847 Knowledge Center Content 
* \#2801 Friendly Name changes (Finalize)
* \#2909 research spike on-deck pending close-out of the above



***

## Tickets

### Completed/Merged

* [#2509 As a data analyst, I need to know when my data has been processed with or w/o errors ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2509)
* [#2802 \[Django A11Y\] \[Spike\] Multiple filter option](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2802)
* [#2822 Resolve WebInspect scan findings for Jan-Feb 2024 ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2822)
* [#2826 As tech lead, I need some record types that currently require trailing spaces to be parsed](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2826)
* [#2842 Complete cat4 validation implementation](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2842)
* [#2870 Spike: As tech lead, I need elastic re-indexing to be automated ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2870)
* [#2884 Generate preparser errors when multi-record rows are the wrong length or are missing space-filled second records - M3 and Tribal T3](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2884)
* [#2938 Blank filled SSN not parsing and throws Nonetype error ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2938)
* [#2949 As tech lead, I need the DAC CSV export file naming conventions to include fiscal period and datetime](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2949)
* [#2966 Unify Duplicate Detection Across Program Types](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2966)
* [#2973 \[bug\] signing into frontend is not possible after cloud.gov maintenance](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2973)
* [#2987 Update zapproxy docker image version](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2987)

### Submitted (QASP Review, OCIO Review)

* [#2688 TANF Section 2 validation clean-up ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2688)
* [#2693 \[Error Audit\] Category 2 error messages clean-up ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2693)
* [#2801 Friendly name cleanup ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2801)
* [#2897 As a data analyst I want finalized language and guidance resources in Submission History & Error Reports ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2897)
*  [#2749 As tech lead, I need validation checks to be consistent with FTANF validation checks](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2749)

### Ready to Merge

### Closed (Not Merged)

* [#1345 \[Design Deliverable\] Email Template for Data Due Date Reminder](https://app.zenhub.com/workspaces/product-board-5f2c6cdc7c0bb1001bdc43a5/issues/gh/raft-tech/tanf-app/1345)

### Moved to Next Sprint 

**In Progress** 

* [#2697 10 day account deactivation warning ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2697)
* [#831 \[Spike\] As a Tech Lead, I want to get alerts when there is a backend or frontend error that affects an STT user ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/831)
* [#2133 \[Dev\] Enhancement for Request Access form (Tribe discoverability) ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2133)
* [#2473 As a data analyst I want to be notified of approaching data deadlines](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2473) 
* [#2677 add `SENDGRID_API_KEY` to deploy.backend.sh](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2677) 
* [#2847 \[Design Deliverable\] Error Report Knowledge Center Explainer](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2847)
* [#2883 Pre-Made Reporting Dashboards on Kibana](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2883)
* [#2909 \[Research Spike\] OOtB OFA Kibana Experience & DIGIT Data Access](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2909)
* [#2946 Spike - remove sleep from zap scanner](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2946)
* [#2954 Extend SESSION\_COOKIE\_AGE](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2954)
* [#2978 As sys admin, I want to be able to reparse datafile sets](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2978)

#### Blocked

* [As tech lead, I need the STT filter for search\_indexes to be updated](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2950)

**Raft Review**

* [#2795 As tech lead, I need TDP to detect duplicate records within a file and not store them in the db. ](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2795)
* [#2901 As an admin user, I want to be able to programmatically access to backend API](https://app.zenhub.com/workspaces/sprint-board-5f18ab06dfd91c000f7e682e/issues/gh/raft-tech/tanf-app/2901)

####

***
11 changes: 6 additions & 5 deletions docs/Technical-Documentation/TDP-environments-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

## Development

| Dev Site | Frontend URL | Backend URL | Purpose |
| -------- | -------- | -------- | -------- |
| A11y | https://tdp-frontend-a11y.app.cloud.gov | https://tdp-frontend-a11y.app.cloud.gov/admin/ | Space for accessibility testing |
| QASP | https://tdp-frontend-qasp.app.cloud.gov | https://tdp-frontend-qasp.app.cloud.gov/admin/ | Space for QASP review |
| raft | https://tdp-frontend-raft.app.cloud.gov | https://tdp-frontend-raft.app.cloud.gov/admin/ | Space for raft review |
| Dev Site | Frontend URL | Backend URL | Branch/Commit | Purpose |
| -------- | -------- | -------- | -------- | -------- |
| A11y | https://tdp-frontend-a11y.app.cloud.gov | https://tdp-frontend-a11y.app.cloud.gov/admin/ | placeholder | Space for accessibility testing |
| QASP | https://tdp-frontend-qasp.app.cloud.gov | https://tdp-frontend-qasp.app.cloud.gov/admin/ | ![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/andrew-jameson/ded3a260ed8245a5b231ba726b3039df/raw/bd46fd0514f89e02e102f15605ad9b4648151777/Live-Environments.json) | Space for QASP review |
| raft | https://tdp-frontend-raft.app.cloud.gov | https://tdp-frontend-raft.app.cloud.gov/admin/ | ![Static Badge](https://img.shields.io/badge/Environment_name-branch_name-blue)
| Space for raft review |

### Dependencies

Expand Down
Loading
Loading