Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General: Implement additional patternfly widgets #54

Open
bsquizz opened this issue Apr 25, 2018 · 2 comments
Open

General: Implement additional patternfly widgets #54

bsquizz opened this issue Apr 25, 2018 · 2 comments

Comments

@bsquizz
Copy link

bsquizz commented Apr 25, 2018

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

@abalakh
Copy link

abalakh commented Apr 26, 2018

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants