Dashboard: allow direct links to a specific rollout #1538
Labels
dashboard
enhancement
New feature or request
help wanted
Extra attention is needed
usability
Issue affects usability
Milestone
Summary
In the rollouts dashboard, you can send a link to
https://rollout.dash.url/rollout/rollout-name
but it seems like the namespace is set via a cookie or local browser storage, so the first time you go to the link it defaults to the namespace where the dashboard is running (I'm using the 1.1 RC so the dashboard has multi-namespace support). Once the user picks the correct namespace in the dropdown then the above link works, but there doesn't seem to be a way to get them there on the first try.It would be nice if the namespace could be set directly in the URL. It would make the most sense to me for the namespace to be added in the path (e.g. something like
/rollout/namespace-name/rollout-name
) but a query parameter would work too (e.g./rollout/rollout-name?namespace=namespace-name
).The main rollouts screen would also need the same functionality so that you could link directly to see all the rollouts in a particular namespace.
If possible, it would also be nice to link straight to a particular search phrase in the main screen -- so something like
/rollouts/namespace-name?q=foo
would take you to the main rollouts summary for thenamespace-name
namespace withfoo
pre-filled in the search box.Use Cases
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
The text was updated successfully, but these errors were encountered: