Created
March 14, 2017 23:01
-
-
Save mjgiarlo/1945fa8a6f50eef2f9268af34f34dd47 to your computer and use it in GitHub Desktop.
Revisions
-
mjgiarlo created this gist
Mar 14, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ Here are the divergences I found with https://github.com/projecthydra/sufia/wiki/Understanding-Admin-Sets-Participants # Admin Set Managers 1. Admin Set managers can not currently edit Admin Set metadata *until* they are elevated to repository administrators. This is because only repository administrators can access the Admin Set edit UI, which is under /admin/. When an Admin Set manager deposits to an Admin Set, they have edit access. 2. Admin Set managers can not edit works simply by virtue of being Admin Set managers; this is controlled by the work's ACLs still. These two are yet-to-be-implemented features. # Admin Set Depositors 3. Admin Set depositors can only edit works in an Admin Set if they have deposited the works themselves. I think this is as we want it to be. # Admin Set Viewers 4. Admin Set viewers can not view works simply by virtue of being Admin Set viewers. This is a yet-to-be-implemented feature.