-
Notifications
You must be signed in to change notification settings - Fork 9
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
[FEATURE] Add Experimental badges and messaging #461
Comments
I've encountered several issues with core OSD flexibility to enable these flags in many different places:
It looks like all of these will require some sort of framework enhancements in core OSD & the owners of the new header layouts to expose this sort of functionality. To recap:
@kamingleung In the meantime I will open a PR with the changes possible to make today. Lmk your thoughts/priority on the other changes. Perhaps we can find a middleground and expose some labels somewhere else on the new UI, and I can open tracking issues in core OSD to address the gaps mentioned. |
@AMoo-Miki Are we able to add badging to the new Application Header? Perhaps we can add sections similar to Visualize? cc. @lauralexis @virajsanghvi – We may want to consider supporting similar patterns within our OUI components in the future. |
I think we need to add a prop to page header for |
Latest update:
|
As discussed, navigation is not possible with the current framework. Please reopen or add a standalone issue to close on this particular part. |
Got it. LGTM on the latest updates. This is a temporary solution. We will open a new issue once we have the components with props to support experimental badges. |
Is your feature request related to a problem?
We will first offer this feature as an Experimental Feature to gather users feedback and improvements. We will need to visually inform users this is Experimental and not ready for production use. We should offer a way for users to leave feedback as they try out the feature.
What solution would you like?
We will display an Experimental badge in selected areas, when users click on the badge, a popover will show a message:
OpenSearch Flow is experimental and should not be used in a production environment.
. Clicking on the buttonProvide feedback on Github
will open a new tab to this page, so users can provide feedback by creating an issue.Display the badge AND popover in the following 3 areas:
For the badge, use OuiBetaBadge with the beaker icon
Search overview page (place badge on the OpenSearch Flow tile)
Project list/create page (place badge next to the header)
Inside a workflow (place badge next to the action buttons)
Display only the beaker icon in the navigation (no badge component)
When users hover over the OpenSearch Flow item, we should update the native browser label to
OpenSearch Flow – Experimental feature
The text was updated successfully, but these errors were encountered: