-
Notifications
You must be signed in to change notification settings - Fork 71
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
Provide a utility to replace Islandora Datastream CRUD? #965
Comments
I've hacked together a simple proof of concept that:
|
I would add that a lot of site administrators either don't have the permissions or the skills/desire to learn a command line utility, but would thrive with a GUI. This is essentially what Islandora Datastreams IO provides over the top of Islandora CRUD, but maybe this time around they could be packaged together. Adding an admin menu to allow you to do all the same operations available to the command line script would be a huge win for users. |
IMI8 is coming soon to a neighborhood close to you :)
El El mié, 14 de nov. de 2018 a las 13:33, Bryan J. Brown <
[email protected]> escribió:
I would add that a lot of site administrators either don't have the
permissions or the skills/desire to learn a command line utility, but would
thrive with a GUI. This is essentially what Islandora Datastreams IO
provides over the top of Islandora CRUD, but maybe this time around they
could be packaged together. Adding an admin menu to allow you to do all the
same operations available to the command line script would be a huge win
for users.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#965 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGn8573BH2NR96f7rqA4Vs-Ph5aB0Mwwks5uvGILgaJpZM4YFhdI>
.
--
Diego Pino Navarro
Digital Repositories Developer
Metropolitan New York Library Council (METRO)
|
Update: I'd put my money on https://github.com/mjordan/islandora_workbench as a replacement for Datastream CRUD, along with https://github.com/mjordan/islandora_workbench_desktop if that's your style. |
Islandora Datastream CRUD is used by many Islandora 7.x repo admins to do things like:
In CLAW, instead of datastreams, we have Media entities, but just like in 7.x, we may want to replace or delete specific media associated with Islandora nodes from the command line. Since we're standardizing around Migrate, we should figure out if that will let us replace specific media (tagged as a "Service File" or "Thumbnail" for example) from a CSV, etc. If not, we might want a command-line tool like CRUD to do that sort of thing.
We'll also have tools like Views Bulk Operations for updating fielded metadata values as well, which will probably replace the use of CRUD to replace MODS datastreams.
Thoughts?
The text was updated successfully, but these errors were encountered: