-
Notifications
You must be signed in to change notification settings - Fork 78
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
Support the CC file manager (integrate it into the UI) #2321
Comments
Related to (and blocked by) #2243. |
This may be an epic. |
We also need to be able to order files (FileSet objects) which I gathered is part of the file manager, as well. My understanding is that Works and FileSets can be ordered (and intermingled) on a given parent. |
@HackMasterA This would be good to verify in the latest release of CC. |
@HackMasterA A good first bit of work for this ticket would be to spin up CC and see what all tools it provides around ordering (of collections, works, and filesets). A follow-up would be to see how we might enable these same features in Sufia. |
Messed around with curation concerns. Works: There's a link on a work view page 'File Manager'. The file manager (see screenshot) allows you to drag/drop reorder files and works. Each File(Set)/Work object has a little box with thumbnail, editable title, 'edit' link going to e.g. There's no ordering on Collections or FileSets. FileSets also don't appear to allow manual additions at this time. |
There's no drag/drop functionality in the sufia page. probably missing javascript. I guess the question is do we want this functionality separate or do we want it as part of our works edit form? In UI discussions i recall an assumption of the latter. but since ordering can intermingle files and nested works I'm not sure that's possible; they're under different tabs. Maybe that decision should be revisited, even. |
@HackMasterA Great, thanks for the investigation so far! Re:
what do you think about raising it on tomorrow's Hydra Tech call? |
@HackMasterA yep, just dropped a comment there too. 😄 |
Tech call revealed no strong feelings on the location of this functionality, but support for providing it. |
@HackMasterA If you have strong leanings, I'd encourage you to follow them, then! Barring that, we should look to better align Sufia and CC by having Sufia use/link to the file manager in the same place(s) if that sounds reasonable to you. Thanks for running that by the tech call folks. |
Here are the different options for this, UI-wise.
I believe 1(i) is the correct approach, but I do not have the time to make it happen. Therefore, in service of getting something working at all, I'll go for 2. |
@HackMasterA sounds good. to confirm, 1(i) is #2459? |
Ah, duh. OK! |
blocked by samvera-deprecated/curation_concerns#896 |
@HackMasterA unblocked by samvera-deprecated/curation_concerns#898, yay! |
Once we have nested works, we want to be able to order objects within works.
Blocked by #2199 and #2243.
The text was updated successfully, but these errors were encountered: