-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate thumbnail previews during the Wikimedia Commons batch file upload process #34
Comments
The extension can and should be developed to support what users need irregardless of OpenRefine. That's the beauty of an extension. Extending in ways the original program had no need for. |
@trnstlntk, @lozanaross and I have discussed this during a training workshop with users from cultural institutions, and one attendee asked if the feature could be available for projects that are unrelated to Wikimedia Commons. The issue could indeed be formulated like this: say I have a dataset where one column contains local paths to images, I would like to have OpenRefine display small thumbnails of those images in the corresponding cells. Given that we currently do not have any extension point which would let extensions customize cell rendering (as far as I can tell), it seems that we have two reasons to implement this in the core directly. I think this could go in some sort of view options of a given column, potentially? |
@lozanaross has created various wireframes that include file previews. A selection from the latest (April 26) version of the wireframes: We're also considering a functionality to make the thumbnail bigger here, especially useful when the user will be working with many similar media files that they want to compare: |
Assigning this task to @lozanaross (design; work in progress) and @j-sal (development of this feature). I didn't see an explicit deadline attached during the roadmapping exercise we did last week, but we placed this task around July so I'm provisionally adding a July 31 deadline. |
I'll be happy to edit this issue to reflect the broader scope. We could also split it in separate tasks? For Wikimedia Commons, we identified distinct use cases that will need (as I understood it) different development approaches:
For the second and third scenario: we placed work on this task around September 2022 in our roadmap. Due to time constraints perhaps we won't get there during the current grant. |
Yes we could potentially have three separate issues I think. |
I think we discussed this and indeed we need separate issues, I'll set the others up - I think we also agreed the deadline for this first case (Commons images) is July 01 because we want it for wikimania? |
The way the issue is framed at the moment makes me think it belongs in the extension repo, not in the main repo btw. I think it needs to be abstracted and possibly created later (after this issue is closed) in the main OpenRefine repo. |
We didn't put a deadline on that specific post it note 😅 but we indeed placed it right before Wikimania, so I'd say yes. |
Replying to myself - this is a dumb comment because I realize you cannot move issues across repos in Github (unless I am just not seeing how?? it is possible in Gitlab). I guess we should keep this here for now, but it's technically part of the SDC extension because we're first developing the thumbs for commons only, right? Then later the options to render local / remote files? |
Yes you can, it is called "Transfer issue" on the right-hand side, and as a member of the organization it should be available to you. |
Wow, learning new things every day :-) Just transferred it. I hope that's ok! |
Separate issues for the three scenarios:
As we now have these separate issues, I will close this one. |
See https://commons.wikimedia.org/wiki/Commons_talk:OpenRefine
Request received in a conversation in the Wikimedia Commons Telegram channel. During a batch upload process of media files, it is extremely helpful if one can (easily) see thumbnail previews of the media files that are being uploaded.
Some existing Wikimedia Commons (batch) upload tools support this indeed (the default UploadWizard, for instance), others don't (Pattypan only shows previews of files and their infoboxes during the checking phase of the upload process, after all data has been prepared already).
OpenRefine is essentially a data-centric tool, so this may be a stretch, but it's good to have this request on the radar, as it makes a lot of sense IMO.
The text was updated successfully, but these errors were encountered: