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

feat(package-changes-TE-appk): remove/refactor appK and add amend as package action #866

Merged
merged 96 commits into from
Nov 21, 2024

Conversation

tiffanyvu
Copy link
Collaborator

Purpose

Merges PR: #843 and #848

Linked Issues to Close

https://jiraent.cms.gov/browse/OY2-30288
https://jiraent.cms.gov/browse/OY2-27271

Assorted Notes/Considerations/Learning

These PRs have been combined due to deploy issues. A newly added test file has been skipped to be resolved in a future branch.

Copy link
Contributor

github-actions bot commented Nov 21, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 71.38% 5705 / 7992
🔵 Statements 70.78% 6035 / 8526
🔵 Functions 65.44% 1708 / 2610
🔵 Branches 39.95% 1012 / 2533
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
lib/lambda/submit/submissionPayloads/app-k.ts 0% 0% 0% 0% 10-45
lib/lambda/submit/submissionPayloads/index.ts 0% 100% 100% 0% 17-33
lib/packages/shared-types/actions.ts 100% 100% 100% 100%
lib/packages/shared-types/events/app-k.ts 100% 100% 100% 100%
lib/packages/shared-types/opensearch/changelog/index.ts 100% 100% 100% 100%
lib/packages/shared-types/opensearch/changelog/transforms/app-k.ts 18.18% 0% 0% 14.28% 3-31, 4-20
lib/packages/shared-types/opensearch/main/index.ts 100% 100% 100% 100%
lib/packages/shared-types/opensearch/main/transforms/app-k.ts 25% 100% 0% 14.28% 8-36
react-app/src/features/forms/post-submission/post-submission-forms.tsx 37.5% 0% 0% 37.5% 65-70, 76-78
react-app/src/features/forms/post-submission/amend/index.test.tsx 42.1% 100% 20% 42.1% 13, 21, 24-40, 44-60, 64-80
react-app/src/features/forms/post-submission/amend/index.tsx 11.11% 0% 0% 11.11% 7-26
react-app/src/features/forms/waiver/app-k/index.test.tsx 100% 100% 100% 100%
react-app/src/features/forms/waiver/app-k/index.tsx 80% 66.66% 75% 80% 123
react-app/src/features/forms/waiver/capitated/Amendment.tsx 80% 100% 80% 80% 130
react-app/src/features/forms/waiver/capitated/amendment.test.tsx 100% 100% 100% 100%
react-app/src/features/forms/waiver/contracting/Amendment.tsx 80% 100% 80% 80% 129
react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx 100% 100% 100% 100%
react-app/src/features/package/package-activity/index.tsx 88.23% 83.33% 100% 88.23% 111-113, 159, 166
react-app/src/features/package/package-details/hooks.tsx 13.88% 0% 0% 14.7% 14-28, 42-132, 138-154, 161-168, 174-193
react-app/src/features/package/package-details/index.tsx 15.38% 0% 0% 18.18% 23, 50-63
react-app/src/formSchemas/app-k.ts 100% 100% 100% 100%
react-app/src/formSchemas/index.ts 100% 100% 100% 100%
react-app/src/utils/test-helpers/renderForm.tsx 100% 100% 100% 100%
Generated in workflow #669 for commit df57adc by the Vitest Coverage Report Action

Copy link
Collaborator

@asharonbaltazar asharonbaltazar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can also delete the submission folder entirely


const otherAttachmentLabel = await upload("other");
expect(otherAttachmentLabel).not.toHaveClass("text-destructive");
});
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where's the test determining whether the submit button is valid and not disabled?

Comment on lines +105 to +116
beforeAll(() => {
skipCleanup();
mockApiRefinements();

const { container: renderedContainer } = renderForm(<AmendmentForm />);

container = renderedContainer;
});
test("waiver id is rendered on page", async () => {
const { container: renderedContainer } = renderForm(
<AmendmentForm waiverId="AK-0000.R00.11" />,
);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if you need to render the AmendmentForm here only to re-render it in the test again. If that's the need, we should stick to the rerender method container exposes

tiffanyvu and others added 3 commits November 21, 2024 13:23
…orms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
…orms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
@tiffanyvu tiffanyvu temporarily deployed to fix-resource-name-deploy November 21, 2024 21:30 — with GitHub Actions Inactive
@tiffanyvu tiffanyvu temporarily deployed to fix-resource-name-deploy November 21, 2024 21:30 — with GitHub Actions Inactive
…racting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
Copy link
Contributor

🎉 This PR is included in version 1.5.0-val.95 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@asharonbaltazar asharonbaltazar deleted the fix-resource-name-deploy branch November 22, 2024 17:16
RanyeM pushed a commit that referenced this pull request Dec 2, 2024
…package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
RanyeM pushed a commit that referenced this pull request Dec 2, 2024
…package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
RanyeM pushed a commit that referenced this pull request Dec 2, 2024
…package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
RanyeM pushed a commit that referenced this pull request Dec 2, 2024
…package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
RanyeM pushed a commit that referenced this pull request Dec 2, 2024
…package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
RanyeM pushed a commit that referenced this pull request Dec 2, 2024
…package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
RanyeM added a commit that referenced this pull request Dec 3, 2024
* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* updated text and finished adding links

* updated text

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* feat(ui): Remove MMDL Card Choices in Mako (#877)

* Remove MMDL Card Choices in Mako

* Remove MMDL Card Choices from index.spec.ts

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix: upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0 (#874)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* feat(design): HCD Design Changes (#873)

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix: upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0 (#874)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix: upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0 (#874)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* Merge branch 'main' into add-mmdl-pdf-links

* fixed error

* .DS_Store banished!

* seperated constants, added inline tailwind, removed css file

* typed out templates

* fixed constants

* feat(mmdl-faq): add mmdl spa questions and descriptions to faq (#879)

* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* Update oneMACFAQContent.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

* feat(upload-sub-doc-email): Add template for upload subsequent documents CHIP SPA (#878)

* working through email content

* adjust text language

* added missing preview emails

* add email logic for subseq doc

* fix types

* remove unused

* Update ChipSpaCMS.tsx

* remove unused

* Delete CHIP_SPA.tsx

* adjust template

* adjust based on comments

* Update ChipSpaState.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

* fix(search): update dashboard search to allow whitespace (#875)

* feat(mmdl-faq): add mmdl spa questions and descriptions to faq (#879)

* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* Update oneMACFAQContent.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

* feat(mmdl-faq): add mmdl spa questions and descriptions to faq (#879)

* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* Update oneMACFAQContent.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

* feat(mmdl-faq): add mmdl spa questions and descriptions to faq (#879)

* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* Update oneMACFAQContent.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

---------

Co-authored-by: James Dinh <jdinh@collabralink.com>
Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>
Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
Co-authored-by: Benjamin Paige <benjamin.paige@gmail.com>
Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: Andie Swift <andie.swift5@gmail.com>
Co-authored-by: macpro-snyk-service-account <155584529+macpro-snyk-service-account@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Andie Swift <aswift@gswell.com>
Co-authored-by: James Dinh <jdinh8124@gmail.com>
benjaminpaige added a commit that referenced this pull request Dec 4, 2024
* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* updated text and finished adding links

* updated text

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* feat(ui): Remove MMDL Card Choices in Mako (#877)

* Remove MMDL Card Choices in Mako

* Remove MMDL Card Choices from index.spec.ts

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix: upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0 (#874)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* feat(design): HCD Design Changes (#873)

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix: upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0 (#874)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* fix(e-map): updates to the email mapping (#869)

* Update

* Update email template mapping

* Update

* revent bunlock change

* Update lib/libs/email/content/email-components.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update

---------

Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix: upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0 (#874)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.682.0 to 3.685.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(package-changes-TE-appk): remove/refactor appK and add amend as package action (#866)

* testing lib udpates for amend title

* Testing amend title udpates

* Testing amend title..

* test test amend

* Testing and debuggin

* testing agin

* testing

* testing updates

* testing again ..

* test parent

* testing

* testing

* testing

* testing

* testing

* testing

* testing

* Respond-to-Rai form updates

* updating action form

* updating event schemea

* fix bug

* Updating the evens transform

* updating

* add to transform

* add changelog fix

* packacitivty update

* move a folder up

* make it route

* final updates for text

* Starting my test stuff

* udpates from review

* restoring to previous version

* fixing test error

* fix lint errors

* make fields optional (fix #5 and #7)

* Adding test and extra fixes

* updates

* last fixes from padma

* updating the Adment actions in the waiver and labels

* cleaning up form prep

* Removing unessessary file

* initial test

* test submit 400 error

* fix lambda schema ref

* add logs

* logs

* fix datepicker type

* try moving state transform

* delete fields

* remove unused fields

* delete lambda imports

* delete action import

* add check to validate existing record

* change to kebab case

* adjust logic of the amendment forms

* add tests, documentCheck needed to reach 90%

* remove console logs

* address PR comments

* make it work

* fix qa issues

* fix title not showing in package details

* fixes for pr comments

* Delete index.test.tsx

* fix language

* fix banner

* uncapitalize request in banner

* adds test for post-submission/amend/index.test.tsx

* updates Amendment tests, small code style update

* update post submission amendments to get waiverId from higher level component

* update test to address 2 of 3 feedback points

* add max char count for amendment title

* fix amendment title to mimic mono

* updating the existing waiver number code for test

* Apply suggestions from code review

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* updates to address feedback, add test for verifying waiver id is rendered

* take main react-app/src/components/ActionForm/index.tsx

* fix test error

* fix network error test

* try again

* temp skip test file

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* Update react-app/src/features/forms/post-submission/post-submission-forms.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* address comments

* Update react-app/src/features/forms/waiver/contracting/amendment-contracting.test.tsx

Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

---------

Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>

* fix(minor-amend-issues): fixes to the amendment stuff that got missed

Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>

* feat(emails): CHIP SPA Withdraw Package emails for CMS/State (#870)

* fix: update `email-dev` command

* chore: update type for `PackageDetails`

* feat: add `WithdrawPackage` to `Events`

* chore: remove string from unnecessary curly braces

* chore: rename folder and create new withdraw request emails for state/CMS

* chore: rename `widthdraw` to `withdraw`

* chore: add attachments for `withdraw-package`

* feat: add previews for CMS/State `withdraw-package`

* chore: JSX removed from template literal

* feat: update ChipSpaCMS email to have a spam notice

* feat: create additional notice for further questions

* chore: move notice to email body

* chore: change ! to .

* fix: upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0 (#884)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.685.0 to 3.687.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* fix(email): App K Email Templates (#867)

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* preview for state appK was incorrect

* addressed PR comments

* made fixes found by QC also missed adding the ts change

* fix: upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0 (#885)

Snyk has created this PR to upgrade @aws-sdk/client-s3 from 3.687.0 to 3.688.0.

See this package in npm:
@aws-sdk/client-s3

See this project in Snyk:
https://app.snyk.io/org/macpro-macpro/project/11edb9d2-770d-47a9-970d-58701c9ea018?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>

* feat(design): HCD Design Changes (#873)

* Merge branch 'main' into add-mmdl-pdf-links

* fixed error

* .DS_Store banished!

* seperated constants, added inline tailwind, removed css file

* typed out templates

* fixed constants

* feat(mmdl-faq): add mmdl spa questions and descriptions to faq (#879)

* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* Update oneMACFAQContent.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

* feat(upload-sub-doc-email): Add template for upload subsequent documents CHIP SPA (#878)

* working through email content

* adjust text language

* added missing preview emails

* add email logic for subseq doc

* fix types

* remove unused

* Update ChipSpaCMS.tsx

* remove unused

* Delete CHIP_SPA.tsx

* adjust template

* adjust based on comments

* Update ChipSpaState.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

* fix(search): update dashboard search to allow whitespace (#875)

* feat(mmdl-faq): add mmdl spa questions and descriptions to faq (#879)

* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* Update oneMACFAQContent.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

* feat(mmdl-faq): add mmdl spa questions and descriptions to faq (#879)

* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* Update oneMACFAQContent.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

* feat(mmdl-faq): add mmdl spa questions and descriptions to faq (#879)

* add sections and questions and descriptions

* add subsections in prep for links

* Update oneMACFAQContent.tsx

* added missing preview emails

* in the middle of updating the text for these email templates

* verified all app k template lang

* double checked all the templates are correct

* verified all subject lines and added waivers where needed for index.tsx files

* fixed all TS errors in the emails folder

* Update oneMACFAQContent.tsx

---------

Co-authored-by: Andie Swift <andie.swift5@gmail.com>

---------

Co-authored-by: James Dinh <jdinh@collabralink.com>
Co-authored-by: tiffanyvu <tiffany.v330@gmail.com>
Co-authored-by: Rafiq Muntaqim <rmuntaqim@fearless.tech>
Co-authored-by: 13bfrancis <40218571+13bfrancis@users.noreply.github.com>
Co-authored-by: Ty Bolt <tybolt@gmail.com>
Co-authored-by: asharonbaltazar <58940073+asharonbaltazar@users.noreply.github.com>
Co-authored-by: Benjamin Paige <benjamin.paige@gmail.com>
Co-authored-by: Benjamin Paige <benjaminpaige@users.noreply.github.com>
Co-authored-by: Andie Swift <andie.swift5@gmail.com>
Co-authored-by: macpro-snyk-service-account <155584529+macpro-snyk-service-account@users.noreply.github.com>
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Andie Swift <aswift@gswell.com>
Co-authored-by: James Dinh <jdinh8124@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants