fractal-analytics-platform / fractal-web

Web client for Fractal
https://fractal-analytics-platform.github.io/fractal-web/
BSD 3-Clause "New" or "Revised" License
6 stars 0 forks source link

Is the "Open" button the most natural required action? #405

Open tcompa opened 4 months ago

tcompa commented 4 months ago

In most pages or sections where we have a list of resources (projects, datasets, workflows, tasks), the required action to open the resource-specific view is to click the "Open" button in the "Options" column.

While testing fractal-web with @marcodeltufo, we realized that another possibility would be to make the resource name a link, so that the "Open" button would be replaced by clicking the link (or maybe the two could co-exist). The downside of this option, however, is that it is less homogeneous with the fact that multiple options ("Open", "Edit", "Delete", ...) are grouped together.

I don't have a strong opinion here, but I do think that clicking the resource name looks like a natural action to do in order to get to the resource page.

zonia3000 commented 4 months ago

I agree that a link in the name looks more natural, as many web UIs use that approach.