-
Notifications
You must be signed in to change notification settings - Fork 13
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
upon unembargo set embargoedUntil #1286
Comments
@AlmightyYakob while you are dealing with unemabrgo related code, may be could address this one? |
Would this apply to both dandisets and assets? |
my main use case was dandisets. Assets: I am not 100% we want that since after unembargoing that asset becomes "first class citizen" and might appear in various dandisets which might have never been embargoed or we might even end up with allowing them to come into embargoed dataset... I just wonder if setting that field for unemabrgoed asset would just add some ambiguity while not addressing some specific use case. WDYT @satra -- should we set embargoedUntil on assets or not? see any use/case? |
both metadata can be modified via a PUT by an arbitrary client, so the question is how long however, the only use case at present is yours @yarikoptic so i leave it to your call. i still see the actual record as part of provenance capture in the graphdb once we get that going. |
Re-reading, I stick to my opinion that at least for now we should apply it only to dandisets to not cause various disturbances and inconsistencies in the future. Should be an easy change, right? |
The audit feature will include "unembargo" as a significant action. Would that be sufficient to meet the requirements implied by this issue? That is, would our audit design, once implemented, close this? |
|
Ref dandi/dandi-schema#143 and motivation I have expressed yesterday in our dandi-standup - to be able to discover which dandisets became public from first being embargoed. Going through dandisets which have embargoedUntil set would provide an indirect answer. Also IMHO it would be more factually correct than e.g. some hypothetical date user or us set in metadata while provisionally planning the study: seeing some future date for unembargo in a public dataset would be pretty much incorrect metadata IMHO.
The text was updated successfully, but these errors were encountered: