RedHatQE / widgetastic.patternfly

Library of Patternfly widgets for Widgetastic.
Other
13 stars 29 forks source link

General: Implement additional patternfly widgets #54

Open bsquizz opened 6 years ago

bsquizz commented 6 years ago

Please link child issues or PRs to this main issue, or write a comment below to add some details/requests.

abalakh commented 6 years ago

One example is Breadcrumb widget, which is part of patternfly and implemented in widgetastic_manageiq: https://github.com/ManageIQ/integration_tests/blob/master/widgetastic_manageiq/__init__.py#L1717 We'll need it for satellite so that's a good one to start with.

digitronik commented 6 years ago

Hi @bsquizz,

I found two widget, which are part of widgetastic_manageiq needs to move patternfly.

I merged LineChart[0] widget to internal widgetastic_manageiq but now I understand that it's actually patternfly data visualization widget[0].

After, referring Satellite QE issue. I found that RadioGroup[3] which is available in widgetastic_manageriq should move to patternfly[2]

[0] http://www.patternfly.org/pattern-library/data-visualization/line-chart/ [1] https://github.com/ManageIQ/integration_tests/blob/master/widgetastic_manageiq/__init__.py#L3895 [2] http://www.patternfly.org/pattern-library/forms-and-controls/data-input/ [3] https://github.com/ManageIQ/integration_tests/blob/master/widgetastic_manageiq/__init__.py#L1660