[APP-628] Convert PA02 Library#3317
Draft
krista-skylight wants to merge 41 commits into
Draft
Conversation
…into kc/APP-628-Convert-PA02
…into kc/APP-628-Convert-PA02
…into kc/APP-628-Convert-PA02
krista-skylight
marked this pull request as ready for review
July 16, 2026 00:19
krista-skylight
requested review from
adaball and
timoballard
and removed request for
a team
July 16, 2026 00:19
adaball
reviewed
Jul 16, 2026
added 10 commits
July 16, 2026 15:40
adaball
reviewed
Jul 17, 2026
adaball
left a comment
Contributor
There was a problem hiding this comment.
- For the HIV variant I can see that for "Dispo G" through "Dispo Z" Category 1 shows "Exam'd". In the data mockup Category 1 is "Not Examined"
- Looking at the "ALL WORKERS" portion of the exported CSV for the HIV variant I can see there are some differences when compared to the PDF output, relevant lines included here:
Worker,Category 1,Category 2,Part.,Clus.,Reac.,Other,Total
ALL,Exam'd,Exam'd w/in 3:,0,0,0,0,0
ALL,Exam'd,Exam'd w/in 5:,0,0,0,0,0
ALL,Exam'd,Exam'd w/in 7:,0,0,0,0,0
ALL,Exam'd,Exam'd w/in 14:,1,0,0,0,1
ALL,Non-Assigned,,401,0,248,0,649- Looking at the "ALL WORKERS" portion of the exported CSV for the STD variant I can see there are some differences when compared to the PDF output, relevant lines included here:
Worker,Category 1,Category 2,Part.,Clus.,Reac.,Other,Total
ALL,Non-Assigned,,401,0,248,0,649
added 2 commits
July 17, 2026 15:26
…EDSS-Modernization into kc/APP-628-Convert-PA02
|
krista-skylight
marked this pull request as draft
July 20, 2026 18:24
Contributor
Author
|
@adaball I pushed some changes that should fix the label issue. The discrepancies for non-assigned should be due to the known bug. I suspect the exam'd w/in discrepancies are also related to the bug but putting this back into draft mode for now while I investigate! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Checklist for adding a library:
apps/modernization-api/src/main/resources/db/changelog/report/execution/03_ODSE_Data_Report_Library_Init.sqlapps/modernization-api/src/main/resources/db/report/execution/librariesnamed<your library name>.sqlapps/modernization-api/src/main/resources/db/report-execution-changelog.yml. It should be added to the latestchangeSetsince the last release - this could require a newchangeSetif there isn't one since last releaseapps/report-execution/src/librariesnamed in lowercase, but generally following the naming convention of SAS (needs to be human recognizable as the same library)executefunction is the required method and its signature will (someday) be checked for validityapps/report-execution/tests/libraries/<your_library_here>pyfile following the conventions established for other librariessubset_sqlcan be assumed to be well tested by the modernization-api, so focus on any logic and additional joins/queries/analysis that is added in the library