Uploaded image for project: 'OCMUI - OpenShift Cluster Manager UI'
  1. OCMUI - OpenShift Cluster Manager UI
  2. OCMUI-1959

[Spike] Ramp up on ROSA YAML Editor UX and designs

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • None
    • OCMUI Core Sprint 256, OCMUI Core Sprint 257, OCMUI Core Sprint 259, OCMUI Core Sprint 260

      UX Slidedeck

      • Attend weekly meetings
      • Represent OCM UI concerns and work with stakeholders to finalize designs

       

      Designs/protoype can be found here 

      Design contact: ekim@redhat.com 

      For MVP:

      • Add a button to the Review step to open up YAML modal
      • Can make changes to the YAML
      • Can "Create cluster" from YAML view, or cancel/close it out.
      • Can Download the yaml
      • The YAML editor is heavily inspired by the YAML editor in OCP 

      Questions:

      • what about the yaml information (in case it changes) whenever the user leaves the modal, is it about let them now the information will be lost or what? -> already clarified -> confirmation modal
      • what about changing modal by inline editor like it is on OCP? -> already clarified by Peter, we will leave it like a modal for now
      • where to display errors on cluster creation from yaml editor -> to clarify
      • disable create cluster button in case of errors or validation errors? -> Until the OpenAPI schema provides validation we can trust, we should let the API come back with a 400 error - those are usually descriptive enough that it'll be helpful
      • what about download filename? does it follow any kind of pattern? -> already clarified
        filename = `${obj.kind.toLowerCase()}-${obj.metadata.name}.yaml`;
        

            emingora Enrique Mingorance Cno
            dtaylor@redhat.com David Taylor
            Jason Loss Jason Loss
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: