From 4ae2442c56b81ca525389c985f99aaf458414e0f Mon Sep 17 00:00:00 2001 From: James Dinh Date: Wed, 27 Dec 2023 12:09:01 -0800 Subject: [PATCH 01/15] added implementation guide --- .../ui/src/components/Webform/index.tsx | 3 +- src/services/ui/src/pages/guides/index.tsx | 220 ++++++++++++++++++ src/services/ui/src/pages/index.ts | 1 + src/services/ui/src/router.tsx | 1 + src/services/ui/src/routes.ts | 1 + 5 files changed, 225 insertions(+), 1 deletion(-) create mode 100644 src/services/ui/src/pages/guides/index.tsx diff --git a/src/services/ui/src/components/Webform/index.tsx b/src/services/ui/src/components/Webform/index.tsx index 8a87fa2fef..c00a0f8828 100644 --- a/src/services/ui/src/components/Webform/index.tsx +++ b/src/services/ui/src/components/Webform/index.tsx @@ -14,8 +14,9 @@ export const Webforms = () => {

Webforms

-
+
ABP1 + Implementation Guide
diff --git a/src/services/ui/src/pages/guides/index.tsx b/src/services/ui/src/pages/guides/index.tsx new file mode 100644 index 0000000000..10ba65278e --- /dev/null +++ b/src/services/ui/src/pages/guides/index.tsx @@ -0,0 +1,220 @@ +import { Links } from "react-router-dom"; +import { SubNavHeader } from "@/components"; + +export const ImplmentationGuide = () => { + return ( + <> + +

+ Medicaid Alternative Benefit Plan Implementation Guides +

+
+
+

Implementation Guides:

+ +

Training Materials:

+ +
+ + ); +}; diff --git a/src/services/ui/src/pages/index.ts b/src/services/ui/src/pages/index.ts index 9c876133c9..e746aa4327 100644 --- a/src/services/ui/src/pages/index.ts +++ b/src/services/ui/src/pages/index.ts @@ -6,3 +6,4 @@ export * from "./faq"; export * from "./form"; export * from "./profile"; export * from "./welcome"; +export * from "./guides"; diff --git a/src/services/ui/src/router.tsx b/src/services/ui/src/router.tsx index 9d35e34b6a..76495c08bb 100644 --- a/src/services/ui/src/router.tsx +++ b/src/services/ui/src/router.tsx @@ -71,6 +71,7 @@ export const router = createBrowserRouter([ { path: ROUTES.WEBFORMS, element: }, { path: ROUTES.WEBFORM, element: }, { path: ROUTES.PROFILE, element: }, + { path: ROUTES.GUIDES, element: }, ], loader: rootLoader(queryClient), }, diff --git a/src/services/ui/src/routes.ts b/src/services/ui/src/routes.ts index 0228ea1e92..244681eb6c 100644 --- a/src/services/ui/src/routes.ts +++ b/src/services/ui/src/routes.ts @@ -24,6 +24,7 @@ export enum ROUTES { CHIP_NEW = "/new-submission/spa/chip/create", WEBFORMS = "/webforms", WEBFORM = "/webform/:id/:version", + GUIDES = "/guides", } export enum FAQ_SECTION { From c34620a1d977881d9cd6dd5a4d9d0a852d3be03f Mon Sep 17 00:00:00 2001 From: James Dinh Date: Wed, 27 Dec 2023 13:43:11 -0800 Subject: [PATCH 02/15] cleanup --- src/services/ui/src/pages/guides/index.tsx | 26 +++++----------------- 1 file changed, 5 insertions(+), 21 deletions(-) diff --git a/src/services/ui/src/pages/guides/index.tsx b/src/services/ui/src/pages/guides/index.tsx index 10ba65278e..f60ab3a8c2 100644 --- a/src/services/ui/src/pages/guides/index.tsx +++ b/src/services/ui/src/pages/guides/index.tsx @@ -1,4 +1,3 @@ -import { Links } from "react-router-dom"; import { SubNavHeader } from "@/components"; export const ImplmentationGuide = () => { @@ -16,7 +15,6 @@ export const ImplmentationGuide = () => { Introduction @@ -27,7 +25,6 @@ export const ImplmentationGuide = () => { Alternative Benefit Plan Populations @@ -38,7 +35,6 @@ export const ImplmentationGuide = () => { Voluntary Benefit Package Selection Assurances - Eligibility Group @@ -50,7 +46,6 @@ export const ImplmentationGuide = () => { Voluntary Enrollment Assurances for Eligibility Groups other than @@ -62,7 +57,6 @@ export const ImplmentationGuide = () => { Enrollment Assurances - Mandatory Participants @@ -73,7 +67,6 @@ export const ImplmentationGuide = () => { Selection of Benchmark Benefit Package or Benchmark-Equivalent @@ -85,7 +78,6 @@ export const ImplmentationGuide = () => { Selection of Benchmark Benefit Package or Benchmark-Equivalent @@ -97,7 +89,6 @@ export const ImplmentationGuide = () => { Alternative Benefit Plan Cost-Sharing @@ -108,7 +99,6 @@ export const ImplmentationGuide = () => { Benefits Description @@ -119,7 +109,6 @@ export const ImplmentationGuide = () => { Benchmark-Equivalent Benefit Package @@ -130,7 +119,6 @@ export const ImplmentationGuide = () => { Benefit Assurance @@ -141,7 +129,6 @@ export const ImplmentationGuide = () => { Service Delivery Systems @@ -152,7 +139,6 @@ export const ImplmentationGuide = () => { Employer Sponsored Insurance and Payment of Premiums @@ -163,7 +149,6 @@ export const ImplmentationGuide = () => { General Assurances @@ -174,7 +159,6 @@ export const ImplmentationGuide = () => { Payment Methodology @@ -185,27 +169,27 @@ export const ImplmentationGuide = () => {