seek4science / seek

For finding, sharing and exchanging Data, Models, Simulations and Processes in Science.
http://www.seek4science.org
BSD 3-Clause "New" or "Revised" License
76 stars 52 forks source link

In the dynamic table clarify Sample ID #1092

Closed rabuono closed 2 years ago

rabuono commented 2 years ago

Currently the Sample IDs are shown under a id column, in both dynamic table and exported CSV. Would be clearer if it was named [instance name] id For example: DataHub id

In all tables would be clearer to have the DataHub id immediately on the right side of the Attribute marked as title for that Sample Type.

The DataHub id columns should be highlighted in the same way as described in issue #1089

vdkkia commented 2 years ago

The id columns come after the first column (the select column with the checkbox) and changing its position will break the Dynamic Table logic. So, the only way to have the title and the id columns next to each other is to add the title as the first attribute upon sample_type creation.

rabuono commented 2 years ago

OK I have updated the original issue text and created an new related issue

rabuono commented 2 years ago

@vdkkia Where is the FAIRDOM-SEEK text taken from? Is it hard coded? image

I can't seem to make it change by changing the name of the instance in server admin > branding and customization > Name image

stuzart commented 2 years ago

FAIRDOM-SEEK is probably the application_name and is fixed to source code. Here you probably want to use instance_name instead

vdkkia commented 2 years ago

@stuzart the instance_name is being used here. rake tmp:cache:clear did the trick to update it.