Feature #4727
closed[Workbench] Feature requests/suggestions for shared collection download page
Description
Here are some suggestions for the 'anonymous download' page for shared collections.
For concreteness, here is a link with a single file 'testing.txt' which has the text 'testing' in it
A screenshot is also attached.
Suggestions:
- Under 'To learn more, visit arvados.org...' should provide a link to arvados.org
- The first thing at the top should be the file/collection that should be downloaded
- Provide a 'download' button instead of/in addition to a link
- Provide information on how to use the 'arv' tools to download the collection or information creating an arv mount point. For example, the ARVADOS_API_TOKEN and ARVADOS_API_HOST are embedded in the URL but this is not obvious. Providing that information on the page may be too busy so maybe as a compromise a link/modal/collapsible pane could be provided that gives the information on how to use the arv tools for this collection.
The download page itself works as advertised but it might be worthwhile to provide more context for someone who might have stumbled onto the page without knowing exactly what they were looking for.
Files
Updated by Brett Smith about 10 years ago
- Subject changed from Feature requests/suggestions for shared collection download page to [Workbench] Feature requests/suggestions for shared collection download page
- Category set to Workbench
Abram,
Can you please explain more details about what you have in mind for a Download button, rather than a link?
For what it's worth, we will probably be reluctant to add links to the page that point to anything besides files in the Collection. Being conservative about links means that someone can run wget -r SHARING_URL
and it more or less does the right thing. Adding links to other places has the potential to hurt that use case.
Updated by Tom Clegg about 10 years ago
Brett Smith wrote:
Couple of thoughts:For what it's worth, we will probably be reluctant to add links to the page that point to anything besides files in the Collection. Being conservative about links means that someone can run
wget -r SHARING_URL
and it more or less does the right thing. Adding links to other places has the potential to hurt that use case.
- We could offer separate human-friendly and wget-friendly views.
- wget can do stuff like
--ignore-tags=link
, see docs -- perhaps this would let us provide a link from the wget-friendly view to other human-friendly views without sabotagingwget -r
.
Ideally(?) the human-friendly page is not very different from the regular collection view.