From 4dedc19c81d80ca1aba6229d1ada976dfeabd2be Mon Sep 17 00:00:00 2001 From: Gary Zhao Date: Mon, 31 Jul 2023 13:46:57 -0400 Subject: [PATCH] [EASI-2838] Help article: 2-pager meeting (#653) * Two Pager Meeting Component and Route init * add TwoPageMeeting component to get started page * wip * Add all the copy * implementing tne copy * implementing tne copy * work * add the additional resouces copy * more work * fix styling and spcaing * first attempt failed * Add relatedarticle copmopnt * ADd a ult function' * DRYing the links * adjust classnames and margin/padding for the relatedarticle componet * adjust classnames and margin/padding for the relatedarticle component * update snaps * Add snapshot test * removed PageHeading for regular heading * update snaps * fix italics spacing * update snaps --- .../__snapshots__/index.test.tsx.snap | 67 +- src/components/RelatedArticles/index.tsx | 21 +- .../Articles/twoPageMeeting.ts | 131 ++++ .../helpAndKnowledge/helpAndKnowledge.ts | 7 +- src/i18n/en-US/index.ts | 2 + .../__snapshots__/index.test.tsx.snap | 698 ++++++++++++++++++ .../Articles/TwoPagerMeeting/index.test.tsx | 16 + .../Articles/TwoPagerMeeting/index.tsx | 363 +++++++++ src/views/HelpAndKnowledge/Articles/index.ts | 6 + .../About/__snapshots__/index.test.tsx.snap | 6 +- .../__snapshots__/index.test.tsx.snap | 2 +- src/views/HelpAndKnowledge/index.tsx | 8 + 12 files changed, 1303 insertions(+), 24 deletions(-) create mode 100644 src/i18n/en-US/helpAndKnowledge/Articles/twoPageMeeting.ts create mode 100644 src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/__snapshots__/index.test.tsx.snap create mode 100644 src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/index.test.tsx create mode 100644 src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/index.tsx diff --git a/src/components/RelatedArticles/__snapshots__/index.test.tsx.snap b/src/components/RelatedArticles/__snapshots__/index.test.tsx.snap index 9b9d1dda9a..0383d8d3fd 100644 --- a/src/components/RelatedArticles/__snapshots__/index.test.tsx.snap +++ b/src/components/RelatedArticles/__snapshots__/index.test.tsx.snap @@ -3,16 +3,14 @@ exports[`RelatedArticle matches the snapshot 1`] = `
-

Related help articles

@@ -22,7 +20,7 @@ exports[`RelatedArticle matches the snapshot 1`] = ` Below are some additional help articles that you may find useful.
+
  • +
    +
    +

    + How to have a successful 2-pager meeting +

    +
    + + + +
    +

    + Use this article to ensure you’re fully prepared for your 2-page concept review meeting with CMMI Front Office (FO). +

    +
    + +
    +
  • - +
    `; diff --git a/src/components/RelatedArticles/index.tsx b/src/components/RelatedArticles/index.tsx index 2afe30bbe5..9cd9b1e35d 100644 --- a/src/components/RelatedArticles/index.tsx +++ b/src/components/RelatedArticles/index.tsx @@ -1,20 +1,22 @@ import React from 'react'; import { useTranslation } from 'react-i18next'; -import { CardGroup } from '@trussworks/react-uswds'; +import { Link } from 'react-router-dom'; +import { CardGroup, GridContainer } from '@trussworks/react-uswds'; import classnames from 'classnames'; import ArticleCard from 'components/ArticleCard'; -import MainContent from 'components/MainContent'; import helpAndKnowledgeArticles from 'views/HelpAndKnowledge/Articles'; type RelatedArticlesProps = { className?: string; currentArticle: string; + viewAllLink?: boolean; }; const RelatedArticles = ({ className, - currentArticle + currentArticle, + viewAllLink }: RelatedArticlesProps) => { const { t } = useTranslation('helpAndKnowledge'); @@ -23,16 +25,19 @@ const RelatedArticles = ({ .slice(0, 3); return ( -
    - -

    {t('relatedHelp')}

    +
    + +

    {t('relatedHelp')}

    {t('relatedDescription')}
    - + {selectedArticles.map(article => ( ))} - + {viewAllLink && ( + {t('viewAllRelated')} + )} +
    ); }; diff --git a/src/i18n/en-US/helpAndKnowledge/Articles/twoPageMeeting.ts b/src/i18n/en-US/helpAndKnowledge/Articles/twoPageMeeting.ts new file mode 100644 index 0000000000..2c151d2bb0 --- /dev/null +++ b/src/i18n/en-US/helpAndKnowledge/Articles/twoPageMeeting.ts @@ -0,0 +1,131 @@ +const twoPageMeeting = { + title: 'How to have a successful 2-pager meeting', + description: + 'Use this article to ensure you’re fully prepared for your 2-page concept review meeting with CMMI Front Office (FO).', + summaryBox: { + title: 'Recommendations', + listItem: { + draft: 'Draft your 2-page concept paper', + start: 'Start thinking about additional resources', + review: 'The review meeting' + } + }, + conceptPaper: { + introParagraph: + 'A 2-page overview of a model concept may or may not include all of the elements listed below. The following is intended as a guide. Teams can focus on the most relevant and impactful information to decide if a model concept should move to the next development phase.', + stepOne: { + heading: '1. Proposed model overview and goals', + items: [ + 'Briefly describe the need for the model, including the challenges the target population faces', + 'Describe the preliminary theory of change for the model', + 'Provide background or context on if the proposed model has been tested before or is a follow-on model, incorporates learnings from external stakeholders, and/or where the concept originated (e.g., private sector, academia, state or regional efforts)' + ] + }, + stepTwo: { + heading: '2. High-level description of model elements', + item: + 'Provide a high-level overview of key model design elements including target population, payment approach, and quality/performance measurement' + }, + stepThree: { + heading: + '3. Preliminary analysis of the proposed model relative to selection criteria', + italics: + 'Not all of these may be answerable early in model development/consideration', + alignment: { + bold: 'Alignment: ', + text: + 'Describe how the model would advance one (or more) of the strategy refresh pillars, including, as relevant, how it will support strategy refresh drivers at a high level:', + numberedList: [ + 'Drive accountable care', + 'Advance health equity', + 'Support Innovation ', + 'Address affordability ', + 'Partner to achieve system transformation' + ] + }, + impact: { + bold: 'Impact: ', + text: 'Potential for the model to impact the following dimensions:', + list: [ + 'Participation – number of providers, beneficiaries, Medicare and Medicaid spending', + 'Transformation – cost reduction, quality and outcomes improvements, advancements in equity and reduction in disparities, and delivery system change' + ] + }, + feasibility: { + bold: 'Feasibility: ', + text: + 'Consider the likelihood of successful execution of the model including initial operational or feasibility limitations, and potential for scaling' + }, + innovation: { + bold: 'Innovation: ', + text: + 'The model provides innovation in a particular dimension – payment approach, provider type, patient population, mechanisms of transformation' + }, + stakeholders: { + bold: 'Stakeholders: ', + text: + 'Include a brief description of any stakeholder engagement in the model concept' + } + }, + exampleSummaryBox: { + heading: 'Example 2-pagers', + text: + 'While all models are different, and therefore the content within a 2-pager will vary drastically, it might be helpful to see examples of what other teams have put together for their models in the past.', + list: { + one: 'AHEAD 2-pager', + two: 'Enhancing Oncology Model 2-pager', + three: 'Innovation in Behavioral Health 2-pager', + four: 'Making Care Primary 2-pager' + }, + footer: 'To view the links above, you will need access to the ', + footerLink: 'Model Resources area of SharePoint.' + } + }, + additionalResources: { + intro: + 'This early in the process, it can be hard for model teams to know exactly what they’ll need regarding contractor support during the model concept and design phase. Not sure where to start? Below are some things to consider.', + subheading: 'Things to consider', + list: [ + 'Do you need an in-house expert on data? ', + 'Do you need help crunching numbers? ', + 'Do you need analytics support?', + 'Do you need help drafting the Innovation Center Investment Proposal (ICIP) or other documents? ', + 'Do you need literature review support? ', + 'Do you need rule-writing support?', + 'Do you need a clinical specialist? ', + 'Do you need help on a specific aspect of your model? ' + ], + paragraph: [ + 'If the answer is yes to one or more of these questions, your model would likely benefit from utilizing a pipeline contractor. CMMI generally has 2 pipeline contractors available (currently MITRE and ARDS have pipeline contracts with CMMI) that can assist model teams with various needs leading up to clearance. It’s important to note, model teams need to get approval from CMMI FO to utilize one of these contractors.', + 'While it is fine to use pipeline support for 2-pager and 6-pager work and for developing ICIP content, after the ICIP clears, model teams can no longer use pipeline funding. It can take a few months to get implementation contractor support, so plan accordingly. Model teams should work with the Division of Central Contracts Services (DCCS), the Division of Systems Support, Operation & Security (DSSOS), and the Office of Acquisition and Grants Management (OAGM) for assistance with contracting needs.' + ] + }, + reviewMeeting: { + intro: + 'After division and group leadership have reviewed and approved the 2-pager and the review meeting with CMMI FO is on the books, you may wonder, ', + italicsNowWhat: 'now what?', + subheading: { + tip: { + text: 'Tips for the meeting', + list: [ + 'Before the meeting, attach your 2-page concept paper to the calendar invite for your meeting with CMMI FO. We also recommend uploading your concept paper to your Model Plan within MINT.', + 'Come prepared to discuss your model concept.', + 'If you think you’ll need a pipeline contractor, flag this during the meeting. CMMI FO may have a preference for which contractor to use and will ultimately need to approve the request.' + ] + }, + outcomes: { + text: 'Possible outcomes', + paragraph: [ + 'Since the 2-pager meeting is still pretty high level in terms of model design, CMMI FO may have suggestions for the team to iterate on. In this case, model teams may be asked to come back for another 2-pager review after they’ve had time to ideate and address their considerations. Some concepts require multiple rounds of iteration, so don’t be discouraged if your concept isn’t approved the first time around.', + 'If during the meeting CMMI FO decides the model concept is feasible, they will approve the 2-pager. Model teams will then work on ironing out additional details of their model design that will go into their 6-page concept paper. If you haven’t already started filling out a Model Plan within MINT, this would be a great time to do that. Many of the details that will go into the 6-pager concept paper are a part of the Model Plan.' + ] + } + } + }, + footerSummaryBox: { + title: 'Need help?', + body: 'Contact the MINT team at <1>MINTTeam@cms.hhs.gov' + } +}; + +export default twoPageMeeting; diff --git a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts index f1af072a6a..2a8ea9740c 100644 --- a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts +++ b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts @@ -288,7 +288,7 @@ const solutions: SolutionTType = { description: `Centralized Data Exchange (CDX) is a part of the Innovation Support Platform (ISP) Suite of tools for non-ACO models; it enables CMMI-to-Participant Interoperability and application integration with other CMS systems. The Centralized Data Exchange (CDX) serves as an IT capability that enables the Innovation Center (IC) models to send and receive data with internal and external model participants using Application Programming Interfaces (APIs). It provides an improved ability to send and receive ad hoc files with internal and external users that takes advantage of modern, cloud-based technologies with one centralized file exchange. CDX is to exchange files between authorized users. This is implemented through the concept of a shared drive where authorized users can upload files and give access to those files to other authorized users. All users have a Home folder containing a list of all the files and folders to which they have access. The home folder is the Users "default/root" folder and contains all the files and folders to which the current user has access. - + The business function of CDX is a centralized data exchange to enable interoperability and provide center-wide data collection capabilities across CMMI. The exchange solution supports sending the right data, at the right time, sending the right amount, and referencing the right participants.`, links: [ { @@ -725,10 +725,10 @@ Specific to CMMI, HIGLAS has two integrated points:`, }, healthDataReporting: { about: { - description: `Health Data Reporting (HDR) is part of the Innovation Support Platform (ISP) Suite of tools for non-ACO models; it is a configurable, Innovation Center-wide solution that supports the collection and validation of health-related data for analysis by CMMI models. + description: `Health Data Reporting (HDR) is part of the Innovation Support Platform (ISP) Suite of tools for non-ACO models; it is a configurable, Innovation Center-wide solution that supports the collection and validation of health-related data for analysis by CMMI models. HDR leverages CMS’ Enterprise Portal and CMMI’s IC Portlet Services for secure access and a standardized look and feel. - + HDR’s Configuration Management allows model teams to define and modify performance and submission periods, change data elements to be collected across performance periods, and manage and monitor submissions.`, links: [ { @@ -1817,6 +1817,7 @@ const helpAndKnowledge = { relatedHelp: 'Related help articles', relatedDescription: 'Below are some additional help articles that you may find useful.', + viewAllRelated: 'View all help articles', operationalSolutions: 'Operational solutions', operationalSolutionsInfo: 'Learn about the CMS systems, data sources, IT tools, and other services that are available to assist with your Model Plans.', diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 8f93fcc6a7..6ea46634fe 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -15,6 +15,7 @@ import subtasks from './draftModelPlan/subtasks'; import getAccess from './helpAndKnowledge/Articles/getAccess'; import modelPlanOverview from './helpAndKnowledge/Articles/modelPlanOverview'; import sampleModelPlan from './helpAndKnowledge/Articles/sampleModelPlan'; +import twoPageMeeting from './helpAndKnowledge/Articles/twoPageMeeting'; import helpAndKnowledge from './helpAndKnowledge/helpAndKnowledge'; import modelPlan from './modelPlan/plan'; import { planBasics, planBasicsMisc } from './modelPlan/planBasics'; @@ -78,6 +79,7 @@ const enUS = { privacyPolicy, readOnlyModelPlan, sampleModelPlan, + twoPageMeeting, subtasks, tableAndPagination, termsAndConditions diff --git a/src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/__snapshots__/index.test.tsx.snap b/src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/__snapshots__/index.test.tsx.snap new file mode 100644 index 0000000000..cd185815cd --- /dev/null +++ b/src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/__snapshots__/index.test.tsx.snap @@ -0,0 +1,698 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[`TwoPagerMeeting matches the snapshot 1`] = ` + +
    +
    +
    + +

    + How to have a successful 2-pager meeting +

    + + + +

    + Use this article to ensure you’re fully prepared for your 2-page concept review meeting with CMMI Front Office (FO). +

    + +
    +

    + Draft your 2-page concept paper +

    +

    + A 2-page overview of a model concept may or may not include all of the elements listed below. The following is intended as a guide. Teams can focus on the most relevant and impactful information to decide if a model concept should move to the next development phase. +

    +

    + 1. Proposed model overview and goals +

    +
      +
    • + Briefly describe the need for the model, including the challenges the target population faces +
    • +
    • + Describe the preliminary theory of change for the model +
    • +
    • + Provide background or context on if the proposed model has been tested before or is a follow-on model, incorporates learnings from external stakeholders, and/or where the concept originated (e.g., private sector, academia, state or regional efforts) +
    • +
    +

    + 2. High-level description of model elements +

    +
      +
    • + Provide a high-level overview of key model design elements including target population, payment approach, and quality/performance measurement +
    • +
    +

    + 3. Preliminary analysis of the proposed model relative to selection criteria +

    + + Not all of these may be answerable early in model development/consideration + +
      +
    • + + Alignment: + + Describe how the model would advance one (or more) of the strategy refresh pillars, including, as relevant, how it will support strategy refresh drivers at a high level: +
        +
      1. + Drive accountable care +
      2. +
      3. + Advance health equity +
      4. +
      5. + Support Innovation +
      6. +
      7. + Address affordability +
      8. +
      9. + Partner to achieve system transformation +
      10. +
      +
    • +
    • + + Impact: + + Potential for the model to impact the following dimensions: +
        +
      • + Participation – number of providers, beneficiaries, Medicare and Medicaid spending +
      • +
      • + Transformation – cost reduction, quality and outcomes improvements, advancements in equity and reduction in disparities, and delivery system change +
      • +
      +
    • +
    • + + Feasibility: + + Consider the likelihood of successful execution of the model including initial operational or feasibility limitations, and potential for scaling +
    • +
    • + + Innovation: + + The model provides innovation in a particular dimension – payment approach, provider type, patient population, mechanisms of transformation +
    • +
    • + + Stakeholders: + + Include a brief description of any stakeholder engagement in the model concept +
    • +
    +
    +
    +
    +

    + Example 2-pagers +

    +
    +

    + While all models are different, and therefore the content within a 2-pager will vary drastically, it might be helpful to see examples of what other teams have put together for their models in the past. +

    + + + To view the links above, you will need access to the + + Model Resources area of SharePoint. + + +
    +
    +
    +
    +

    + Start thinking about additional resources +

    +

    + This early in the process, it can be hard for model teams to know exactly what they’ll need regarding contractor support during the model concept and design phase. Not sure where to start? Below are some things to consider. +

    +

    + Things to consider +

    +
      +
    • + Do you need an in-house expert on data? +
    • +
    • + Do you need help crunching numbers? +
    • +
    • + Do you need analytics support? +
    • +
    • + Do you need help drafting the Innovation Center Investment Proposal (ICIP) or other documents? +
    • +
    • + Do you need literature review support? +
    • +
    • + Do you need rule-writing support? +
    • +
    • + Do you need a clinical specialist? +
    • +
    • + Do you need help on a specific aspect of your model? +
    • +
    +

    + If the answer is yes to one or more of these questions, your model would likely benefit from utilizing a pipeline contractor. CMMI generally has 2 pipeline contractors available (currently MITRE and ARDS have pipeline contracts with CMMI) that can assist model teams with various needs leading up to clearance. It’s important to note, model teams need to get approval from CMMI FO to utilize one of these contractors. +

    +

    + While it is fine to use pipeline support for 2-pager and 6-pager work and for developing ICIP content, after the ICIP clears, model teams can no longer use pipeline funding. It can take a few months to get implementation contractor support, so plan accordingly. Model teams should work with the Division of Central Contracts Services (DCCS), the Division of Systems Support, Operation & Security (DSSOS), and the Office of Acquisition and Grants Management (OAGM) for assistance with contracting needs. +

    +
    +
    +

    + The review meeting +

    +

    + After division and group leadership have reviewed and approved the 2-pager and the review meeting with CMMI FO is on the books, you may wonder, + + now what? + +

    +

    + Tips for the meeting +

    +
      +
    • + Before the meeting, attach your 2-page concept paper to the calendar invite for your meeting with CMMI FO. We also recommend uploading your concept paper to your Model Plan within MINT. +
    • +
    • + Come prepared to discuss your model concept. +
    • +
    • + If you think you’ll need a pipeline contractor, flag this during the meeting. CMMI FO may have a preference for which contractor to use and will ultimately need to approve the request. +
    • +
    +

    + Possible outcomes +

    +

    + Since the 2-pager meeting is still pretty high level in terms of model design, CMMI FO may have suggestions for the team to iterate on. In this case, model teams may be asked to come back for another 2-pager review after they’ve had time to ideate and address their considerations. Some concepts require multiple rounds of iteration, so don’t be discouraged if your concept isn’t approved the first time around. +

    +

    + If during the meeting CMMI FO decides the model concept is feasible, they will approve the 2-pager. Model teams will then work on ironing out additional details of their model design that will go into their 6-page concept paper. If you haven’t already started filling out a Model Plan within MINT, this would be a great time to do that. Many of the details that will go into the 6-pager concept paper are a part of the Model Plan. +

    +
    +
    +
    +

    + Need help? +

    +
    + Contact the MINT team at + + MINTTeam@cms.hhs.gov + +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    + Related help articles +

    +
    + Below are some additional help articles that you may find useful. +
    +
      +
    • +
      +
      +

      + Overview for adding a model +

      +
      + + + +
      +

      + Within MINT, you can start a new Model Plan to analyze the operational and implementation needs of the model upload and access documents related to your model request, like concept documents or policy papers track the IT solutions the model will use and track its status through implementation +

      +
      + +
      +
    • +
    • +
      +
      +

      + Sample Model Plan +

      +
      + + + +
      +

      + This is example data and may not reflect exact model decisions. Use this as a reference to better understand the type of information needed for a Model Plan. +

      +
      + +
      +
    • +
    + + View all help articles + +
    +
    +
    +
    +`; diff --git a/src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/index.test.tsx b/src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/index.test.tsx new file mode 100644 index 0000000000..673e1c4395 --- /dev/null +++ b/src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/index.test.tsx @@ -0,0 +1,16 @@ +import React from 'react'; +import { MemoryRouter } from 'react-router-dom'; +import { render } from '@testing-library/react'; + +import TwoPagerMeeting from './index'; + +describe('TwoPagerMeeting', () => { + it('matches the snapshot', () => { + const { asFragment } = render( + + + + ); + expect(asFragment()).toMatchSnapshot(); + }); +}); diff --git a/src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/index.tsx b/src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/index.tsx new file mode 100644 index 0000000000..04e9d43e17 --- /dev/null +++ b/src/views/HelpAndKnowledge/Articles/TwoPagerMeeting/index.tsx @@ -0,0 +1,363 @@ +import React from 'react'; +import { Trans, useTranslation } from 'react-i18next'; +import { + Grid, + GridContainer, + IconArrowForward, + Link as ExternalLink, + SummaryBox +} from '@trussworks/react-uswds'; + +import HelpAndKnowledgeCategoryTag from 'components/HelpAndKnowledgeCategoryTag'; +import HelpBreadcrumb from 'components/HelpBreadcrumb'; +import MainContent from 'components/MainContent'; +import PageHeading from 'components/PageHeading'; +import RelatedArticles from 'components/RelatedArticles'; + +const covertToLowercaseAndDashes = (string: string) => + string.toLowerCase().replace(/\s+/g, '-'); + +const Link = ({ scrollTo }: { scrollTo: string }) => { + return ( + + {scrollTo} + + + ); +}; + +const TwoPagerMeeting = () => { + const { t: twoPageMeetingT } = useTranslation('twoPageMeeting'); + + const modelOverviewAndGoals: string[] = twoPageMeetingT( + 'conceptPaper.stepOne.items', + { returnObjects: true } + ); + + const alignmentListItems: string[] = twoPageMeetingT( + 'conceptPaper.stepThree.alignment.numberedList', + { returnObjects: true } + ); + + const impactListItems: string[] = twoPageMeetingT( + 'conceptPaper.stepThree.impact.list', + { returnObjects: true } + ); + const additionalResourcesListItems: string[] = twoPageMeetingT( + 'additionalResources.list', + { returnObjects: true } + ); + const additionalResourcesParagraphs: string[] = twoPageMeetingT( + 'additionalResources.paragraph', + { returnObjects: true } + ); + const tipsList: string[] = twoPageMeetingT( + 'reviewMeeting.subheading.tip.list', + { returnObjects: true } + ); + const outcomesParagraphs: string[] = twoPageMeetingT( + 'reviewMeeting.subheading.outcomes.paragraph', + { returnObjects: true } + ); + + return ( + <> + + + + + + {twoPageMeetingT('title')} + + +

    + {twoPageMeetingT('description')} +

    + + +
      + {/* eslint-disable jsx-a11y/anchor-is-valid */} +
    • + +
    • +
    • + +
    • +
    • + +
    • + {/* eslint-enable jsx-a11y/anchor-is-valid */} +
    +
    + +
    +

    + {twoPageMeetingT('summaryBox.listItem.draft')} +

    +

    + {twoPageMeetingT('conceptPaper.introParagraph')} +

    + +

    + {twoPageMeetingT('conceptPaper.stepOne.heading')} +

    +
      + {modelOverviewAndGoals.map(k => ( +
    • + {k} +
    • + ))} +
    + +

    + {twoPageMeetingT('conceptPaper.stepTwo.heading')} +

    +
      +
    • + {twoPageMeetingT('conceptPaper.stepTwo.item')} +
    • +
    + +

    + {twoPageMeetingT('conceptPaper.stepThree.heading')} +

    + + {twoPageMeetingT('conceptPaper.stepThree.italics')} + +
      +
    • + + {twoPageMeetingT('conceptPaper.stepThree.alignment.bold')} + + {twoPageMeetingT('conceptPaper.stepThree.alignment.text')} +
        + {alignmentListItems.map(k => ( +
      1. + {k} +
      2. + ))} +
      +
    • +
    • + + {twoPageMeetingT('conceptPaper.stepThree.impact.bold')} + + {twoPageMeetingT('conceptPaper.stepThree.impact.text')} +
        + {impactListItems.map(k => ( +
      • + {k} +
      • + ))} +
      +
    • +
    • + + {twoPageMeetingT('conceptPaper.stepThree.feasibility.bold')} + + {twoPageMeetingT('conceptPaper.stepThree.feasibility.text')} +
    • +
    • + + {twoPageMeetingT('conceptPaper.stepThree.innovation.bold')} + + {twoPageMeetingT('conceptPaper.stepThree.innovation.text')} +
    • +
    • + + {twoPageMeetingT( + 'conceptPaper.stepThree.stakeholders.bold' + )} + + {twoPageMeetingT('conceptPaper.stepThree.stakeholders.text')} +
    • +
    +
    + + +

    + {twoPageMeetingT('conceptPaper.exampleSummaryBox.text')} +

    +
      +
    • + + {twoPageMeetingT('conceptPaper.exampleSummaryBox.list.one')} + +
    • +
    • + + {twoPageMeetingT('conceptPaper.exampleSummaryBox.list.two')} + +
    • +
    • + + {twoPageMeetingT( + 'conceptPaper.exampleSummaryBox.list.three' + )} + +
    • +
    • + + {twoPageMeetingT( + 'conceptPaper.exampleSummaryBox.list.four' + )} + +
    • +
    + + {twoPageMeetingT('conceptPaper.exampleSummaryBox.footer')} + + {twoPageMeetingT('conceptPaper.exampleSummaryBox.footerLink')} + + +
    + +
    +

    + {twoPageMeetingT('summaryBox.listItem.start')} +

    +

    + {twoPageMeetingT('additionalResources.intro')} +

    + +

    + {twoPageMeetingT('additionalResources.subheading')} +

    +
      + {additionalResourcesListItems.map(k => ( +
    • + {k} +
    • + ))} +
    + {additionalResourcesParagraphs.map(k => ( +

    + {k} +

    + ))} +
    + +
    +

    + {twoPageMeetingT('summaryBox.listItem.review')} +

    +

    + {twoPageMeetingT('reviewMeeting.intro')} + {twoPageMeetingT('reviewMeeting.italicsNowWhat')} +

    + +

    + {twoPageMeetingT('reviewMeeting.subheading.tip.text')} +

    +
      + {tipsList.map(k => ( +
    • + {k} +
    • + ))} +
    + +

    + {twoPageMeetingT('reviewMeeting.subheading.outcomes.text')} +

    + {outcomesParagraphs.map(k => ( +

    + {k} +

    + ))} +
    + + + + indexZero + + email + + indexTwo + + +
    +
    +
    +
    + +
    + + ); +}; + +export default TwoPagerMeeting; diff --git a/src/views/HelpAndKnowledge/Articles/index.ts b/src/views/HelpAndKnowledge/Articles/index.ts index 920f18d501..c3a9ac844a 100644 --- a/src/views/HelpAndKnowledge/Articles/index.ts +++ b/src/views/HelpAndKnowledge/Articles/index.ts @@ -21,6 +21,12 @@ const helpAndKnowledgeArticles: (ArticleProps & ArticleTypeProps)[] = [ route: '/sample-model-plan', translation: 'sampleModelPlan', type: 'gettingStarted' + }, + { + name: 'How to have a successful 2-pager meeting', + route: '/how-to-have-a-successful-2-pager-meeting', + translation: 'twoPageMeeting', + type: 'gettingStarted' } ]; diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/About/__snapshots__/index.test.tsx.snap b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/About/__snapshots__/index.test.tsx.snap index 773e0a786d..9304331d8f 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/About/__snapshots__/index.test.tsx.snap +++ b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/About/__snapshots__/index.test.tsx.snap @@ -541,7 +541,7 @@ exports[`IT Solutions About Components matches the snapshot: Centralized Data Ex Suite of tools for non-ACO models; it enables CMMI-to-Participant Interoperability and application integration with other CMS systems. The Centralized Data Exchange (CDX) serves as an IT capability that enables the Innovation Center (IC) models to send and receive data with internal and external model participants using Application Programming Interfaces (APIs). It provides an improved ability to send and receive ad hoc files with internal and external users that takes advantage of modern, cloud-based technologies with one centralized file exchange. CDX is to exchange files between authorized users. This is implemented through the concept of a shared drive where authorized users can upload files and give access to those files to other authorized users. All users have a Home folder containing a list of all the files and folders to which they have access. The home folder is the Users "default/root" folder and contains all the files and folders to which the current user has access. - + The business function of CDX is a centralized data exchange to enable interoperability and provide center-wide data collection capabilities across CMMI. The exchange solution supports sending the right data, at the right time, sending the right amount, and referencing the right participants.

    Innovation Support Platform (ISP) - Suite of tools for non-ACO models; it is a configurable, Innovation Center-wide solution that supports the collection and validation of health-related data for analysis by CMMI models. + Suite of tools for non-ACO models; it is a configurable, Innovation Center-wide solution that supports the collection and validation of health-related data for analysis by CMMI models. HDR leverages CMS’ Enterprise Portal and CMMI’s IC Portlet Services for secure access and a standardized look and feel. - + HDR’s Configuration Management allows model teams to define and modify performance and submission periods, change data elements to be collected across performance periods, and manage and monitor submissions.

    { + + + +