Skip to content

Commit

Permalink
[MINT-3054] Model Space solution bug fix (#1442)
Browse files Browse the repository at this point in the history
* feat: update timeline Meet to understand requirements and update snapshot

* feat: reorder card in solution map
  • Loading branch information
StevenWadeOddball authored Oct 24, 2024
1 parent 1790f07 commit 533771c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2471,7 +2471,7 @@ exports[`Operational Solutions Timeline Components > matches the snapshot > Mode
>
Meet to understand requirements
</h3>
ISP will configure Model Space according to the model contractor’s requirements. Model Space is in the CMS Amazon Web Services (AWS) Cloud, and your workspace will be made in Databricks.
Tell them about the model’s data needs and other requirements.
</li>
<li
class="usa-process-list__item operational-solution-details__timeline-item"
Expand Down
40 changes: 20 additions & 20 deletions src/features/HelpAndKnowledge/SolutionsHelp/solutionsMap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -557,26 +557,6 @@ export const helpSolutions: HelpSolutionBaseType[] = [
timeline: (props: SolutionDetailProps) => <GenericTimeline {...props} />
}
},
{
enum: OperationalSolutionKey.MODEL_SPACE,
key: 'modelSpace',
route: 'model-space',
categories: [OperationalSolutionCategories.DATA],
name: 'Model Space',
components: {
timeline: (props: SolutionDetailProps) => <GenericTimeline {...props} />
},
systemOwner: {
name: 'Business Services Group',
system: 'Center for Medicare and Medicaid Innovation'
},
contractors: [
{
name: 'Global Alliant',
system: 'Innovation Support Platform (ISP)'
}
]
},
{
enum: OperationalSolutionKey.MIDS,
key: 'measureInstrumentDS',
Expand Down Expand Up @@ -608,6 +588,26 @@ export const helpSolutions: HelpSolutionBaseType[] = [
)
}
},
{
enum: OperationalSolutionKey.MODEL_SPACE,
key: 'modelSpace',
route: 'model-space',
categories: [OperationalSolutionCategories.DATA],
name: 'Model Space',
components: {
timeline: (props: SolutionDetailProps) => <GenericTimeline {...props} />
},
systemOwner: {
name: 'Business Services Group',
system: 'Center for Medicare and Medicaid Innovation'
},
contractors: [
{
name: 'Global Alliant',
system: 'Innovation Support Platform (ISP)'
}
]
},
{
enum: OperationalSolutionKey.OUTLOOK_MAILBOX,
key: 'outlookMailbox',
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/en-US/helpAndKnowledge/helpAndKnowledge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ Model Space offers model teams and their contractors templates or Databricks not
},
{
header: 'Meet to understand requirements',
description: `ISP will configure Model Space according to the model contractor’s requirements. Model Space is in the CMS Amazon Web Services (AWS) Cloud, and your workspace will be made in Databricks.`
description: `Tell them about the model’s data needs and other requirements.`
},
{
header: 'Setup occurs',
Expand Down

0 comments on commit 533771c

Please sign in to comment.