You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Main issue: #2880
When associating plugin resources to a visualization, we need to ensure we can limit the number of plugin resources to associate in order to prevent users from creating too many plugin resources and making the visualization too noisy without the user understanding the impact of doing this.
Describe the solution you'd like
Add new advanced settings to add a limit to this
The text was updated successfully, but these errors were encountered:
What do you mean by a soft limit? Are we planning to warn with a toast but still allow more associations? We probably need some UX mocks to help illustrate what the experience will be link when a user hits or exceeds the limit.
the saved object API calls can intercept CRUD operations for saved objects of augment_vis type. From there we can check the limit and accept/reject the request based on that. If at the limit, can return a user-friendly response.
Can use this response to update UI via potentially some callout in the menu and/or creation flows of the plugin resources
Is your feature request related to a problem? Please describe.
Main issue: #2880
When associating plugin resources to a visualization, we need to ensure we can limit the number of plugin resources to associate in order to prevent users from creating too many plugin resources and making the visualization too noisy without the user understanding the impact of doing this.
Describe the solution you'd like
Add new advanced settings to add a limit to this
The text was updated successfully, but these errors were encountered: