Use terminology "Notebook runtime" instead of "Cluster", except when it is actually a cluster

Post author
Matt Bookman

Most of the time in Terra when you are editing notebooks your notebook runtime consists of a single VM. The interface, however, at times says "cluster" which can be both confusing and intimidating to users. While the default is a single instance and the interface does show the cost, it can feel like over-provisioning and more expensive than necessary to create a "cluster". We should indicate "cluster" only in places where you've truly created a cluster.

A few places I have observed this:

- Viewing a notebook read-only when I don't yet have a runtime, I get a button "create a cluster to edit"

- Hovering over the trashcan icon, it says: "Delete cluster"

https://github.com/DataBiosphere/terra-ui/blob/149a9a4354815196b92c33bd414d462dd7b73830/src/pages/workspaces/workspace/notebooks/NotebookLauncher.js

https://github.com/DataBiosphere/terra-ui/blob/cf5ec4408db3bd1fcdbcc5302da62d42e4d03ca3/src/components/ClusterManager.js

I filed this as a "Feature Request" rather than a github issue as I'd like to suggest it applies across the UI and documentation. As FireCloud documentation is migrated into Terra documentation, this would be something to look out for.

Thanks!

Comments

3 comments

Please sign in to leave a comment.