patternfly / react-topology

MIT License
9 stars 18 forks source link

Feature: Support for Top-to-Bottom Pipelines View #136

Closed jenny-s51 closed 4 months ago

jenny-s51 commented 5 months ago

Describe the problem A clear and concise description of the problem. Which components are affected?

The pipelines logic for drawing nodes/and edges doesn't support vertical layouts.

Following discussions with @andrewballantyne and @jeff-phillips-18 related to new RHOAI designs for v2 pipelines:

Using the PF topology provided TaskNode and TaskEdge components will not work top to bottom [...] There should be an option added to PF topology pipelines for top to bottom. Would need to create new node and edge components to support this @jeff-phillips-18

See draw-utils.ts for edge logic and PipelineDagreLayout.tsx for layout attributes.

How do you reproduce the problem?

Current Pipelines layout only supports drawing from left to right. https://www.patternfly.org/topology/pipelines

Expected behavior

Pipelines support for Top to Bottom layout.

What is your product and what release date are you targeting? RHOAI

github-actions[bot] commented 4 months ago

:tada: This issue has been resolved in version 5.3.0-prerelease.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: