From ccabead87788cba8524abc9e74e606829794412f Mon Sep 17 00:00:00 2001 From: Gary Zhao Date: Thu, 7 Sep 2023 12:02:22 -0400 Subject: [PATCH 1/7] updating CCW and MDM --- src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts | 6 +++--- .../HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts index 2a8ea9740c..6d521babd9 100644 --- a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts +++ b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts @@ -405,7 +405,7 @@ Performing model implementation, design, monitoring, and evaluation activities t { header: 'Complete CCW VRDC Access Request worksheet', description: - 'Contact Cheryl Brown, and she’ll send the CCW VRDC Access Request worksheet to complete. Once completed, email it with a copy of the approved CMS DUA to OEDA (<1>{{email}}) and Cheryl.' + 'Contact Velda McGhee, and she’ll send the CCW VRDC Access Request worksheet to complete. Once completed, email it with a copy of the approved CMS DUA to OEDA (<1>{{email}}) and Velda.' }, { header: 'Complete CCW CARS application', @@ -423,7 +423,7 @@ Performing model implementation, design, monitoring, and evaluation activities t { header: 'Complete Employee CCW Access Request form', description: - 'Contact Cheryl Brown, and she’ll send the Employee CCW Access Request form to complete. Once completed, email it with the supervisor’s approval to OEDA (<1>{{email}}) and Cheryl.' + 'Contact Velda McGhee, and she’ll send the Employee CCW Access Request form to complete. Once completed, email it with the supervisor’s approval to OEDA (<1>{{email}}) and Velda.' }, { header: 'Complete CCW CARS application', @@ -1251,7 +1251,7 @@ MDM is one of CMS’s Enterprise Shared Services (ESS) that provides authoritati { header: 'CMMI/BSG will reach out', description: - 'When CMMI/BSG is notified that a model will use MDM, they will contact the model team. If your model needs to utilize MDM and have not been contacted, email Cheryl Brown.' + 'When CMMI/BSG is notified that a model will use MDM, they will contact the model team. If your model needs to utilize MDM and have not been contacted, email Celia Shaunessy.' }, { header: 'Discussion with the model team', diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx b/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx index bd93e188b8..68cda780b8 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx +++ b/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx @@ -349,8 +349,8 @@ export const helpSolutions: HelpSolutionType[] = [ name: 'Chronic Conditions Warehouse', pointsOfContact: [ { - name: 'Cheryl Brown', - email: 'cheryl.brown@cms.hhs.gov', + name: 'Velda McGhee', + email: 'velda.mcghee@cms.hhs.gov', role: 'CMMI Government Task Lead' } ], @@ -839,8 +839,8 @@ export const helpSolutions: HelpSolutionType[] = [ name: 'Master Data Management', pointsOfContact: [ { - name: 'Cheryl Brown', - email: 'cheryl.brown@cms.hhs.gov', + name: 'Celia Shaunessy', + email: 'celia.shaunessy@cms.hhs.gov', role: 'CMMI/BSG Point of Contact' }, { @@ -860,7 +860,7 @@ export const helpSolutions: HelpSolutionType[] = [ }, { name: 'Glenn Eyler', - email: 'cglenn.eyler@cms.hhs.gov', + email: 'glenn.eyler@cms.hhs.gov', role: 'OIT Government Task Lead' } ], From 9bf03ef21579ae04913075c85170f9f99e591e93 Mon Sep 17 00:00:00 2001 From: Gary Zhao Date: Thu, 7 Sep 2023 12:08:04 -0400 Subject: [PATCH 2/7] fix IPC --- src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts | 4 ++-- src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts index 6d521babd9..ce85a10bfc 100644 --- a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts +++ b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts @@ -645,7 +645,7 @@ CMMI works with CPI to screen participant and provider candidates prior to those }, timeline: { description: - 'The setup for GovDelivery is very quick and can take as little as an hour.', + 'The setup for GovDelivery is very quick and takes one business day in most cases.', items: [ { header: 'Reach out to GovDelivery Admin', @@ -659,7 +659,7 @@ CMMI works with CPI to screen participant and provider candidates prior to those { header: 'Configure GovDelivery and discuss guidelines', description: - 'One of the GovDelivery Admins will set up your topic based on the information you provided. Then, they’ll talk you through some of the basic guidelines set by the Office of Communications for template designs and things like that.' + 'One of the GovDelivery Admins will set up your topic based on the information you provided. They can also talk you through some of the basic guidelines set by the Office of Communications if necessary.' }, { header: 'Access granted', diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx b/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx index 68cda780b8..381d2678f0 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx +++ b/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx @@ -114,7 +114,8 @@ export type ContactRoles = | 'Quality Subject Matter Expert (QSME)' | 'Director, Division of Portfolio Management & Strategy' | 'Director, Division of Budget and Administrative Services (DBAS)' - | 'Product Manager'; + | 'Product Manager' + | 'Director, Division of Budget Operations & Management (DBOM)'; export type SolutionContactType = { name: string; @@ -656,7 +657,7 @@ export const helpSolutions: HelpSolutionType[] = [ { name: 'Ron Topper', email: 'ronald.topper@cms.hhs.gov', - role: 'Director, Division of Budget and Administrative Services (DBAS)' + role: 'Director, Division of Budget Operations & Management (DBOM)' }, { name: 'Sue Nonemaker', @@ -676,7 +677,7 @@ export const helpSolutions: HelpSolutionType[] = [ ], systemOwner: { name: - 'Business Services Group, Division of Budget and Administrative Services', + 'Business Services Group, Division of Budget Operations & Management', system: 'Center for Medicare and Medicaid Innovation' }, contractors: [ From 0892f8857009c096d4c1a7569b5fa8b74927333a Mon Sep 17 00:00:00 2001 From: Gary Zhao Date: Thu, 7 Sep 2023 12:11:20 -0400 Subject: [PATCH 3/7] fix MIDS --- src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts | 2 +- src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts index ce85a10bfc..9d6e69630d 100644 --- a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts +++ b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts @@ -1300,7 +1300,7 @@ MDM is one of CMS’s Enterprise Shared Services (ESS) that provides authoritati { header: 'Reach out to Quality Vertical', description: - 'Model teams interested in utilizing the CMMI MIDS contract for quality measure work should email the Quality Vertical (QV) Team’s Quality Officer, Dustin Allison. Dustin is responsible for the review and consideration of all quality measure requests being considered for the CMMI MIDS contract. The email should include a brief overview of what the model is, justification for the measure work, and also identify available funding to pay for this work. Dustin will meet with the QV team to review the request and determine if the work should move forward. If the request is approved, the model teams will reach out to the CMMI MIDS COR to move forward with their request. ' + 'Model teams interested in utilizing the CMMI MIDS contract for quality measure work should email the Quality Vertical Program Analyst, Dustin Allison. Dustin is responsible for the review and consideration of all quality measure requests being considered for the CMMI MIDS contract. The email should include a brief overview of what the model is, justification for the measure work, and also identify available funding to pay for this work. Dustin will meet with the QV team to review the request and determine if the work should move forward. If the request is approved, the model teams will reach out to the CMMI MIDS COR to move forward with their request. ' }, { header: 'COR meets with the model team', diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx b/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx index 381d2678f0..1b387438ac 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx +++ b/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx @@ -110,6 +110,7 @@ export type ContactRoles = | 'OIT Point of Contact' | 'OIT Government Task Lead' | 'Quality Vertical' + | 'Quality Vertical Program Analyst' | 'Contracting Officer Representative, Division of Centralized Contracts and Services (DCCS)' | 'Quality Subject Matter Expert (QSME)' | 'Director, Division of Portfolio Management & Strategy' @@ -887,7 +888,7 @@ export const helpSolutions: HelpSolutionType[] = [ { name: 'Dustin Allison', email: 'dustin.allison@cms.hhs.gov', - role: 'Quality Vertical' + role: 'Quality Vertical Program Analyst' }, { name: 'Teresa Winder-Wells', From 44df1f30f8acd9b77ba02a09254618d54c0e2ffc Mon Sep 17 00:00:00 2001 From: Gary Zhao Date: Thu, 7 Sep 2023 12:54:56 -0400 Subject: [PATCH 4/7] Fix QV --- .../en-US/helpAndKnowledge/helpAndKnowledge.ts | 4 ++-- .../SolutionDetails/_components/Contact/index.tsx | 3 +++ .../SolutionsHelp/solutionsMap.tsx | 14 +++++--------- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts index 9d6e69630d..1ee6389763 100644 --- a/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts +++ b/src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts @@ -1300,7 +1300,7 @@ MDM is one of CMS’s Enterprise Shared Services (ESS) that provides authoritati { header: 'Reach out to Quality Vertical', description: - 'Model teams interested in utilizing the CMMI MIDS contract for quality measure work should email the Quality Vertical Program Analyst, Dustin Allison. Dustin is responsible for the review and consideration of all quality measure requests being considered for the CMMI MIDS contract. The email should include a brief overview of what the model is, justification for the measure work, and also identify available funding to pay for this work. Dustin will meet with the QV team to review the request and determine if the work should move forward. If the request is approved, the model teams will reach out to the CMMI MIDS COR to move forward with their request. ' + 'Model teams interested in utilizing the CMMI MIDS contract for quality measure work should email the Quality Vertical Program Analyst, Dustin Allison.Dustin is responsible for the review and consideration of all quality measure requests being considered for the CMMI MIDS contract.The email should include a brief overview of what the model is, justification for the measure work, and also identify available funding to pay for this work.Dustin will meet with the QV team to review the request and determine if the work should move forward.If the request is approved, the model teams will reach out to the CMMI MIDS COR to move forward with their request. ' }, { header: 'COR meets with the model team', @@ -1449,7 +1449,7 @@ Payment Processing MARx calculates monthly Medicare payments for each Plan and g { header: 'Reach out to Quality Vertical', description: - 'Early in model development, model teams should reach out to one of the Quality Vertical leads, Alesia Hovatter, Susannah Bernheim, or Dustin Allison. The QV team meets Wednesdays to discuss, so new models should be prepared to join and share information about their model concept. ' + 'Early in modal development, model teams should reach out Susannah Bernheim. The QV team meetes Wednesdays to discuss, so new models should be prepared to join and share information about their model concept.' }, { header: 'QV assists the model team', diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/_components/Contact/index.tsx b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/_components/Contact/index.tsx index 70c9cb7b52..b005ae327d 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/_components/Contact/index.tsx +++ b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/_components/Contact/index.tsx @@ -30,6 +30,9 @@ export const Contact = ({ contact }: { contact: SolutionContactType }) => { } return 'Director'; } + if (role.includes('Chief Quality Officer')) { + return 'Chief Quality Officer'; + } return role; }; diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx b/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx index 1b387438ac..6aced1046a 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx +++ b/src/views/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx @@ -80,8 +80,8 @@ export const operationalSolutionSubCategoryMap: Record< export type ContactRoles = | 'Product Owner' | 'Senior Lead' - | 'Chief Quality Officer and Lead' - | 'Interim Lead' + | 'Chief Quality Officer and Senior Advisor to the CMMI Front Office, Quality Vertical Lead' + | 'Program Analyst' | 'Quality Analyst' | 'Technical Lead' | 'Platform Lead' @@ -961,20 +961,16 @@ export const helpSolutions: HelpSolutionType[] = [ acronym: 'QV', name: 'Quality Vertical', pointsOfContact: [ - { - name: 'Alesia Hovatter', - email: 'alesia.hovatter@cms.hhs.gov', - role: 'Senior Lead' - }, { name: 'Susannah Bernheim', email: 'susannah.bernheim@cms.hhs.gov', - role: 'Chief Quality Officer and Lead' + role: + 'Chief Quality Officer and Senior Advisor to the CMMI Front Office, Quality Vertical Lead' }, { name: 'Dustin Allison', email: 'dustin.allison1@cms.hhs.gov', - role: 'Interim Lead' + role: 'Program Analyst' }, { name: 'Sasha Gibbel', From b6811fd2a5a3363760984dc21eeb5608d1c38a58 Mon Sep 17 00:00:00 2001 From: Gary Zhao Date: Thu, 7 Sep 2023 12:56:53 -0400 Subject: [PATCH 5/7] update esnaps --- .../__snapshots__/index.test.tsx.snap | 87 ++++--------------- .../__snapshots__/index.test.tsx.snap | 10 +-- .../__snapshots__/index.test.tsx.snap | 2 +- 3 files changed, 22 insertions(+), 77 deletions(-) diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/PointsOfContact/__snapshots__/index.test.tsx.snap b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/PointsOfContact/__snapshots__/index.test.tsx.snap index f3656ebddb..b91d4a8638 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/PointsOfContact/__snapshots__/index.test.tsx.snap +++ b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/PointsOfContact/__snapshots__/index.test.tsx.snap @@ -1282,7 +1282,7 @@ exports[`IT Solutions Points of Contact Components matches the snapshot: Chronic

- Cheryl Brown + Velda McGhee

@@ -2653,7 +2653,7 @@ exports[`IT Solutions Points of Contact Components matches the snapshot: Innovat

- Business Services Group, Division of Budget and Administrative Services + Business Services Group, Division of Budget Operations & Management

@@ -3568,7 +3568,7 @@ exports[`IT Solutions Points of Contact Components matches the snapshot: Master

- Cheryl Brown + Celia Shaunessy

@@ -4265,61 +4265,6 @@ exports[`IT Solutions Points of Contact Components matches the snapshot: Quality Points of contact
-
  • - -
  • - Chief Quality Officer and Lead + Chief Quality Officer and Senior Advisor to the CMMI Front Office, Quality Vertical Lead
  • @@ -4426,7 +4371,7 @@ exports[`IT Solutions Points of Contact Components matches the snapshot: Quality class="usa-card__footer padding-0 font-body-xs" data-testid="CardFooter" > - Interim Lead + Program Analyst diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Timeline/__snapshots__/index.test.tsx.snap b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Timeline/__snapshots__/index.test.tsx.snap index 97913c3295..0b323f3948 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Timeline/__snapshots__/index.test.tsx.snap +++ b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Timeline/__snapshots__/index.test.tsx.snap @@ -1180,7 +1180,7 @@ exports[`IT Solutions Timeline Components matches the snapshot: GovDelivery 1`] class="operational-solution-details line-height-body-5 font-body-md text-pre-wrap" >

    - The setup for GovDelivery is very quick and can take as little as an hour. + The setup for GovDelivery is very quick and takes one business day in most cases.

      - One of the GovDelivery Admins will set up your topic based on the information you provided. Then, they’ll talk you through some of the basic guidelines set by the Office of Communications for template designs and things like that. + One of the GovDelivery Admins will set up your topic based on the information you provided. They can also talk you through some of the basic guidelines set by the Office of Communications if necessary.

    1. - When CMMI/BSG is notified that a model will use MDM, they will contact the model team. If your model needs to utilize MDM and have not been contacted, email Cheryl Brown. + When CMMI/BSG is notified that a model will use MDM, they will contact the model team. If your model needs to utilize MDM and have not been contacted, email Celia Shaunessy.

    2. - Model teams interested in utilizing the CMMI MIDS contract for quality measure work should email the Quality Vertical (QV) Team’s Quality Officer, Dustin Allison. Dustin is responsible for the review and consideration of all quality measure requests being considered for the CMMI MIDS contract. The email should include a brief overview of what the model is, justification for the measure work, and also identify available funding to pay for this work. Dustin will meet with the QV team to review the request and determine if the work should move forward. If the request is approved, the model teams will reach out to the CMMI MIDS COR to move forward with their request. + Model teams interested in utilizing the CMMI MIDS contract for quality measure work should email the Quality Vertical Program Analyst, Dustin Allison.Dustin is responsible for the review and consideration of all quality measure requests being considered for the CMMI MIDS contract.The email should include a brief overview of what the model is, justification for the measure work, and also identify available funding to pay for this work.Dustin will meet with the QV team to review the request and determine if the work should move forward.If the request is approved, the model teams will reach out to the CMMI MIDS COR to move forward with their request.

    3. - Early in model development, model teams should reach out to one of the Quality Vertical leads, Alesia Hovatter, Susannah Bernheim, or Dustin Allison. The QV team meets Wednesdays to discuss, so new models should be prepared to join and share information about their model concept. + Early in modal development, model teams should reach out Susannah Bernheim. The QV team meetes Wednesdays to discuss, so new models should be prepared to join and share information about their model concept.

    4. - Cheryl Brown + Velda McGhee

      From 17bca0b25944d1124948457527fc60e0f000c475 Mon Sep 17 00:00:00 2001 From: Gary Zhao Date: Fri, 8 Sep 2023 13:06:47 -0400 Subject: [PATCH 6/7] updated CCW --- .../SolutionDetails/Solutions/ChronicConditions/index.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Solutions/ChronicConditions/index.tsx b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Solutions/ChronicConditions/index.tsx index 0acaa85261..1bda1ff4fd 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Solutions/ChronicConditions/index.tsx +++ b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Solutions/ChronicConditions/index.tsx @@ -70,13 +70,13 @@ const ChronicConditionsTimeline = ({ - Contact Cheryl Brown, and she’ll send the Employee CCW Access + Contact Velda McGhee, and she’ll send the Employee CCW Access Request form to complete. Once completed, email it with the supervisor’s approval to OEDA{' '} CCWAccess@cms.hhs.gov {' '} - and Cheryl. + and Velda. @@ -123,13 +123,13 @@ const ChronicConditionsTimeline = ({ - Contact Cheryl Brown, and she’ll send the Employee CCW Access + Contact Velda McGhee, and she’ll send the Employee CCW Access Request form to complete. Once completed, email it with the supervisor’s approval to OEDA{' '} CCWAccess@cms.hhs.gov {' '} - and Cheryl. + and Velda. From 03219d81810a9163158bc4706f9fed1fc54fbc1e Mon Sep 17 00:00:00 2001 From: Gary Zhao Date: Fri, 8 Sep 2023 13:08:24 -0400 Subject: [PATCH 7/7] updated CCW snaps --- .../Timeline/__snapshots__/index.test.tsx.snap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Timeline/__snapshots__/index.test.tsx.snap b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Timeline/__snapshots__/index.test.tsx.snap index 0b323f3948..d1b395becc 100644 --- a/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Timeline/__snapshots__/index.test.tsx.snap +++ b/src/views/HelpAndKnowledge/SolutionsHelp/SolutionDetails/Timeline/__snapshots__/index.test.tsx.snap @@ -824,7 +824,7 @@ exports[`IT Solutions Timeline Components matches the snapshot: Chronic Conditio > Complete CCW VRDC Access Request worksheet - Contact Cheryl Brown, and she’ll send the Employee CCW Access Request form to complete. Once completed, email it with the supervisor’s approval to OEDA + Contact Velda McGhee, and she’ll send the Employee CCW Access Request form to complete. Once completed, email it with the supervisor’s approval to OEDA CCWAccess@cms.hhs.gov - and Cheryl. + and Velda.
    5. Complete Employee CCW Access Request form - Contact Cheryl Brown, and she’ll send the Employee CCW Access Request form to complete. Once completed, email it with the supervisor’s approval to OEDA + Contact Velda McGhee, and she’ll send the Employee CCW Access Request form to complete. Once completed, email it with the supervisor’s approval to OEDA CCWAccess@cms.hhs.gov - and Cheryl. + and Velda.