[CMDCT-3976] ETL to add <11 mask to all forms #139762
Merged
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.
Description
This ETL is a follow up to the <11 PR work and expands upon the removal of certain calculations in the print view as defined in this ticket. It goes through and adds the <11 mask to the 2023 and 2022 prior forms for all states for the exact same questions and removes a few calculations in sections 3 and 5. You can see a live before and after of running this script in the deployed environment here:
Screen.Recording.2024-10-16.at.11.08.03.AM.mov
Related ticket(s)
CMDCT-3976
How to test
./run local
(To ensure a brand new, seeded database)DYNAMO_ENDPOINT=http://localhost:8000 dynamodb-admin
after the local environment has fully spun up.DYNAMODB_URL="http://localhost:8000" dynamoPrefix="local" node services/database/scripts/add-less-than-eleven-mask.js
Extra Credit
Pre-review checklist
Pre-merge checklist
Review