Skip to content

Commit

Permalink
feat(ui): remove mmdl chip (#893)
Browse files Browse the repository at this point in the history
* removed chip spa eligibility mmdl card

* 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 <[email protected]>

* 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 <[email protected]>

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

---------

Co-authored-by: James Dinh <[email protected]>
Co-authored-by: Andie Swift <[email protected]>
Co-authored-by: Ty Bolt <[email protected]>
  • Loading branch information
4 people authored Dec 9, 2024
1 parent 1064150 commit 5fde807
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 49 deletions.
4 changes: 0 additions & 4 deletions react-app/src/components/BreadCrumb/create-breadcrumbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ const newSubmissionPageRouteMapper: Record<
to: "/new-submission/spa/chip",
displayText: "CHIP SPA Type",
},
"chip-eligibility": {
to: "/new-submission/spa/chip/landing/chip-eligibility",
displayText: "CHIP Eligibility SPAs",
},
waiver: {
to: "/new-submission/waiver",
displayText: "Waiver Type",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ export interface ExternalAppLandingPageConfig {
const MACProLogo = () => (
<img src={"/images/logos/macpro.png"} alt={"MACPro system logo"} />
);
const MMDLLogo = () => (
<img src={"/images/logos/mmdl.png"} alt={"MMDL system logo"} />
);
const FAQHelperText = () => (
<span className="max-w-xl">
<i>
Expand Down Expand Up @@ -109,35 +106,3 @@ export const MedicaidEligibilityLandingPage = () => (
buttonLink={EXTERNAL_APP.MAC_PRO}
/>
);

export const CHIPEligibilityLandingPage = () => (
<ExternalAppLandingPage
pageTitle={"CHIP Eligibility SPAs"}
image={<MMDLLogo />}
description={
<LandingPageDescription>
<p className="mb-4">
<b>
CHIP Eligibility SPAs are managed within the{" "}
<a
className="text-sky-700 hover:text-sky-800 underline"
href={EXTERNAL_APP.MMDL}
target="_blank"
rel="noreferrer"
>
Medicaid Model Data Lab (MMDL)
</a>
.
</b>
</p>
<p>
The MMDL system allows states to apply for changes to their State
plan, and access report on Medicaid program
administration/implementation.
</p>
</LandingPageDescription>
}
buttonLabel={"Enter the MMDL system"}
buttonLink={EXTERNAL_APP.MMDL}
/>
);
5 changes: 0 additions & 5 deletions react-app/src/features/selection-flow/options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ export const MEDICAID_SPA_OPTIONS: OptionData[] = [
];

export const CHIP_SPA_OPTIONS: OptionData[] = [
{
title: "CHIP Eligibility",
description: "Redirects to the MMDL submission system",
to: "/new-submission/spa/chip/landing/chip-eligibility",
},
{
title: "All Other CHIP SPA Submissions",
description: "Create a new CHIP State Plan Amendment",
Expand Down
4 changes: 0 additions & 4 deletions react-app/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,6 @@ export const router = createBrowserRouter([
path: "/new-submission/spa/medicaid/landing/medicaid-eligibility",
element: <F.MedicaidEligibilityLandingPage />,
},
{
path: "/new-submission/spa/chip/landing/chip-eligibility",
element: <F.CHIPEligibilityLandingPage />,
},
{ path: "/webforms", element: <F.WebformsList /> },
{ path: "/webform/:id/:version", element: <F.Webform /> },
{ path: "/profile", element: <F.Profile /> },
Expand Down
1 change: 0 additions & 1 deletion test/e2e/tests/a11y/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ const staticRoutes = [
"/new-submission/waiver/b/b4",
"/new-submission/waiver/b/capitated",
"/new-submission/spa/medicaid/landing/medicaid-eligibility",
"/new-submission/spa/chip/landing/chip-eligibility",
"/new-submission/waiver/b/capitated/amendment/create",
"/new-submission/waiver/b/capitated/renewal/create",
"/new-submission/waiver/b/capitated/initial/create",
Expand Down

0 comments on commit 5fde807

Please sign in to comment.