coiled / feedback

A place to provide Coiled feedback
14 stars 3 forks source link

[UX] Easier access to cluster Details page by Cluster ID #227

Open fjetter opened 1 year ago

fjetter commented 1 year ago

Both internally and when talking to customers we're exchanging cluster IDs. While the URL is reasonably simple, I don't remember it (and don't want to) and don't want to type it every time.

My workflow then typically is to

  1. open a clusters overview dashboard, e.g. https://cloud.coiled.io/dask-engineering/clusters (this is usually bookmarked / auto completed, i.e. easy to get)
  2. Click on any cluster to open a details page to get the URL
  3. Paste the cluster ID I just got into the URL

This is a very common thing for me to do but this workflow feels a bit awkward.

A possibility to improve this would be to allow search by ID as well just like we do with the name

image

shughes-uk commented 1 year ago

We do the same awkward thing internally. This might be for when our new UI person starts, but my plan there had was to beef up that search box to have a bit more a search language. So you could do

cluster-id:<id>

With the component autocompleting the part before the colon to available attributes for search filtering. Probably cluster-id , name, creator, status to start.