IQSS / dataverse

Open source research data repository software
http://dataverse.org
Other
881 stars 492 forks source link

Feature Request/Idea: Increase maximum resolution of dataset thumbnail images #9418

Open jakobmolandergeus opened 1 year ago

jakobmolandergeus commented 1 year ago

Overview of the Feature Request

Increase the maximum resolution, but not necessarily the display area, of uploaded dataset thumbnail images.

With modern day bandwith and high resolution screens, a resolution of 48 x 48 seems to restrictive. A resolution of 96 x 96, 128 x 128 or even 256 x 256 would be preferable.

Another possibility is to add the option to store two versions of the thumbnail image:

  1. One in 48 x 48 to be used in the list view
  2. One in a higher resolution only to be used in the detail view.

What kind of user is the feature intended for?

All users

What inspired the request?

The finer details of our thumbnail images are not discernible in the extremely low resolution. A small increase in resolution could make them more usable without harming the responsiveness too much.

pdurbin commented 1 year ago

@jakobmolandergeus absolutely. "Make thumbnails larger" is part of this issue:

Fun fact: the API for creating thumbnails already accepts an arbitrary "width" parameter. So this is really about changing the frontend to call it with a larger size.

You may or may not be aware that we are embarking on a significant rewrite of the UI: https://dataverse.org/blog/restructuring-dataverse-ui-single-page-application

For that reason, it would probably make sense to put effort into the new UI (React) rather than the old one (JSF).

jakobmolandergeus commented 1 year ago

@pdurbin thank you for letting me know. It is good to hear, that it is something you are aware of.

Is there a timeline for the new UI (React)?

pdurbin commented 1 year ago

Not really. We're just getting started! 😅

pdurbin commented 1 year ago

@jakobmolandergeus there's a video you can watch: https://github.com/IQSS/dataverse-frontend#demo-videos

(And we're working on another one soon).