samvera-deprecated / curation_concerns

A Hydra-based Rails Engine that extends an application, adding the ability to Create, Read, Update and Destroy (CRUD) objects (based on Hydra::Works) and providing a generator for defining object types with custom workflows, views, access controls, etc.
Other
15 stars 27 forks source link

Browse Everything #453

Open tpendragon opened 8 years ago

tpendragon commented 8 years ago

I just implemented Browse Everything in Plum: https://github.com/pulibrary/plum/pull/171

Do we want it in CC?

grosscol commented 8 years ago

I think we want this in Sufia. Importing files from dropbox et al does not seem like basic nor core CRUD functionality. From my point of view, it's easier to bolt something like this on than to strip it out. I think we could mention it in a wiki page on sufia about what files are involved. That could be a template for anyone that wants to bolt it on to their cc based application.

jcoyne commented 8 years ago

This seems like it should be in CC. Otherwise we have to answer the questions:

How do you get big files into CC? How do you maintain order when importing a bunch of stuff?

grosscol commented 8 years ago

Doesn't the browse-everything README.md already answer those questions for applications that want to handle this from the web ui?

Although if this has been done in all the CC based instances to date, it's probably something that should go into CC.