Uploaded image for project: 'Red Hat Advanced Cluster Management'
  1. Red Hat Advanced Cluster Management
  2. ACM-21063 Live Migration - UI Implementation
  3. ACM-21647

Live Migration - UI Implementation - Migration readiness - resource capacity check

XMLWordPrintable

    • Product / Portfolio Work
    • True
    • Show
      ACM-21520 ACM-21523
    • False

      "Golden Path" page from figma design https://www.figma.com/design/0ydoeszh7xITK5l3f4XyNC/live-migration--cross-cluster-?node-id=539-199144&p=f&t=Nqb27DnqsB7qaOf1-0

      • props
      • isValid (coming from the parent component check)
      • sourceResource: SourceSize (being SourceSize = {storage: string, memory: string, CPU: string}

        )

      • targetResource: ClusterCapacity (being ClusterCapacity = {storage: ResourceInfo, memory: ResourceInfo, cpu: ResourceInfo}

        , ResourceInfo =

        {total: number, used: number, free: number, unit: string}

        )

      A component ResourceCapacityReadOnly component is implemented. Warning message in case isValid is false

      Unitary tests should be provided at component level

      message saying to the user that hey are not able to edit is missing on UXD at the time this task has been created

        1. screenshot-1.png
          52 kB
          Enrique Mingorance Cano

              Unassigned Unassigned
              emingora Enrique Mingorance Cano
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: