Open jakobmolandergeus opened 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).
@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)?
Not really. We're just getting started! 😅
@jakobmolandergeus there's a video you can watch: https://github.com/IQSS/dataverse-frontend#demo-videos
(And we're working on another one soon).
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:
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.